Skip to content

iectl publisher

publisher is an IECTL plugin, please run -h for help [flags]

iectl publisher [flags]

Options

  -h, --help   help for publisher

Options inherited from parent commands

  -o, --output string   output format
  -q, --query string    query on result of object
  -v, --verbose         verbose output

Configuring Proxy Settings for Publisher Commands

You can configure proxy settings for publisher commands by either specifying them in the publisher configuration or setting the appropriate environment variables.

Using the Publisher Configuration

To configure the proxy directly within the publisher settings, execute the following command:

iectl publisher config add --flags

Setting Environment Variables

Alternatively, you can configure proxy settings by setting the following environment variables:

  • IE_HTTP_PROXY
  • IE_HTTPS_PROXY
  • IE_NO_PROXY

If neither the publisher configuration nor the IE_PROXY environment variables are set, the iectl tool will default to using the system-wide proxy environment variables, such as HTTP_PROXY, HTTPS_PROXY, etc.

Proxy Resolution Priority

When determining which proxy values to use, iectl follows this priority order:

  1. Publisher Configuration: Proxy values specified using the iectl publisher config add command.
  2. IE_PROXY Environment Variables: Proxy values defined in IE_HTTP_PROXY, IE_HTTPS_PROXY, and IE_NO_PROXY.
  3. System Proxy Environment Variables: Proxy values defined in system-wide variables such as HTTP_PROXY, HTTPS_PROXY, etc.

SEE ALSO