-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Align some wording - Remove periods - Fix some bad spacing Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
28 changed files
with
121 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,31 +50,31 @@ For SCIM, you receive both the token and the directory-id from Atlassian when yo | |
Long: "admin-token", | ||
Type: plugin.FlagType_String, | ||
Default: "", | ||
Desc: "Provide Atlassian admin API token (used for Atlassian admin).", | ||
Desc: "Atlassian admin API token (used for Atlassian admin)", | ||
}, | ||
{ | ||
Long: "host", | ||
Type: plugin.FlagType_String, | ||
Default: "", | ||
Desc: "Provide Atlassian hostname (e.g. https://example.atlassian.net).", | ||
Desc: "Atlassian hostname (e.g. https://example.atlassian.net)", | ||
}, | ||
{ | ||
Long: "user", | ||
Type: plugin.FlagType_String, | ||
Default: "", | ||
Desc: "Provide Atlassian user name (e.g. [email protected]).", | ||
Desc: "Atlassian user name (e.g. [email protected])", | ||
}, | ||
{ | ||
Long: "user-token", | ||
Type: plugin.FlagType_String, | ||
Default: "", | ||
Desc: "Provide Atlassian user API token (used for Jira / Confluence).", | ||
Desc: "Atlassian user API token (used for Jira / Confluence)", | ||
}, | ||
{ | ||
Long: "scim-token", | ||
Type: plugin.FlagType_String, | ||
Default: "", | ||
Desc: "Provide Atlassian SCIM API token (used for SCIM).", | ||
Desc: "Atlassian SCIM API token (used for SCIM)", | ||
}, | ||
}, | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.