Skip to content

Commit

Permalink
📄 Polish Atlassian provider long-form help (#4568)
Browse files Browse the repository at this point in the history
  • Loading branch information
misterpantz authored Aug 17, 2024
1 parent 895c20e commit b772da8
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions providers/atlassian/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -40,10 +40,13 @@ Examples:
cnquery shell atlassian confluence --host <host> --user <user> --user-token <token>
cnquery shell atlassian scim <directory-id> --scim-token <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{},
Expand Down

0 comments on commit b772da8

Please sign in to comment.