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

Use cobra consistently for configuration across CLI commands #89

Open
jlewi opened this issue Apr 11, 2024 · 1 comment
Open

Use cobra consistently for configuration across CLI commands #89

jlewi opened this issue Apr 11, 2024 · 1 comment

Comments

@jlewi
Copy link
Owner

jlewi commented Apr 11, 2024

#88 Introduced cobra but only for the apply command. The other commands need to be updated to use cobra

@jlewi
Copy link
Owner Author

jlewi commented Oct 21, 2024

clone is one example

privateKey, err := files.Read(privateKeyFile)

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

No branches or pull requests

1 participant