Skip to content

Commit 549a89b

Browse files
Merge pull request #4454 from ovh/ava-ovhai-zsh
ovhai CLI - Installation - Add a way to install the cli for zsh, not only bash shell
2 parents 84c3e5f + 7790b61 commit 549a89b

15 files changed

+158
-38
lines changed

pages/platform/ai/cli_10_howto_install_cli/guide.de-de.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: CLI - Installation
33
slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
6-
order: 200
76
routes:
87
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/cli/install-client/'
9-
updated: 2022-09-01
8+
order: 200
9+
updated: 2023-03-31
1010
---
1111

12-
**Last updated 1st September, 2022.**
12+
**Last updated 31st March, 2023.**
1313

1414
## Objective
1515

@@ -41,10 +41,18 @@ You can then choose between two methods to install the `ovhai` CLI.
4141

4242
You can install the `ovhai` CLI with a single command line.
4343

44+
For bash:
45+
4446
``` {.console}
4547
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4648
```
4749

50+
For zsh:
51+
52+
``` {.console}
53+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
54+
```
55+
4856
Once done, go to **Step 2**.
4957

5058
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-asia.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-au.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-ca.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-gb.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-ie.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-sg.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.en-us.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
66
order: 200
7-
updated: 2022-09-01
7+
updated: 2023-03-31
88
---
99

10-
**Last updated 1st September, 2022.**
10+
**Last updated 31st March, 2023.**
1111

1212
## Objective
1313

@@ -39,10 +39,18 @@ You can then choose between two methods to install the `ovhai` CLI.
3939

4040
You can install the `ovhai` CLI with a single command line.
4141

42+
For bash:
43+
4244
``` {.console}
4345
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4446
```
4547

48+
For zsh:
49+
50+
``` {.console}
51+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
52+
```
53+
4654
Once done, go to **Step 2**.
4755

4856
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.es-es.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: CLI - Installation
33
slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
6-
order: 200
76
routes:
87
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/cli/install-client/'
9-
updated: 2022-09-01
8+
order: 200
9+
updated: 2023-03-31
1010
---
1111

12-
**Last updated 1st September, 2022.**
12+
**Last updated 31st March, 2023.**
1313

1414
## Objective
1515

@@ -41,10 +41,18 @@ You can then choose between two methods to install the `ovhai` CLI.
4141

4242
You can install the `ovhai` CLI with a single command line.
4343

44+
For bash:
45+
4446
``` {.console}
4547
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4648
```
4749

50+
For zsh:
51+
52+
``` {.console}
53+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
54+
```
55+
4856
Once done, go to **Step 2**.
4957

5058
If you encounter any issue with the automated installation you can also install manually.

pages/platform/ai/cli_10_howto_install_cli/guide.es-us.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ title: CLI - Installation
33
slug: cli/install-client
44
excerpt: Learn how to install the CLI to interact with AI Tools
55
section: Command Line Interface
6-
order: 200
76
routes:
87
canonical: 'https://docs.ovh.com/gb/en/publiccloud/ai/cli/install-client/'
9-
updated: 2022-09-01
8+
order: 200
9+
updated: 2023-03-31
1010
---
1111

12-
**Last updated 1st September, 2022.**
12+
**Last updated 31st March, 2023.**
1313

1414
## Objective
1515

@@ -41,10 +41,18 @@ You can then choose between two methods to install the `ovhai` CLI.
4141

4242
You can install the `ovhai` CLI with a single command line.
4343

44+
For bash:
45+
4446
``` {.console}
4547
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | bash
4648
```
4749

50+
For zsh:
51+
52+
``` {.console}
53+
curl https://cli.gra.training.ai.cloud.ovh.net/install.sh | zsh
54+
```
55+
4856
Once done, go to **Step 2**.
4957

5058
If you encounter any issue with the automated installation you can also install manually.

0 commit comments

Comments
 (0)