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(core): move auth profiles to externalized profiles lib #468

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from

Conversation

jakedoublev
Copy link
Contributor

No description provided.

type Output struct {
Format string `yaml:"format" default:"styled"`
}

type Config struct {
Output Output `yaml:"output"`
// TODO: make this actually configurable by flags/env
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The config yaml is being deprecated soon, and we need to decide how we want to handle storage driver selection in the CLI. Some options:

  1. if Windows or Linux, always file. If Mac, always keychain.
  2. set with environment.
  3. set with global flags.

@jakedoublev jakedoublev changed the title WIP: use externalized profiles package feat(core): move auth profiles to externalized profiles lib Jan 13, 2025
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.

1 participant