Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/ovhcloud_cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Manage your projects and services in the Public Cloud universe (MKS, MPR, MRS, O
* [ovhcloud cloud network](ovhcloud_cloud_network.md) - Manage networks in the given cloud project
* [ovhcloud cloud operation](ovhcloud_cloud_operation.md) - List and get operations in the given cloud project
* [ovhcloud cloud project](ovhcloud_cloud_project.md) - Retrieve information and manage your CloudProject services
* [ovhcloud cloud quota](ovhcloud_cloud_quota.md) - Check quotas in the given cloud project
* [ovhcloud cloud quota](ovhcloud_cloud_quota.md) - Manage quotas in the given cloud project
* [ovhcloud cloud region](ovhcloud_cloud_region.md) - Check regions in the given cloud project
* [ovhcloud cloud savings-plan](ovhcloud_cloud_savings-plan.md) - Manage savings plans for your cloud project
* [ovhcloud cloud ssh-key](ovhcloud_cloud_ssh-key.md) - Manage SSH keys in the given cloud project
Expand Down
5 changes: 3 additions & 2 deletions doc/ovhcloud_cloud_quota.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## ovhcloud cloud quota

Check quotas in the given cloud project
Manage quotas in the given cloud project

### Options

Expand Down Expand Up @@ -31,5 +31,6 @@ Check quotas in the given cloud project
### SEE ALSO

* [ovhcloud cloud](ovhcloud_cloud.md) - Manage your projects and services in the Public Cloud universe (MKS, MPR, MRS, Object Storage...)
* [ovhcloud cloud quota get](ovhcloud_cloud_quota_get.md) - Get quotas for a specific region
* [ovhcloud cloud quota edit](ovhcloud_cloud_quota_edit.md) - Update the project quota (target quota profile per region)
* [ovhcloud cloud quota get](ovhcloud_cloud_quota_get.md) - Get the project quota

42 changes: 42 additions & 0 deletions doc/ovhcloud_cloud_quota_edit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
## ovhcloud cloud quota edit

Update the project quota (target quota profile per region)

```
ovhcloud cloud quota edit [flags]
```

### Options

```
--editor Use a text editor to define parameters
--from-file string File containing parameters
-h, --help help for edit
--init-file string Create a file with example parameters
--replace Replace parameters file if it already exists
```

### Options inherited from parent commands

```
--cloud-project string Cloud project ID
-d, --debug Activate debug mode (will log all HTTP requests details)
-e, --ignore-errors Ignore errors in API calls when it is not fatal to the execution
-o, --output string Output format: json, yaml, interactive, or a custom format expression (using https://github.com/PaesslerAG/gval syntax)
Examples:
--output json
--output yaml
--output interactive
--output 'id' (to extract a single field)
--output 'nested.field.subfield' (to extract a nested field)
--output '[id, "name"]' (to extract multiple fields as an array)
--output '{"newKey": oldKey, "otherKey": nested.field}' (to extract and rename fields in an object)
--output 'name+","+type' (to extract and concatenate fields in a string)
--output '(nbFieldA + nbFieldB) * 10' (to compute values from numeric fields)
--profile string Use a specific profile from the configuration file
```

### SEE ALSO

* [ovhcloud cloud quota](ovhcloud_cloud_quota.md) - Manage quotas in the given cloud project

6 changes: 3 additions & 3 deletions doc/ovhcloud_cloud_quota_get.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
## ovhcloud cloud quota get

Get quotas for a specific region
Get the project quota

```
ovhcloud cloud quota get <region> [flags]
ovhcloud cloud quota get [flags]
```

### Options
Expand Down Expand Up @@ -34,5 +34,5 @@ ovhcloud cloud quota get <region> [flags]

### SEE ALSO

* [ovhcloud cloud quota](ovhcloud_cloud_quota.md) - Check quotas in the given cloud project
* [ovhcloud cloud quota](ovhcloud_cloud_quota.md) - Manage quotas in the given cloud project

Loading
Loading