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: apps/docs/content/references/cli.mdx
+14-15Lines changed: 14 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,6 @@ description: Learn how to install and use zCLI, the powerful command-line tool f
6
6
importCustomCardfrom'/src/components/CustomCard';
7
7
importImagefrom'/src/components/Image';
8
8
9
-
## What is zCLI?
10
-
11
9
zCLI is the command-line tool for Zerops that allows users to manage services, simplify interactions, configure infrastructure directly from the terminal.
12
10
13
11
## Platforms
@@ -20,20 +18,17 @@ zCLI currently supports:
20
18
21
19
## Get started
22
20
23
-
To get started, you may install **zCLI** globally using [NPM](https://www.npmjs.com) or [Yarn](https://yarnpkg.com/) package manager:
21
+
### Manual Installation
24
22
25
-
```sh
26
-
npm i -g @zerops/zcli
27
-
```
23
+
To download the zCLI directly, get the [latest release](https://github.com/zeropsio/zcli/releases) from GitHub.
24
+
25
+
### Linux/MacOS
28
26
29
27
```sh
30
-
yarn global add @zerops/zcli
28
+
curl -L https://zerops.io/zcli/install.sh | sh
31
29
```
32
30
33
-
<CustomCardemoji="🚀"title="Do you want to manually download the zCli binary?">
34
-
To download the zCLI directly, get the [latest
35
-
↗](https://github.com/zeropsio/zcli/releases) release from GitHub.
36
-
</CustomCard>
31
+
zCLI will be installed inside `/usr/bin` or `/usr/local/bin`.
0 commit comments