Skip to content

Commit

Permalink
chore: Update usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
rsenden committed Oct 30, 2024
1 parent 9e3a8fd commit 2937443
Showing 1 changed file with 9 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,9 +358,7 @@ fcli.fod.release.output.header.applicationName = Application
fcli.fod.release.output.header.releaseDescription = Description
fcli.fod.release.output.header.sdlcStatusType = SDLC Status

fcli.fod.release.create.usage.header = Create a new application release. \
Please note some attributes might be mandatory depending on the configuration of your tenant. Please check the \
Fortify on Demand web portal first.
fcli.fod.release.create.usage.header = Create a new application release.
fcli.fod.release.create.application-name = The id or name of the application to create the release on.
fcli.fod.release.create.release-name = The name of the release to create for the application.
fcli.fod.release.create.description = Description of the release.
Expand All @@ -372,10 +370,15 @@ fcli.fod.release.create.copy-from = The id or name of a release to copy existing
name to be created, or when creating the first release on a (new) application.
fcli.fod.release.create.microservice = The id or name of the microservice to create the release on.
fcli.fod.release.create.status = SDLC lifecycle status of the release. Valid values: ${COMPLETION-CANDIDATES}.
fcli.fod.release.create.attr = Attribute id or name and its value to set on the release. \
Please note for user attributes only the userId is currently supported.
fcli.fod.release.create.attr = Set of application & release attribute id's or names and corresponding values. \
Please note for user attributes only the userId is currently supported. Depending on FoD configuration, \
some attributes may be required and either need to be set explicitly or auto-filled through the \
--auto-required-attrs option. Application attributes will be applied when creating a new application and \
ignored if the application already exists. Similarly, release attributes will be ignored if the release \
already exists and --skip-if-exists is enabled.
fcli.fod.release.create.skip-if-exists = Check to see if release already exists before creating.
fcli.fod.release.create.auto-required-attrs = Automatically set a default value for required attributes.
fcli.fod.release.create.auto-required-attrs = Automatically set a default value for required application and \
release attributes.
fcli.fod.release.create.app-options = Application creation options (ignored if application exists)%n
fcli.fod.release.create.app-owner = Required application owner when creating a new application.
fcli.fod.release.create.app-criticality = Required application business criticality when creating a new application. Valid values: ${COMPLETION-CANDIDATES}.
Expand Down

0 comments on commit 2937443

Please sign in to comment.