Skip to main content

astroctl_application_create

astroctl application create

create an application

Synopsis

create an application

astroctl application create [flags]

Examples


# Create an application
astroctl app create -n myapp -p test-profile -i astropulse/latency:v1.0.0

Options

  -h, --help                  help for create
-i, --image string The image to use for the application, the format is <registry>/<image>:<tag>
-p, --profile-name string The name of the application profile

Options inherited from parent commands

  -n, --name string     name of the application
-o, --output string Output format (json|yaml) (default "yaml")

SEE ALSO