ovhcloud-cli/doc/ovhcloud_account_api_oauth2_client_create.md
2025-09-11 14:34:07 +00:00

1.4 KiB

ovhcloud account api oauth2 client create

Create a new OAuth2 client

ovhcloud account api oauth2 client create [flags]

Options

      --callback-urls stringArray   Callback URLs for the OAuth2 client
      --description string          Description of the OAuth2 client
      --editor                      Use a text editor to define parameters
      --flow string                 OAuth2 flow type (default: AUTHORIZATION_CODE) (default "AUTHORIZATION_CODE")
      --from-file string            File containing parameters
  -h, --help                        help for create
      --init-file string            Create a file with example parameters
      --name string                 Name of the OAuth2 client
      --replace                     Replace parameters file if it already exists

Options inherited from parent commands

  -d, --debug           Activate debug mode (will log all HTTP requests details)
  -f, --format string   Output value according to given format (expression using gval format)
  -e, --ignore-errors   Ignore errors in API calls when it is not fatal to the execution
  -i, --interactive     Interactive output
  -j, --json            Output in JSON
  -y, --yaml            Output in YAML

SEE ALSO

Auto generated by spf13/cobra on 26-Aug-2025