Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cli: implement list --shared argument #692

Merged
merged 5 commits into from
Sep 4, 2024

Commits on Sep 4, 2024

  1. feat(workflow): add share-add command (reanahub#692)

    Adds a new command to the CLI to share a workflow with a user.
    
    Closes reanahub#680
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    f7b53e7 View commit details
    Browse the repository at this point in the history
  2. feat(workflow): add share-remove command (reanahub#692)

    Adds a new command to the CLI to unshare a workflow.
    
    Closes reanahub#681
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    20caca3 View commit details
    Browse the repository at this point in the history
  3. feat(workflow): add share-status command (reanahub#692)

    Adds a new command to the CLI to retrieve whom a workflow is shared
    with.
    
    Closes reanahub#686
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    807ef40 View commit details
    Browse the repository at this point in the history
  4. feat(worfklow): enrich list command with share-related arguments (rea…

    …nahub#692)
    
    Adds new `--shared`, `--shared-by`, and `--shared-with` arguments to the
    `list` CLI command to display workflows along with their sharing
    information.
    
    Closes reanahub#687
    DaanRosendal authored and tiborsimko committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5e4d12b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5d0aca7 View commit details
    Browse the repository at this point in the history