add clarity to CLI docs

This commit is contained in:
Maidul Islam
2023-08-04 12:01:34 -04:00
parent 9cba0970be
commit 3fe592686a
2 changed files with 7 additions and 2 deletions

View File

@@ -111,3 +111,8 @@ You can use it across various environments, whether it's local development, CI/C
</Tip>
</Tab>
</Tabs>
## Quick Usage Guide
<Card color="#00A300" href="./usage">
Now that you have the CLI installed on your system, follow this guide to make the best use of it
</Card>

View File

@@ -7,7 +7,7 @@ The CLI is designed for a variety of applications, ranging from local secret man
The distinguishing factor, however, is the authentication method used.
<Tabs>
<Tab title="Local development">
<Tab title="Local development only">
To use the Infisical CLI in your local development environment, simply run the command below and follow the interactive guide.
```bash
@@ -32,7 +32,7 @@ The distinguishing factor, however, is the authentication method used.
</Tab>
<Tab title="CI/CD, Production usage, etc">
<Tab title="Staging, production & all other use case">
To use Infisical for non local development scenarios, please create a [service token](../documentation/platform/token). The service token will allow you to authenticate and interact with Infisical.
Once you have created a service token with the required permissions, you'll need to feed the token to the CLI.