Skip to content

Smoketest Create CLI

caepe smoketest create cli

Creates a new CLI smoketest definition

caepe smoketest create cli [flags]

Options

  -a, --application string    Application reference. (required)
  -c, --credential string     Credential reference. (required)
  -h, --help                  help for cli
  -n, --name string           Name of the smoketest. (required)
  -p, --path string           Path to script in repository. (required)
      --payload-json string   String representing JSON payload
  -r, --repository string     Repository where script is located. (required)
  -t, --target string         SSH Target IP or Hostname. (required)

Options inherited from parent commands

      --config string   config file path (default /$HOME/.caepe/config)
      --debug           output debug logs
      --dry-run         do not send the request to server
      --raw-output      show raw output

SEE ALSO

Auto generated by spf13/cobra on 16-Apr-2025
Back to top