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 Container image (<registry>/<image>:<tag>) (required)
-p, --profile-name string Profile name (required)

Options inherited from parent commands

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

SEE ALSO