mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
add clarity to CLI docs
This commit is contained in:
@@ -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>
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user