Usage
On the command line in your project run:Options
If no options are specified the demo tool will use the environment variables of config options if present.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
npx @appsignal/cli demo
npx @appsignal/cli demo --environment=production --api-key="<PUSH API KEY HERE>" --application="My app"
| Option | Description |
|---|---|
--api-key=<key> | Specify the Push API Key to use for the app. Config option pushApiKey. |
--application=<key> | The name of the app to send the demo samples for. Config option name. |
--environment=<environment> | Set the environment to use in the command, e.g. production or staging. Config option environment. |
Was this page helpful?