@salesforce/change-case-management
Advanced tools
Comparing version 1.5.6 to 1.5.7
@@ -1,1 +0,1 @@ | ||
{"version":"1.5.6","commands":{"check":{"id":"check","description":"check the status of a change case record","usage":"<%= command.id %> [-i <id>] [-r <string> -l <url>] [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changecaseid":{"name":"changecaseid","type":"option","char":"i","description":"change case id"},"release":{"name":"release","type":"option","char":"r","description":"schedule build of the new release"},"location":{"name":"location","type":"option","char":"l","description":"url of the source control location"},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]},"close":{"id":"close","description":"stops the implementation steps, and closes the change case record","usage":"<%= command.id %> [-i <id>] [-r <string> -l <url>] [-s Implemented - per plan|Not Implemented|Rolled back - with no impact] [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changecaseid":{"name":"changecaseid","type":"option","char":"i","description":"change case id"},"release":{"name":"release","type":"option","char":"r","description":"schedule build of the new release"},"location":{"name":"location","type":"option","char":"l","description":"url of the source control location"},"status":{"name":"status","type":"option","char":"s","description":"What the status of the implementation steps should be set to","helpValue":"(Implemented - per plan|Not Implemented|Rolled back - with no impact)","options":["Implemented - per plan","Not Implemented","Rolled back - with no impact"],"default":"Implemented - per plan"},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]},"create":{"id":"create","description":"create a change case record based on a template ID with one implementation step","usage":"<%= command.id %> -i <id> -r <string> -c <string> [-l <url>] [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"i","description":"change case template id","required":true},"release":{"name":"release","type":"option","char":"r","description":"schedule build of the new release","required":true},"location":{"name":"location","type":"option","char":"l","description":"url of the source control location"},"configurationitem":{"name":"configurationitem","type":"option","char":"c","description":"Full path from the configuration item, ex: Salesforce.SF_Off_Core.DeveloperTools.NPM","required":true},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]},"updateScheduledBuild":{"id":"updateScheduledBuild","description":"updateScheduledBuild","usage":"<%= command.id %> -i <string> -b <string> [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"workitemid":{"name":"workitemid","type":"option","char":"i","description":"enter workitem id","required":true},"scheduledbuild":{"name":"scheduledbuild","type":"option","char":"b","description":"enter scheduledbuild","required":true},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]}}} | ||
{"version":"1.5.7","commands":{"check":{"id":"check","description":"check the status of a change case record","usage":"<%= command.id %> [-i <id>] [-r <string> -l <url>] [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changecaseid":{"name":"changecaseid","type":"option","char":"i","description":"change case id"},"release":{"name":"release","type":"option","char":"r","description":"schedule build of the new release"},"location":{"name":"location","type":"option","char":"l","description":"url of the source control location"},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]},"close":{"id":"close","description":"stops the implementation steps, and closes the change case record","usage":"<%= command.id %> [-i <id>] [-r <string> -l <url>] [-s Implemented - per plan|Not Implemented|Rolled back - with no impact] [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"changecaseid":{"name":"changecaseid","type":"option","char":"i","description":"change case id"},"release":{"name":"release","type":"option","char":"r","description":"schedule build of the new release"},"location":{"name":"location","type":"option","char":"l","description":"url of the source control location"},"status":{"name":"status","type":"option","char":"s","description":"What the status of the implementation steps should be set to","helpValue":"(Implemented - per plan|Not Implemented|Rolled back - with no impact)","options":["Implemented - per plan","Not Implemented","Rolled back - with no impact"],"default":"Implemented - per plan"},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]},"create":{"id":"create","description":"create a change case record based on a template ID with one implementation step","usage":"<%= command.id %> -i <id> -r <string> -c <string> [-l <url>] [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"templateid":{"name":"templateid","type":"option","char":"i","description":"change case template id","required":true},"release":{"name":"release","type":"option","char":"r","description":"schedule build of the new release","required":true},"location":{"name":"location","type":"option","char":"l","description":"url of the source control location"},"configurationitem":{"name":"configurationitem","type":"option","char":"c","description":"Full path from the configuration item, ex: Salesforce.SF_Off_Core.DeveloperTools.NPM","required":true},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]},"updateScheduledBuild":{"id":"updateScheduledBuild","description":"updateScheduledBuild","usage":"<%= command.id %> -i <string> -b <string> [--bypass] [--dryrun] [-u <string>] [--apiversion <string>] [--json] [--loglevel trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL]","pluginName":"@salesforce/change-case-management","pluginType":"core","aliases":[],"examples":[],"flags":{"json":{"name":"json","type":"boolean","description":"format output as json","allowNo":false},"loglevel":{"name":"loglevel","type":"option","description":"logging level for this command invocation","required":false,"helpValue":"(trace|debug|info|warn|error|fatal|TRACE|DEBUG|INFO|WARN|ERROR|FATAL)","options":["trace","debug","info","warn","error","fatal","TRACE","DEBUG","INFO","WARN","ERROR","FATAL"],"default":"warn"},"targetusername":{"name":"targetusername","type":"option","char":"u","description":"username or alias for the target org; overrides default target org"},"apiversion":{"name":"apiversion","type":"option","description":"override the api version used for api requests made by this command"},"workitemid":{"name":"workitemid","type":"option","char":"i","description":"enter workitem id","required":true},"scheduledbuild":{"name":"scheduledbuild","type":"option","char":"b","description":"enter scheduledbuild","required":true},"bypass":{"name":"bypass","type":"boolean","description":"bypass the change case commands","allowNo":false},"dryrun":{"name":"dryrun","type":"boolean","description":"run the command without making any API calls - all calls will be 'successful'","allowNo":false}},"args":[]}}} |
{ | ||
"name": "@salesforce/change-case-management", | ||
"version": "1.5.6", | ||
"version": "1.5.7", | ||
"bugs": "https://github.com/forcedotcom/change-case-management/issues", | ||
@@ -103,5 +103,5 @@ "bin": { | ||
"sfdx": { | ||
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/change-case-management/1.5.6.crt", | ||
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/change-case-management/1.5.6.sig" | ||
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/change-case-management/1.5.7.crt", | ||
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/change-case-management/1.5.7.sig" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package