Skip to content

Commit

Permalink
ui-cli: archive-mgr: switched to "code" instead of name in CRUD methods
Browse files Browse the repository at this point in the history
  • Loading branch information
DenChaykovskiy committed Apr 19, 2024
1 parent a8d3dec commit d87e2ed
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions ui/cli/src/main/resources/ui-cli-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1638,10 +1638,10 @@ commands:
description: If set, show passwords for Product Archive users, otherwise show placeholder
shortForm: s
parameters:
- name: archiveName
- name: archiveCode
type: string
optional: true
description: The name of the product archive to show
description: The code of the product archive to show
- name: create
description: Create a new product archive;
the user will be prompted for mandatory attributes not given on the command line
Expand Down Expand Up @@ -1678,20 +1678,20 @@ commands:
type: boolean
description: Delete non-mandatory attributes not given in the product archive definition file and/or the command parameters
parameters:
- name: archiveName
- name: archiveCode
type: string
optional: true
description: The name of the archive to update (mandatory if not read from file)
description: The code of the archive to update (mandatory if not read from file)
- name: attribute
type: string
optional: true
repeatable: true
description: A archive attribute to set in the form "<attribute name>=<attribute value>"
- name: delete
description: Delete the product archive with the given name
description: Delete the product archive with the given code
parameters:
- name: archiveName
- name: archiveCode
type: string
description: The name of the archive to delete
description: The code of the archive to delete


0 comments on commit d87e2ed

Please sign in to comment.