grant - PredixDev/predix-mobile-cli GitHub Wiki

Description: Grant Command

Grant a user access to a pm-app

COMMAND:

  index-grant <app-name@app-version> [options],

or

  index-grant <path to app.json> [options], 

or

  index-grant <path to folder containing app.json> [options]
OPTIONS:

   -h, --help             output usage information
   -u, --user [username]  Grant `user` access to <app-name>.  Can be repeated to specify multiple users.
   -r, --role [rolename]  Add <app-name> to specified role.  Roles that do not exist are created.  Can be repeated to specify multiple roles.
   --debug                Set logging level to debug (more traces than "verbose")
   --verbose              Set logging level to verbose.
   --skip-ssl-validation  Ignore TLS certificate validation errors.
⚠️ **GitHub.com Fallback** ⚠️