-
Notifications
You must be signed in to change notification settings - Fork 684
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] flyte-cli configuration file #412
Comments
) Signed-off-by: Katrina Rogan <[email protected]>
* Fix assets path for index.js query Signed-off-by: Alex Bain (Level 5 US)/Alex Bain <[email protected]> * chore: remove item folder fof assets Signed-off-by: Nastya Rusina <[email protected]> Co-authored-by: Alex Bain (Level 5 US)/Alex Bain <[email protected]>
) Signed-off-by: Katrina Rogan <[email protected]>
Hello 👋, This issue has been inactive for over 9 months. To help maintain a clean and focused backlog, we'll be marking this issue as stale and will close the issue if we detect no activity in the next 7 days. Thank you for your contribution and understanding! 🙏 |
Hello 👋, This issue has been inactive for over 9 months and hasn't received any updates since it was marked as stale. We'll be closing this issue for now, but if you believe this issue is still relevant, please feel free to reopen it. Thank you for your contribution and understanding! 🙏 |
this is not used any more. please use |
* Remove flytekit image priming Signed-off-by: Jeev B <[email protected]> * Fix goreleaser Signed-off-by: Jeev B <[email protected]> --------- Signed-off-by: Jeev B <[email protected]>
* Remove flytekit image priming Signed-off-by: Jeev B <[email protected]> * Fix goreleaser Signed-off-by: Jeev B <[email protected]> --------- Signed-off-by: Jeev B <[email protected]>
* Remove flytekit image priming Signed-off-by: Jeev B <[email protected]> * Fix goreleaser Signed-off-by: Jeev B <[email protected]> --------- Signed-off-by: Jeev B <[email protected]>
* Remove flytekit image priming Signed-off-by: Jeev B <[email protected]> * Fix goreleaser Signed-off-by: Jeev B <[email protected]> --------- Signed-off-by: Jeev B <[email protected]>
Motivation: Why do you think this is important?
flytekit currently ships with a CLI called flyte-cli that references a config file is assumed to live in
~/.flyte/config
We like this pattern as it mirrors kubectl's~/.kube/config
. However, when debugging, or when working with multiple deployments of Flyte (like we have staging and production, in addition to a local deployment), it's often helpful to be able to give it a file to reference instead of always assuming it's at~/.flyte/config
.Note, workflow repository configs look similar and have many of the same keys (workflow ones have more)
https://github.com/lyft/flytesnacks/blob/master/cookbook/sandbox.config
Goal: What should the final outcome look like, ideally?
If not specified,
flyte-cli
should look for a config file at the default location of~/.flyte/config
. Ifflyte-cli -f /other/file
is given, then the file/other/file
should be used instead.Not sure if
f
is the best argument to use, it may already be taken.Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Flyte component
[Optional] Propose: Link/Inline
NA
Additional context
NA
Is this a blocker for you to adopt Flyte
NA
The text was updated successfully, but these errors were encountered: