forked from reanahub/docs.reana.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(reana-client-cli-api): add share-status command docs (reanahub#190)
Adds a new command to the docs for retrieving whom a workflow is shared with. Closes reanahub/reana-client#686
- Loading branch information
1 parent
70f49d7
commit ac427f9
Showing
1 changed file
with
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -40,6 +40,7 @@ Workflow execution commands: | |
Workflow sharing commands: | ||
share-add Share a workflow with other users (read-only). | ||
share-remove Unshare a workflow. | ||
share-status Show with whom a workflow is shared. | ||
|
||
Workspace interactive commands: | ||
close Close an interactive session. | ||
|
@@ -319,6 +320,17 @@ Example: | |
<!-- markdownlint-disable no-bare-urls --> | ||
$ reana-client share-remove -w myanalysis.42 --user [email protected] | ||
|
||
### share-status | ||
|
||
Show with whom a workflow is shared. | ||
|
||
The `share-status` command allows for checking with whom a workflow is | ||
shared. | ||
|
||
Example: | ||
|
||
$ reana-client share-status -w myanalysis.42 | ||
|
||
## Workspace interactive commands | ||
|
||
### open | ||
|