-
Notifications
You must be signed in to change notification settings - Fork 378
feat: Add quick start doc of OVHcloud CLI #8404
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
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to see the guide!
I've done the review and suggested some changes 🙂
d0fdbf0
to
16aaba0
Compare
pages/manage_and_operate/cli/cli-getting-started/guide.en-us.md
Outdated
Show resolved
Hide resolved
Signed-off-by: Arthur Amstutz <arthur.amstutz@corp.ovh.com>
16aaba0
to
b9489bb
Compare
pages/manage_and_operate/cli/cli-getting-started/guide.en-gb.md
Outdated
Show resolved
Hide resolved
f207a8b
to
2d8bc27
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Top! :)
2d8bc27
to
09e9485
Compare
client_id = <OAuth 2.0 client ID> | ||
client_secret = <OAuth 2.0 client secret> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switching to AppKey + AppSecret as no UI are available to generate OAuth2 client credentials.
Co-authored-by: Aurelie Vache <scraly@gmail.com>
09e9485
to
9499865
Compare
curl -fsSL https://raw.githubusercontent.com/ovh/ovhcloud-cli/main/install.sh | sh | ||
``` | ||
|
||
Alternatively, you can download the latest release from the [GitHub repository](https://github.com/ovh/ovhcloud-cli): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The link leads to a 404
|
||
Alternatively, you can download the latest release from the [GitHub repository](https://github.com/ovh/ovhcloud-cli): | ||
|
||
1. Visit the [releases page](https://github.com/ovh/ovhcloud-cli/releases). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, 404
|
||
OVHcloud CLI requires authentication to be able to make API calls. There are several ways to define your credentials. | ||
|
||
Check out the [authentication page](https://github.com/ovh/ovhcloud-cli/blob/main/doc/authentication.md) for further information about the configuration and the authentication means. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same, 404
What type of Pull Request is this?
Description
Add a quick start guide for the new OVHcloud CLI.
Mandatory information