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

feat: add "ftl profile ..." command tree #2862

Merged
merged 1 commit into from
Sep 27, 2024
Merged

feat: add "ftl profile ..." command tree #2862

merged 1 commit into from
Sep 27, 2024

Conversation

alecthomas
Copy link
Collaborator

@alecthomas alecthomas commented Sep 27, 2024

Also refactor profiles package a bit to be more flexible.

🐚 ~/dev/ftl $ ftl profile init ftl
Project initialized in /Users/alec/dev/ftl.
🐚 ~/dev/ftl $ ftl profile new --local test
🐚 ~/dev/ftl $ ftl profile list
local (local, default)
test (local)
🐚 ~/dev/ftl $ ftl profile switch test
🐚 ~/dev/ftl $ ftl profile list
local (local, default)
test (local, active)

@alecthomas alecthomas requested a review from a team as a code owner September 27, 2024 03:08
This was referenced Sep 27, 2024
@wesbillman
Copy link
Member

@alecthomas what's the ftl at the end of this command do?

ftl profile init ftl

Screenshot 2024-09-26 at 8 22 03 PM

@alecthomas
Copy link
Collaborator Author

@wesbillman it's the name of the project

Also refactor profiles package a bit to be more flexible.
@alecthomas alecthomas merged commit 8888126 into main Sep 27, 2024
91 checks passed
@alecthomas alecthomas deleted the aat/profiles-cmd branch September 27, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants