-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support for updating collections via API and CLI (#70)
- Loading branch information
Showing
6 changed files
with
267 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
## outcli collection update | ||
|
||
Update an existing collection | ||
|
||
### Synopsis | ||
|
||
Update an existing collection's name, description etc. properties | ||
|
||
``` | ||
outcli collection update [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
--color string The color of the collection. Should be in the format of #AABBCC | ||
--description string The description of the collection | ||
-h, --help help for update | ||
--name string The name of the collection | ||
--permission-read Change the permission to read only | ||
--permission-read-write Change the permission to read write | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--key string The outline api key | ||
--server string The outline API server url | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [outcli collection](outcli_collection.md) - Work with collections | ||
|
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