generated from salesforcecli/plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: disconnect orgs from env commands (#513)
* feat: disconnect orgs from env commands @W-12537051@ * chore: add warnings to direct folks to org commands * fix: remove mention of orgs (#520) --------- Co-authored-by: Juliet Shackell <[email protected]> Co-authored-by: Shane McLaughlin <[email protected]>
- Loading branch information
1 parent
4b0735f
commit 285c583
Showing
17 changed files
with
26 additions
and
748 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,21 +6,11 @@ Display details about an environment. | |
|
||
Specify an environment with either the username you used when you logged into the environment with "sf login", or the alias you gave the environment when you created it. Run "sf env list" to view all your environments and their aliases. | ||
|
||
Output depends on the type of environment. For example, scratch org details include the access token, alias, username of the associated Dev Hub, the creation and expiration date, the generated scratch org username, and more. Compute environment details include the alias, connected orgs, creation date, project name, and more. | ||
Output depends on the type of environment. | ||
|
||
# examples | ||
|
||
- Display details about a scratch org with alias my-scratch-org: | ||
|
||
<%= config.bin %> <%= command.id %> --target-env=my-scratch-org | ||
|
||
- Specify a username instead of an alias: | ||
|
||
<%= config.bin %> <%= command.id %> --target-env=[email protected] | ||
|
||
- Specify JSON format and redirect output into a file: | ||
|
||
<%= config.bin %> <%= command.id %> --target-env=my-scratch-org --json > tmp/MyOrdDesc.json | ||
- <%- config.bin %> <%- command.id %> --target-env myEnv | ||
|
||
# flags.target-env.summary | ||
|
||
|
@@ -34,6 +24,6 @@ No results found. | |
|
||
No environment found for %s. | ||
|
||
# error.NoDefaultEnv | ||
# warning.orgsNoLongerSupported | ||
|
||
No default environment found. Use -e or --target-env to specify an environment to display. | ||
This command only displays functions environments. Use "%s org display" to display an org. |
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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
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
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.