Skip to main content

art_app_restart

art app restart

Restarts the app in a rolling fashion

Synopsis

Restarts the app in a rolling fashion. If the app is stateless, deployment with the appname is restarted. If the app is stateful, statefulset with the appname is restarted.

art app restart [flags]

Options

  -a, --app-name string           the app name
-c, --cluster string the cluster name
-e, --environment-name string the environment name to be set in the context
-f, --file string the location of the file if this argument is provided the others aren't required
-h, --help help for restart
-r, --region string the region for the environment
-t, --service-type string the service type of the app 'stateful' or 'stateless' (default "stateless")

Options inherited from parent commands

      --key string       art key (clientID you get when a token is generated from the ui)
--profile string art profile (default "default")
--secret string art secret (secret you get when a token is generated from the ui)

SEE ALSO

  • art app - Easy app deployment management with argonaut
Auto generated by spf13/cobra on 29-Nov-2022