This repository has been archived by the owner on Mar 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 100
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(releasedefn-generate): Update example commands and typos (#1431)
fixes #1430 Co-authored-by: Vu Ha <>
- Loading branch information
1 parent
ccdc73f
commit b56ec85
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
10 changes: 5 additions & 5 deletions
10
packages/sfpowerscripts-cli/messages/releasedefinition_generate.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
{ | ||
"commandDescription": "Generates release defintion based on the artifacts installed from a commit reference", | ||
"configFileFlagDescription":"Path to the config file which determines how the release defintion should be generated", | ||
"releaseNameFlagDescription": "Set a releasename on the release definition file created", | ||
"commandDescription": "Generates release definition based on the artifacts installed from a commit reference", | ||
"configFileFlagDescription":"Path to the config file which determines how the release definition should be generated", | ||
"releaseNameFlagDescription": "Set a release name on the release definition file created", | ||
"commitFlagDescription": "Utilize the tags on the source branch to generate release definiton", | ||
"directoryFlagDescription": "Relative path to directory to which the release defintion file should be generated, if the directory doesnt exist, it will be created", | ||
"branchNameFlagDescription": "Repository branch in which the release defintion files are to be written", | ||
"directoryFlagDescription": "Relative path to directory to which the release definition file should be generated, if the directory doesnt exist, it will be created", | ||
"branchNameFlagDescription": "Repository branch in which the release definition files are to be written", | ||
"noPushFlagDescription":"Do not push the changelog to a repository to the provided branch", | ||
"forcePushFlagDescription": "Force push changes to the repository branch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters