iectl
Legt alle Konfigurationen unter $HOME/.iectl
ab.
Neben Ressourcenkonfigurationen stellt iectl
einige generische Konfigurationsmöglichkeiten bereit, die unten aufgeführt sind:
export | set EDGE_SKIP_TLS=1 # If you want to skip certificate validation
Beim interaktiven Vorgehen haben Sie flexiblere Konfigurationsmöglichkeiten sowie Möglichkeiten zum Umschalten.
iectl config
# View all configs
iectl config view -A
# View configs for IEM / IED / IEAP / IE Hub
iectl config view -t iem|device|publisher|iehub|k8score
# Add configs, type: IEM / IED / IEAP / IE Hub
iectl config add <type> --name name --user user --password password --url url
# View active configs
iectl config active
# Switch active configs
iectl config switch --name name --type iem|ied|iehub|publisher|iem-os