-
Notifications
You must be signed in to change notification settings - Fork 78
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
Help us test 3 new org commands #835
Labels
announcement
Announcement to the community
Comments
This was referenced Feb 8, 2021
@mshanemc @amphro @WillieRuemmele There is a bug. I have another org connected to sfdx that is not being displayed when using |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
force:org:open
,force:org:list
, andforce:org:display
have been rewritten and open-sourced...but they're not bundled into the CLI yet.Before we do that, we'd like your help testing them out.
Install
sfdx update
to make sure you're on the latest versionsfdx plugins:install org
Test
once the plugin is installed, you can use the commands like normal. Run any scripts you have or commands you use regularly.
Report any issues you see using this repo (the issue-only repo) and just add a note that it's the new
plugin-org
Any of the other
force:org:
commands (create
,delete
,snapshot
, etc) are not part of this project.Uninstall
once you're done testing, or need to switch back to the current version, just uninstall it
sfdx plugins:uninstall org
Code is at https://github.com/salesforcecli/plugin-org if you want to see how things are working or contribute a fix.
The text was updated successfully, but these errors were encountered: