IECTL Publisher Standalone-App erstellen - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of the Industrial Edge Platform - IEM - Hub - Industrial - Device - IED - Edge - IEH

Industrial Edge Platform Operation - APIs & Referenzen

Portfolio
Industrial Edge
Product
Industrial Edge
Product Version
v25.04
Edition
04/2025
Language
de-DE

Description

Eine Standalone-App im aktuellen Workspace erstellen.

Verwendung

iectl publisher standalone-app create [OPTIONS]

Optionen

  -d, --appdescription string   description to associate with the new app
  -a, --appname string          application name to associate with the new app
  -h, --help                    help for standalone-app create
  -i, --iconpath string         path to an icon to associate with the new app
  -r, --reponame string         repository name to associate with the new app. This will be used as a namespace within the container registry
  -p, --appid string            Unique application id of 32 characters, if it is not provided then auto generated application id will be used. [Optional]
  -w, --webAddress string       Web address for application. [Optional]
  -s, --signUpType string       Sign Up Type["SignUpWithCodeOnly", "SignUpWithOrWithoutCode", "NoSignUp", "SignUpWithoutCode", "None"] [Optional]
  -u, --externalUrl string      This URL will be used by IEM app UI to open, application iframe embedded in IEM. [Optional]

Von übergeordneten Befehlen übernommene Optionen

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

Beispiel

iectl publisher standalone-app create -a "application_name" -r "repo_name" -i ‘icon_path’