organize environments using groups --group|-g #2444
Replies: 4 comments 1 reply
-
Hello @AllanOricil 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
Beta Was this translation helpful? Give feedback.
-
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Beta Was this translation helpful? Give feedback.
-
@cristiand391 @WillieRuemmele @mshanemc can u turn this into a discussion |
Beta Was this translation helpful? Give feedback.
-
I think I know an easy way to do this. Just don't would like to see if I could/should do it before I spend my time in it. |
Beta Was this translation helpful? Give feedback.
-
The inspiration came from Organizer and kubectl
The group identifies the company
It is like the
namespace
flag in kubectl.A new env var called
SF_DEFAULT_GROUP
could be created in a way that-g|--group
isn't required in every command.Use cases:
This would be possible
group: customer_1
enviroments: dev, qa, prod (aliases)
group: customer_2
environments: dev, qa, prod (aliases)
Instead of
customer_1_dev
customer_2_dev
sfdx force:org:display
will no longer be necessary to determine the customer the environment belongs toBeta Was this translation helpful? Give feedback.
All reactions