Skip to content

Smoketest Update

caepe smoketest update

Update a smoketest definition

caepe smoketest update [flags]

Options

      --application string              Application reference
  -h, --help                            help for update
  -i, --identifier string               Name of the smoketest. (required)
      --name string                     Name of the smoketest
      --payload-json string             String representing JSON payload
      --ssh.credential string           Credential reference
      --ssh.path string                 Path to script in repository
      --ssh.repository string           Repository where script is located
      --ssh.target string               SSH Target IP or Hostname
      --type string                     Smoketest type. Choose from [ssh webhook]
      --webhook.authentication string   Authentication Type. Choose from [Basic Bearer]
  -c, --webhook.credential string       Credential reference
  -u, --webhook.url string              Webhook URL

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