Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeRDark
titleopencga-admin.sh
./opencga-admin.sh 
...
Usage:       opencga-admin.sh [-h|--help] [--version] <command> [options]

Commands:
       catalog  Implements different tools interact with Catalog database
         users  Implements different tools for working with users
         audit  Implements different tools for working with audit
         tools  Implements different tools for working with tools
        server  Manage REST and gRPC servers
          meta  Manage Meta data


The following section explains Please find below a few common use cases of of opencga-admin.sh : 


Code Block
languagebash
themeRDark
titleCreate User
opencga-admin.sh users create --name John --u john --email john@mail.com --user-password

...