-
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 🙂
pages/manage_and_operate/cli/cli-getting-started/guide.en-gb.md
Outdated
Show resolved
Hide resolved
pages/manage_and_operate/cli/cli-getting-started/guide.en-gb.md
Outdated
Show resolved
Hide resolved
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 <[email protected]>
16aaba0
to
b9489bb
Compare
pages/manage_and_operate/cli/cli-getting-started/guide.en-gb.md
Outdated
Show resolved
Hide resolved
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 <[email protected]>
09e9485
to
9499865
Compare
- **Créer une nouvelle instance** : | ||
|
||
```sh | ||
ovhcloud cloud instance create --cloud-project <PROJECT_ID> --name my-instance --flavor s1-2 --image Ubuntu_20.04 |
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.
It's missing the region, ssh key and network param that are mandatory here I think. Also, it's not the name of the flavor or image that is expected, but the ID, it should be something like:
ovhcloud cloud instance create --cloud-project --name --flavor --image --network.public --ssh-key.name
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.
Thanks for your feedback @martinovh, it's fixed !
Co-authored-by: Aurelie Vache <[email protected]>
cd3a115
to
601d777
Compare
Signed-off-by: Arthur Amstutz <[email protected]>
What type of Pull Request is this?
Description
Add a quick start guide for the new OVHcloud CLI.
Mandatory information