Skip to content

Refactor config in credentials #91

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

Merged
merged 1 commit into from
Dec 22, 2021
Merged

Refactor config in credentials #91

merged 1 commit into from
Dec 22, 2021

Conversation

polldo
Copy link
Contributor

@polldo polldo commented Dec 21, 2021

Motivation

We want the configuration split in two files: arduino-cloud.yaml and arduino-cloud-credentials.yaml
They will have two separate commands: arduino-cloud-cli config and arduino-cloud-cli credentials

At the moment only credentials have been added, but in the future we could add a config with these params:

  • url endpoint
  • output format
  • verbose

Change description

Additional Notes

Reviewer checklist

  • PR address a single concern.
  • PR title and description are properly filled.
  • Changes will be merged in main.
  • Changes are covered by tests.
  • Logging is meaningful in case of troubleshooting.
  • History is clean, commit messages are meaningful (see CONTRIBUTING.md) and are well formatted.

@polldo polldo requested a review from eclipse1985 December 21, 2021 16:11
@polldo polldo merged commit 32502e2 into main Dec 22, 2021
@polldo polldo deleted the polldo/credentials branch December 22, 2021 13:06
polldo pushed a commit that referenced this pull request Sep 2, 2022
We want the configuration split in two files: 'arduino-cloud.yaml' and 'arduino-cloud-credentials.yaml'
They will have two separate commands: 'arduino-cloud-cli config' and 'arduino-cloud-cli credentials'

At the moment only credentials have been added, but in the future we could add a config with these params: url endpoint; output format; verbose;

breaking change: 'config' command is now changed into 'credentials'
polldo pushed a commit that referenced this pull request Sep 2, 2022
We want the configuration split in two files: 'arduino-cloud.yaml' and 'arduino-cloud-credentials.yaml'
They will have two separate commands: 'arduino-cloud-cli config' and 'arduino-cloud-cli credentials'

At the moment only credentials have been added, but in the future we could add a config with these params: url endpoint; output format; verbose;

breaking change: 'config' command is now changed into 'credentials'
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