Synopsis

The connect command is used to connect your Tempest App to the Tempest API.

This command will update the capabilities and schema of the App in Tempest, and allow you to serve the app.

Connect your app version to your Tempest instance
tempest app connect <app_id:app_version> [flags]

Options

-h, --help   help for connect

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)
--debug                 Enable verbose logging

See Also

  • app - Manage Tempest Apps