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

refactor: init command #3089

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Conversation

Codelax
Copy link
Member

@Codelax Codelax commented Apr 24, 2023

Prepare for #2792
Only thing that has changed currently is the order and the override message, we still ask for the same inputs.

Enter a valid secret-key: <secret-key>

Enter a valid access-key: <access-key>

Choose your default organization ID: <orgID>

Default project ID: <projID>

To improve this tool we rely on diagnostic and usage data.
Sending such data is optional and can be disabled at any time by running "scw config set send-telemetry=false".
Do you want to send usage statistics and diagnostics? (Y/n): n

To fully enjoy Scaleway CLI we recommend you install autocomplete support in your shell.
Do you want to install autocomplete? (Y/n): n
Creating new config
Config saved at /home/julescasteran/.config/scw/config.yaml:
access_key: <access-key>
secret_key: <secret-key>
default_organization_id: <orgID>
default_project_id: <projID>
default_region: fr-par
default_zone: fr-par-1


Looks like your local SSH key ~/.ssh/id_rsa.pub is already present in your Scaleway account.

✅ Initialization completed with success.

@Codelax Codelax added init iam IAM issues, bugs and feature requests labels Apr 24, 2023
@Codelax Codelax self-assigned this Apr 24, 2023
@remyleone remyleone added this pull request to the merge queue Apr 26, 2023
Merged via the queue into scaleway:master with commit 49d163f Apr 26, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
iam IAM issues, bugs and feature requests init
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants