tailorctl workspace app health

Check the health of the given application.

Usage

tailorctl workspace app health [flags]

Flags

  -f, --format string   output format default table (default "table")
  -h, --help            help for health
  -i, --interactive     interactive mode
  -n, --name string     application name

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl app health --name myapp --format table

See also