iectl publisher standalone-app create - Manual - Industrial Edge - Industrial Edge - Industrial Edge - Documentation of Industrial Edge APIs - CLI tools - Industrial Edge - References - APIs

Industrial Edge Platform Operation - APIs & References

Product
Industrial Edge
Edition
12/2024
Language
en-US (original)

Description

Create a standalone app within the current workspace.

Usage

iectl publisher standalone-app create [OPTIONS]

Options

  -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]

Options inherited from parent commands

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

Example

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