generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add env commands for create/resume scratch/sandbox orgs #272
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@W-10657688@
Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]>
Co-authored-by: Shane McLaughlin <[email protected]>
* feat: delete scratch org and sboxes * chore: snapshot * chore: hi, schema * refactor: specifc return type for sbox * chore: schema one more time * refactor: target-org * refactor: consolidate flags and confirmation-prompt * refactor: use new Flags from plugins-core * chore: bump dependencies * chore: merge deps * chore: bump deps for latest flag * test: fix typo * test: nuts without setting envs * fix: summary, not description * Update src/commands/env/delete/sandbox.ts Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]> * refactor: move confirm to sfCommand * test: ut fixes from env:create sbox branch * chore: dependency bumps * ci: tsconfig to build oclif/core from top-level * chore: bump plugins-core * test: copy open test from Pete's branch Co-authored-by: Rodrigo Espinosa de los Monteros <[email protected]>
…/W-10657688 # Conflicts: # command-snapshot.json # package.json # yarn.lock
This reverts commit f4c014f.
…/W-10657688-sandboxes # Conflicts: # .circleci/config.yml
* update messages for "sf env create sandbox" * update command to take new flag descriptions * edit messages for "sf env resume sandbox" * update command with changes I made to messages * edit * add pete's comment
* edit "sf env resume scratch" * update command to pickup job-id description * udpate messages for "sf env resume scratch" * pick up the two new descriptions * add note about job ids are valid for 24 hours. * add tech review comments from Shane
…lugin-env into main
…v into ph/sm-ph-scratch-sandbox # Conflicts: # command-snapshot.json # package.json # src/commands/env/create/scratch.ts # yarn.lock
mshanemc
previously approved these changes
Apr 22, 2022
mdonnalley
previously approved these changes
Apr 25, 2022
mdonnalley
approved these changes
Apr 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR is dependent on feat: core changes to support create scratch and sandboxes #570
@W-10749253@
@W-10657688@
@W-10657657@