-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(forge): allow specifying profile through --profile
#5479
Labels
A-config
Area: config
C-forge
Command: forge
first issue
A good way to start contributing
P-low
Priority: low
T-feature
Type: feature
Milestone
Comments
Can try to work on it if needed :) |
Slightly more annoying than a cli flag, but in the meantime, you can specify a profile with an inline bash variable, eg:
|
zerosnacks
added
first issue
A good way to start contributing
C-forge
Command: forge
labels
Jul 3, 2024
zerosnacks
changed the title
feature request: allow specifying profile through command-line argument
feature request: allow specifying profile through command-line argument (Jul 4, 2024
--profile
)
Related request (duplicate): #7859 |
zerosnacks
changed the title
feature request: allow specifying profile through command-line argument (
feat(forge): allow specifying profile through command-line argument (Jul 4, 2024
--profile
)--profile
)
zerosnacks
changed the title
feat(forge): allow specifying profile through command-line argument (
feat(forge): allow specifying profile through Jul 4, 2024
--profile
)--profile
Related requests from #6186
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-config
Area: config
C-forge
Command: forge
first issue
A good way to start contributing
P-low
Priority: low
T-feature
Type: feature
Component
Forge
Describe the feature you would like
Allow specifying profile via
forge --profile profile_name
Right now profiles are useful for dividing different compiler settings for different needs. Sometimes development process may require frequent switching between profiles, and it's not very convinient to edit .env every time. Also, passing profile through command-line arg would allow always keeping it in focus and will help to not forget switch profile when needed
Additional context
No response
The text was updated successfully, but these errors were encountered: