Skip to content

tempest app serve

Facilitates the serving of Tempest apps.

Synopsis

The serve command is used to start your Tempest apps and orchestrate commands from the Tempest API.

If no app ID and version is provided, it will serve all apps from the tempest.yaml configuration file.

tempest app serve [<app-id>:<app-version>] [flags]

Options

  -i, --healthcheck-interval duration   The interval at which to perform healthchecks. (default 5m0s)
  -h, --help                            help for serve

Options inherited from parent commands

      --api-endpoint string   The Tempest API endpoint to connect to. (default "https://developer.tempestdx.com/api/v1")
      --config string         full path to the config file (default is $WORKDIR/tempest.yaml)

SEE ALSO