Skip to content

Conversation

amstuta
Copy link
Contributor

@amstuta amstuta commented Sep 17, 2025

What type of Pull Request is this?

  • New guide(s)

Description

Add a quick start guide for the new OVHcloud CLI.

Mandatory information

  • This Pull Request can be merged as soon as possible.
  • This Pull Request content should be replicated for the US OVHcloud documentation : YES

Copy link
Contributor

@scraly scraly left a 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 🙂

@amstuta amstuta force-pushed the dev/aamstutz/add-cli-quick-start branch from d0fdbf0 to 16aaba0 Compare September 18, 2025 06:35
@amstuta amstuta force-pushed the dev/aamstutz/add-cli-quick-start branch from 16aaba0 to b9489bb Compare September 18, 2025 12:31
@amstuta amstuta force-pushed the dev/aamstutz/add-cli-quick-start branch from f207a8b to 2d8bc27 Compare September 19, 2025 08:53
Copy link
Contributor

@scraly scraly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Top! :)

@amstuta amstuta force-pushed the dev/aamstutz/add-cli-quick-start branch from 2d8bc27 to 09e9485 Compare September 19, 2025 14:16
Comment on lines 47 to 48
client_id = <OAuth 2.0 client ID>
client_secret = <OAuth 2.0 client secret>
Copy link
Member

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.

@amstuta amstuta force-pushed the dev/aamstutz/add-cli-quick-start branch from 09e9485 to 9499865 Compare September 22, 2025 12:55
@Y0Coss Y0Coss added the Do not merge yet This Pull Request is awaiting a GO from product teams label Sep 25, 2025
- **Créer une nouvelle instance** :

```sh
ovhcloud cloud instance create --cloud-project <PROJECT_ID> --name my-instance --flavor s1-2 --image Ubuntu_20.04
Copy link
Contributor

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

Copy link
Contributor Author

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 !

@amstuta amstuta force-pushed the dev/aamstutz/add-cli-quick-start branch from cd3a115 to 601d777 Compare September 25, 2025 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Do not merge yet This Pull Request is awaiting a GO from product teams
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants