@commercetools-frontend/deployment-cli 0.0.6 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -48,13 +48,13 @@ module.exports = {
48
48
  This command interacts with the CircleCI API and triggers a deployment by approving it.
49
49
 
50
50
  ```bash
51
- yarn deployment-cli approve --approval-job=can_d_p_a-my-deployment-name
51
+ pnpm deployment-cli approve --approval-job=can_d_p_a-my-deployment-name
52
52
  ```
53
53
 
54
54
  If a `deployments` config property is specified you can reference by:
55
55
 
56
56
  ```bash
57
- yarn deployment-cli approve --deployment=my-deployment-name
57
+ pnpm deployment-cli approve --deployment=my-deployment-name
58
58
  ```
59
59
 
60
60
  where `products` is a name of a deployment you configured in your configuration with `approval` and `deployment` (optional) configured on the `jobs` property.