Skip to content

Commit

Permalink
Create release v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuarez committed Jul 23, 2024
1 parent ef5fecd commit c8668ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 114 deletions.
114 changes: 1 addition & 113 deletions nuodb-cp.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:revnumber: 2.6.0
:revnumber: 2.6.1
:toc: left

[#nuodb-cp]
Expand Down Expand Up @@ -113,25 +113,9 @@ nuodb-cp backup list [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down Expand Up @@ -423,25 +407,9 @@ nuodb-cp backuppolicy list [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down Expand Up @@ -513,25 +481,9 @@ nuodb-cp backuppolicy list-backups [-hV] [-b=<urlBase>] [-u=<user>] [-p
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down Expand Up @@ -603,25 +555,9 @@ nuodb-cp backuppolicy list-databases [-hV] [-b=<urlBase>] [-u=<user>] [-p
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down Expand Up @@ -954,25 +890,9 @@ nuodb-cp database list [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down Expand Up @@ -1376,25 +1296,9 @@ nuodb-cp project list [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down Expand Up @@ -1695,25 +1599,9 @@ nuodb-cp user list [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|`--list-accessible`
|Whether to return any accessible sub-resources even if the current user does not have access privileges to list all resources at this level

|`--offset`
|The offset at which to list items +
*required*

|`--cursor`
|The cursor at which to list items, which represents the last item returned` +
*required*

|`--limit`
|The number of items to return

|`--expand-all`
|Whether to expand payload fields +
*required*

|`--expand-field`
|Field to expand, in the format `<field>` or `<field>=<JSONPath expression>` +
*required*

|`-h, --help`
|Show this help message and exit.

Expand Down
2 changes: 1 addition & 1 deletion openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ info:
contact:
url: https://nuodb.com
email: [email protected]
version: 2.6.0
version: 2.6.1
servers:
- url: https://example.nuodb.com
paths:
Expand Down

0 comments on commit c8668ef

Please sign in to comment.