ACED-IDP / gen3_util

Collection of command line tools to interact with a Gen3 instance
MIT License
3 stars 1 forks source link

Adds meta ls, upload and download #10

Closed bwalsh closed 1 year ago

bwalsh commented 1 year ago

This PR: Adds implementation for:

$gen3_util meta 

Commands:
  cp        Copy meta to/from the project bucket.  <<
  ls        Query buckets for submitted metadata. <<
  rm        Remove meta from a project.
  import    Import study from directory listing.
  validate  Validate FHIR data in DIRECTORY.

$ gen3_util projects

Commands:
  ping   Test connectivity to Gen3 endpoint.
  ls     List all projects user has access to.
  touch  Create a project PROJECT_ID: <program-name>-<project-name>
  rm     Remove project.
  add    Add policies and users to a project. <<

$ gen3_util projects add

Commands:
  policies  Add default policies to project. <<
  user      Add user to project. <<