Skip to content

Commit

Permalink
updated zup naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ntotten committed Dec 18, 2024
1 parent 189fef3 commit de1addc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/articles/custom-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ sure to select the right one.

:::

The Zuplo CLI, [`zup`](../cli/installation.md), which you be using in you custom
CI/CD script, uses API Keys to authenticate. You can find your API Key by
following these steps:
The Zuplo CLI(../cli/installation.md), which you be using in you custom CI/CD
script, uses API Keys to authenticate. You can find your API Key by following
these steps:

1. Navigate to [portal.zuplo.com](https://portal.zuplo.com) and log in.
2. Select the account that you want to work on.
Expand Down
4 changes: 2 additions & 2 deletions docs/cli/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sure to select the right one.

:::

The Zuplo CLI, `zup`, uses API Keys to authenticate. You can find your API Key
by following these steps:
The Zuplo CLI uses API Keys to authenticate. You can find your API Key by
following these steps:

1. Navigate to [portal.zuplo.com](https://portal.zuplo.com) and log in.
2. Select the account that you want to work on.
Expand Down
6 changes: 3 additions & 3 deletions docs/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Installing the Zuplo CLI
---

The Zuplo CLI, `zup`, is built using Node.js. It requires a minimum version of
Node.js 20.0.0.
The Zuplo CLI is built using Node.js. It requires a minimum version of Node.js
20.0.0.

1. Install Node.js 20.0.0 or later. You can download it from
[nodejs.org](https://nodejs.org/en/download/).
Expand All @@ -13,5 +13,5 @@ Node.js 20.0.0.
npm install -g zuplo
```

1. After installing the CLI, you can use the `zup` command to interact with
1. After installing the CLI, you can use the `zuplo` command to interact with
Zuplo.
8 changes: 4 additions & 4 deletions docs/cli/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
title: Zuplo CLI
---

The Zuplo CLI, `zup`, provides convenient tooling for common tasks that you
might want to automate. You can use it to deploy zups through CI/CD, create and
update environment variables, manage your tunnels, and more! It is powered by
the [Zuplo Developer API](https://dev.zuplo.com/docs), which you can also call
The Zuplo CLI provides convenient tooling for common tasks that you might want
to automate. You can use it to deploy zups through CI/CD, create and update
environment variables, manage your tunnels, and more! It is powered by the
[Zuplo Developer API](https://dev.zuplo.com/docs), which you can also call
directly, if you want to create your own tooling.

0 comments on commit de1addc

Please sign in to comment.