Skip to content

Commit

Permalink
Updates some examples that were wrong in the latest release (#33)
Browse files Browse the repository at this point in the history
* feature: add publish logic for the salesforce orb

* fix: fixes examples documentation given that some command names changed
  • Loading branch information
david-montano-circleci authored Sep 20, 2024
1 parent a63b56e commit f06cc1d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/examples/create_open_delete_scratch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ usage:
- sfdx/install
- sfdx/auth:
defaultusername: [email protected]
- sfdx/scratch-create:
scratch-config: "./config/project-scratch-def.json"
scratch-alias: "circleci"
- sfdx/scratch-open:
scratch-alias: "circleci"
- sfdx/scratch-delete:
scratch-alias: "circleci"
- sfdx/scratch_create:
scratch_config: "./config/project-scratch-def.json"
scratch_alias: "circleci"
- sfdx/scratch_open:
scratch_alias: "circleci"
- sfdx/scratch_delete:
scratch_alias: "circleci"

workflows:
basic-test:
Expand Down

0 comments on commit f06cc1d

Please sign in to comment.