-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
147 additions
and
159 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"editor.formatOnSave": true | ||
} |
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,43 +1,19 @@ | ||
# check.description | ||
# flags.changecaseid.summary | ||
|
||
check the status of a change case record | ||
change case id | ||
|
||
# create.description | ||
# flags.dry-run.summary | ||
|
||
create a change case record based on a template ID with one implementation step | ||
run the command without making any API calls - all calls will be 'successful' | ||
|
||
# create.flags.templateid.description | ||
# NoOrgError | ||
|
||
change case template id | ||
The command needs either a target org specified via flag or an environment variable: %s | ||
|
||
# create.flags.release.description | ||
# flags.release.summary | ||
|
||
schedule build of the new release | ||
|
||
# create.flags.location.description | ||
# flags.location.summary | ||
|
||
url of the source control location | ||
|
||
# create.flags.configurationitem.description | ||
|
||
Full path from the configuration item, ex: Salesforce.SF_Off_Core.DeveloperTools.NPM | ||
|
||
# close.description | ||
|
||
stops the implementation steps, and closes the change case record | ||
|
||
# command.flags.changecaseid.description | ||
|
||
change case id | ||
|
||
# command.flags.dryrun.description | ||
|
||
run the command without making any API calls - all calls will be 'successful' | ||
|
||
# close.flags.status.summary | ||
|
||
What the status of the implementation steps should be set to | ||
|
||
# NoOrgError | ||
|
||
The command needs either a target org specified via flag or an environment variable: %s |
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# summary | ||
|
||
Checks if the change case (for the release and location) is currently blocked by a moratorium (that is, it's pre-approved and scheduled) |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# summary | ||
|
||
Close a change case and stop its implementation steps. | ||
|
||
# flags.status.summary | ||
|
||
What the status of the implementation steps should be set to. |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# summary | ||
|
||
create a change case record based on a template ID with one implementation step | ||
|
||
# flags.template-id.summary | ||
|
||
change case template id | ||
|
||
# flags.configuration-item.summary | ||
|
||
Full path from the configuration item, ex: Salesforce.SF_Off_Core.DeveloperTools.NPM |
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
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
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
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
Oops, something went wrong.