-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update help text casing / branding (#2261)
* Capitalize Atlassian Cloud for the help Minor help formatting Signed-off-by: Tim Smith <[email protected]> * Fix other help items Signed-off-by: Tim Smith <[email protected]> * Additional Atlassian updates Signed-off-by: Tim Smith <[email protected]> * More help branding updates Signed-off-by: Tim Smith <[email protected]> * Atlassian Cloud -> Atlassian in another place Signed-off-by: Tim Smith <[email protected]> * More consistent help Signed-off-by: Tim Smith <[email protected]> --------- Signed-off-by: Tim Smith <[email protected]>
- Loading branch information
Showing
21 changed files
with
27 additions
and
27 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,39 +23,39 @@ var Config = plugin.Provider{ | |
{ | ||
Name: "atlassian", | ||
Use: "atlassian", | ||
Short: "atlassian", | ||
Short: "Atlassian", | ||
MaxArgs: 2, | ||
Discovery: []string{}, | ||
Flags: []plugin.Flag{ | ||
{ | ||
Long: "admin-token", | ||
Type: plugin.FlagType_String, | ||
Default: "", | ||
Desc: "Provide atlassian admin api token (used for atlassian admin).", | ||
Desc: "Provide 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: "Provide 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: "Provide 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: "Provide 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: "Provide 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
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
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