You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -140,6 +140,8 @@ OVHcloud CLI requires authentication to be able to make API calls. There are sev
140
140
141
141
Check out the [authentication page](./doc/authentication.md) for further information about the configuration and the authentication means.
142
142
143
+
You can also manage multiple OVHcloud accounts using [profiles](./doc/profiles.md). Profiles let you store credentials for several accounts in a single configuration file and switch between them with `ovhcloud config profile switch <name>` or the `--profile` flag.
Copy file name to clipboardExpand all lines: doc/ovhcloud.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,8 @@ ohvcloud vps list -o json
23
23
24
24
Check out the [authentication page](authentication.md) for further information about the authentication means.
25
25
26
+
You can manage multiple OVHcloud accounts using [profiles](profiles.md). Create a profile with `ovhcloud login --profile <name>`, switch between them with `ovhcloud config profile switch <name>`, or use `--profile <name>` on any command.
0 commit comments