docs: remove unnecessary partition CLI cmd info

This commit is contained in:
Jared Kirschner 2022-07-25 15:31:07 -07:00
parent 6add1039b3
commit 51f0a64b6b
1 changed files with 0 additions and 10 deletions

View File

@ -74,8 +74,6 @@ This subcommand has the following characteristics:
| -------------- | ----- |
| [Required ACLs] | `operator:write` |
| Corresponding HTTP API endpoint | [\[PUT\] /v1/partition](/api-docs/admin-partitions#create-a-partition) |
| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
The admin partition is created according to the values specified in the options. You can specify the following options:
@ -108,8 +106,6 @@ This subcommand has the following characteristics:
| -------------- | ----- |
| [Required ACLs] | `operator:write` |
| Corresponding HTTP API endpoint | [\[PUT\] /v1/partition/:name](/api-docs/admin-partitions#update-a-partition) |
| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
Use the following syntax to write from file:
@ -154,8 +150,6 @@ This subcommand has the following characteristics:
| -------------- | ----- |
| [Required ACLs] | `operator:read`; however, a non-anonymous token can always read its own partition |
| Corresponding HTTP API endpoint | [\[GET\] /v1/partition/:name](/api-docs/admin-partitions#read-a-partition) |
| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
The admin partition is created according to the values specified in the options. You can specify the following options:
@ -185,8 +179,6 @@ This subcommand has the following characteristics:
| -------------- | ----- |
| [Required ACLs] | `operator:read` |
| Corresponding HTTP API endpoint | [\[GET\] /v1/partitions](/api-docs/admin-partitions#list-all-partitions) |
| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
The admin partition is created according to the values specified in the options. You can specify the following options:
@ -230,8 +222,6 @@ This subcommand has the following characteristics:
| -------------- | ----- |
| [Required ACLs] | `operator:write` |
| Corresponding HTTP API endpoint | [\[DELETE\] /v1/partitions](/api-docs/admin-partitions#delete-a-partition) |
| [Blocking queries] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
| [Agent caching] | Not supported from commands, but may be from the corresponding HTTP API endpoint |
In the following example, the `webdev-bu` partition is deleted: