From b772da86f80d0d064ca09762645561dfe72efeda Mon Sep 17 00:00:00 2001 From: Letha Date: Fri, 16 Aug 2024 21:13:57 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=84=20Polish=20Atlassian=20provider=20?= =?UTF-8?q?long-form=20help=20(#4568)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- providers/atlassian/config/config.go | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/providers/atlassian/config/config.go b/providers/atlassian/config/config.go index f84c7a72f3..8f65175885 100644 --- a/providers/atlassian/config/config.go +++ b/providers/atlassian/config/config.go @@ -28,7 +28,7 @@ var Config = plugin.Provider{ Short: "an Atlassian Cloud Jira, Confluence or Bitbucket instance", Long: `Use the atlassian provider to query resources within Atlassian Cloud, including Jira, Confluence, and SCIM. -Available Commands: +Available commands: admin Atlassian administrative instance jira Jira instance confluence Confluence instance @@ -40,10 +40,13 @@ Examples: cnquery shell atlassian confluence --host --user --user-token cnquery shell atlassian scim --scim-token -If you set the ATLASSIAN_ADMIN_TOKEN environment, you can omit the admin-token flag. If you set the ATLASSIAN_USER, -ATLASSIAN_HOST, and ATLASSIAN_USER_TOKEN environment variables, you can omit the user, host, and user-token flags. +Notes: + If you set the ATLASSIAN_ADMIN_TOKEN environment, you can omit the admin-token flag. + + If you set the ATLASSIAN_USER, ATLASSIAN_HOST, and ATLASSIAN_USER_TOKEN environment variables, you can omit the user, host, and user-token flags. -For the SCIM token and the directory-id values: Atlassian provides these values when you set up an identity provider. + For the SCIM token and the directory-id values: + Atlassian provides these values when you set up an identity provider. `, MaxArgs: 2, Discovery: []string{},