restart app

Help

Restart an app.

Usage:
  edgectl restart app [--project PROJECT_ID] APP_NAME [flags]

Examples:
  # Restart my-app in acme/proj1.
  $ edgectl restart app --project acme/proj1 my-app

  # Restart my-app in project having UUID
  $ edgectl app restart --project 6d154556-9e58-4330-a7f3-41c869f01142 my-app


Flags:
      --project string   Project UUID or name, such as acme/proj1
  -h, --help             help for app

Global Flags:
  -H, --header         Print header row
  -j, --json           JSON output
  -M, --monochrome     Don't colorize output
  -t, --text           Text table output
      --token string   Access Token
  -v, --verbose        Verbose output