The ssd apply command can be followed by flags with their corresponding arguments:
Flag | Type | Description |
|---|---|---|
| -e, --fail-fast | Interrupts the command when an error occurs | |
| -f, --file | string | Specifies the file's path |
| -h, --help | Displays help for the command | |
| -v,--validate-file | This flag can be used to validate the file structure for verification purposes only, but without applying any changes to the platform |
Flag | Type | Description |
|---|---|---|
| -c, --config | string | Configuration file (default: $HOME/.sensedia/config.json) |
| --profile | string | The configuration profile you want to use (default: "default") |
| --verbose | Lists all requests made by the command. It is possible to store this information in a TXT file instead of displaying it on the terminal. E.g.: $ ssd (api-management | apim) list apis --verbose 2> log.txt |
Flag | Type | Description |
|---|---|---|
| -r, --openapi-create-revision | - | Creates a new API revision instead of updating the most recent one. |
| -m, --openapi-update-mode | string | OVERWRITE to overwrite the existing API or INCREMENT to only add the new fields (default OVERWRITE). |
NOTEMake sure to provide the correct path in the
filePathattribute of the YAML, pointing to the corresponding OpenAPI documentation file.
The available schemas to use with the ssd apply command are as follows:
We use cookies to enhance your experience on our site. By continuing to browse, you agree to our use of cookies.Learn more