From 3fe592686a4c72c0e473cd5002e5cc3ade2612de Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 4 Aug 2023 12:01:34 -0400 Subject: [PATCH] add clarity to CLI docs --- docs/cli/overview.mdx | 5 +++++ docs/cli/usage.mdx | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/cli/overview.mdx b/docs/cli/overview.mdx index 434a39c51..ab913ec1a 100644 --- a/docs/cli/overview.mdx +++ b/docs/cli/overview.mdx @@ -111,3 +111,8 @@ You can use it across various environments, whether it's local development, CI/C + +## Quick Usage Guide + + Now that you have the CLI installed on your system, follow this guide to make the best use of it + \ No newline at end of file diff --git a/docs/cli/usage.mdx b/docs/cli/usage.mdx index 166c2804a..2ea7b6425 100644 --- a/docs/cli/usage.mdx +++ b/docs/cli/usage.mdx @@ -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. - + 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. - + 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.