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

[FEATURE] allow all configuration via command args (and not force env for some) #204

Open
nikolockenvitz opened this issue Dec 12, 2024 · 1 comment
Labels
enhancement New feature or request pending-decision Decision if implementation will happen is pending

Comments

@nikolockenvitz
Copy link

What area do you want to see improved?

CLI commands

Is your feature request related to a problem? Please describe.

I want to get started with Terraform/BTP and am trying out this tool. To make it simple, I would like to have a single command to run the export (that I can reuse / share with colleagues / ...). Right now, I need to set several values via env first (e.g., global account). On Windows/cmd this is not persisted for the next session. While I could generally also concatenate setting the env and the command itself, it feels somewhat arbitrary to have certain values via env and others via CLI arg.

Describe the solution you would like

I see the value of setting some general settings via env. Therefore I would suggest to use command line arguments as an override and fall back to env if none provided.

Describe alternatives you have considered

No response

Additional context

No response

@nikolockenvitz nikolockenvitz added enhancement New feature or request pending-decision Decision if implementation will happen is pending labels Dec 12, 2024
Copy link

Thanks for the feature request. We evaluate it and update the issue accordingly.

Community Note

Voting for Prioritization

  • Please vote on this issue by adding a 👍 reaction to the original post to help the community and maintainers prioritize this request.
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.

Volunteering to Work on This Issue

  • If you are interested in working on this issue, please leave a comment.
  • If this would be your first contribution, please review the contribution guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending-decision Decision if implementation will happen is pending
Projects
None yet
Development

No branches or pull requests

1 participant