copadoextension READMEThis extension improves the developer experience by incorporating Copado CLI commands into the easy to use, intuative VSCode Command Palette. Copado CLI and SFDX CLI are both required for this extension to work. FeaturesCopado: Work Set - Command to set the Copado User Story and Feature Bracnh to work on. Copado: Work Display - Command to display information for the current working User Story. Copado: Environment List - Command to list all Copado Environments tied to the current working authenticated user. (Results will be displayed on new text file in VSCode) Copado: Work Push - Command to push committed metadata to Copado and working feature branch. Copado: Work Open - Command to open your current working Copado User Story in Salesforce. Copado: Work Submit - Command to deploy/promote/validate the current working User Story. Copado: Config Set - Command to update the current working Listview to display User Stories. Copado: US List View Set - Command to set the working Copado org. Salesforce orgs to select are pulled in from orgs authenicated with SFDX. Copado: Auth Display - Command to display information about the authenicated Copado Org and User. This release also features the Copado app that allows users to execute the majority of the above commands from a click of a button in the Copado app. RequirementsVSCode - ^v1.83.1 Salesforce CLI - ^v2.10.2 Copado CLI - v2.2.2 Release NotesThis minor release fixed an existing work set issue for user stories tied to a Metadata Format Pipeline. There was also a fix put in for the quotes issue when setting the User Story Listview. You now do not require quotes around the listview name when running the Copado: US List View Set command. There is still an issue with the latest Copado CLI that returns a non-JSON format response for work:display. So that funcitonality does not work in the extension at the moment. If you want to run work:display, please run 'sf copado work display' from the terminal. Copado documentation for CLI - https://docs.copado.com/articles/#!copado-ci-cd-publication/copado-cli Demo of this version of Copado VSCode Extension - https://drive.google.com/drive/u/0/folders/1lLgLNX11CS4pgaWEBF5zYCrFflcsV8QR Enjoy! |