Skip to content
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

Closed
mshanemc opened this issue Feb 8, 2021 · 1 comment
Closed

Help us test 3 new org commands #835

mshanemc opened this issue Feb 8, 2021 · 1 comment
Labels
announcement Announcement to the community

Comments

@mshanemc
Copy link
Contributor

mshanemc commented Feb 8, 2021

force:org:open, force:org:list, and force: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 version
sfdx 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.

@AllanOricil
Copy link

AllanOricil commented Mar 22, 2021

@mshanemc @amphro @WillieRuemmele

There is a bug. I have another org connected to sfdx that is not being displayed when using sfdx force:org:list --all or sfdx force:org:list --all --json. This org is a trailhead playground. In the picture below I show that vscode sees it. Sfdx does not show it, but it knows it exists, as I can use sfdx force:org:open -u Playground2

image

The plugin version is 1.5.0
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
announcement Announcement to the community
Projects
None yet
Development

No branches or pull requests

2 participants