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:
- Publisher Configuration: Proxy values specified using the
iectl publisher config add
command. IE_PROXY
Environment Variables: Proxy values defined inIE_HTTP_PROXY
,IE_HTTPS_PROXY
, andIE_NO_PROXY
.- System Proxy Environment Variables: Proxy values defined in system-wide variables such as
HTTP_PROXY
,HTTPS_PROXY
, etc.
SEE ALSO¶
- IECTL - iectl - Industrial Edge Command Line Interface
- Workspace - Workspace related commands
- Standalone - Standalone application related commands
- Docker Engine - Docker engine related commands
- App Project - App Project related commands
- Environment - Environment related commands
- Download Logs - Download Logs related commands
- Image - Image related commands