@copado/copado-cli
Version:
Copado Developer CLI
96 lines (94 loc) • 5.27 kB
JSON
{
"push": {
"description": "use this command to push local changes to Git and Copado. This will create all the required data records and attachments in Copado.",
"example": {
"1": "sf copado:work:push (push pending commits) ",
"2": "sf copado:work:push --force (force push pending commits"
},
"noCommits": "No new commits to push",
"success": "Push successful",
"inProgress": "Pushing work to Copado",
"pushingToFeature": "Pushing work to remote feature branch",
"pushingToEnv": "Pushing changes to environment branch",
"mergeConflicts": "Merge Conflicts detected while pushing to environment branch. Please resolve conflicts manually and push changes into environment branch.",
"projectJsonMissing": "sfdx-project.json file is missing in repository.",
"parsingCliConfigurationFailed": "Failed to parse CLI Configuration file",
"parsingProjectJsonFailed": "Failed while parsing file: ",
"flags": {
"force": "force push changes to environment branch(Enabling this flag will try to do a force push operation, use it with caution as it may result in overriding commit history)"
}
},
"submit": {
"description": "use this command to submit a user story and apply validations.",
"invalidFlag": "Please specify one of the valid flag, to see examples run: \n sf copado:work:submit --help",
"promotionWaiting": "\nWaiting for job execution (Promotion):",
"deploymentWaiting": "\nWaiting for job execution (Deployment):",
"jobError": "Job completed with errors:",
"jobSuccess": "Job Completed Successfully.",
"currentStatus": "Current Status:",
"flagging": "Flagging",
"readyToPromote": "as Ready to Promote",
"checkStatusInstruction": "Check job status from command line with:",
"statusExample": "sf copado:job:status -i",
"destinationEnvironment": "Destination Environment:",
"promotionCreated": "Promotion created:",
"submitting": "Submitting",
"validationOnly": "(Validation Only)",
"flags": {
"promote": "Promote current User Story",
"deploy": "Promote and Deploy current User Story",
"validate": "Validate current User Story changes",
"wait": "Wait for the job to finish if created"
},
"example": {
"1": "sf copado:work:submit --promote",
"2": "sf copado:work:submit --validate",
"3": "sf copado:work:submit --deploy"
}
},
"set": {
"invalidFlag": "Please specify one of the valid flag, to see examples run: \n sf copado:work:set --help",
"description": "use this command to define a user story to work with.",
"example": {
"1": "sf copado:work:set --story <Copado User Story Name>",
"2": "sf copado:work:set --id <Copado User Story Id>",
"3": "sf copado:work:set --extid <External Id Value>",
"4": "sf copado:work:set --credential <Credential Name> --story <Copado User Story Name>"
},
"flags": {
"credential": "Credential Name",
"id": "User Story Id",
"extid": "External Id",
"story": "User Story Name"
},
"fetchingUserStory": "Fetching user story where",
"fixDevelopmentEnvironment": "Looks like the development environment is not set, let's fix it first",
"successMessage": "Switched to",
"unCommitedWork": "Please clean your repository working tree before switching work to",
"invalidGitDirectory": "Please run command from root of the git project"
},
"display": {
"description": "use this command to show information about the user story.",
"example": "$ sf copado:work:display\r\n$ sf copado:work:display --story <Copado User Story Name>\r\n$ sf copado:work:display --id <Copado User Story Id>",
"userStoryNotFound": "No user story found matching",
"flags": {
"story": "User Story Name",
"id": "User Story Id"
}
},
"open": {
"description": "use this command to open the user story.",
"example": "$ sf copado:work:open"
},
"commandDescription": "work with Copado's User Stories.",
"listCommandDescription": "use this command to display the configured list view in the CLI.",
"copadoExtIdNotCofigured": "External Id is not configured, please execute: sf copado:config:set externalid=<Your External Id>",
"fieldsFlagDescription": "Fields to query",
"workListExampleDescription": "$ sf copado:work:list --listview <Copado listview label>",
"validationCalloOutResult": "Promotion created: ",
"errorNoBaseBranch": "The operation could not be performed. Your local remote git is different than the git repository of the pipeline where",
"noMainBranchFound": "No main branch found, please check your user story configuration",
"selectCredential": "Select Credential",
"createConnectionInstruction": "if you don't see your development environment, create pipeline connection using",
"createConnectionExample": "sf pipeline:connection:create"
}