Skip to content

Commit

Permalink
Create release v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adriansuarez committed Mar 29, 2024
1 parent 9af7829 commit ff64e48
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions nuodb-cp.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:revnumber: 2.4.0
:revnumber: 2.4.1
:toc: left

[#nuodb-cp]
Expand Down Expand Up @@ -394,6 +394,7 @@ nuodb-cp database create [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
[--trusted-cert=<trustedCert>] [-l=<String=String>]...
[--dba-password[=<dbaPassword>]] [--tier=<tier>]
[--expires-in=<expiresIn>] [--disabled]
[--restore-from-backup=<restoreFromBackup>]
[--archive-size=<archiveSize>]
[--journal-size=<journalSize>]
[--tier-param=<String=String>]...
Expand Down Expand Up @@ -437,6 +438,9 @@ nuodb-cp database create [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|`--disabled`
|Set the database as disabled

|`--restore-from-backup`
|The backup to restore the database from

|`--archive-size`
|The size of database archives

Expand Down Expand Up @@ -1061,7 +1065,7 @@ nuodb-cp user create [-XhV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
Update an existing user

....
nuodb-cp user update [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
nuodb-cp user update [-XhV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
[--trusted-cert=<trustedCert>] [--editor=<editor>] USER
....

Expand Down Expand Up @@ -1090,6 +1094,9 @@ nuodb-cp user update [-hV] [-b=<urlBase>] [-u=<user>] [-p[=<password>]]
|The editor to use to update the resource +
*default*: `${NUODB_CP_EDITOR:-vi}`

|`-X, --allow-cross-organization`
|Allow user to have access outside of its organization

|`-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.4.0
version: 2.4.1
servers:
- url: https://example.nuodb.com
paths:
Expand Down

0 comments on commit ff64e48

Please sign in to comment.