revoke - PredixDev/predix-mobile-cli GitHub Wiki
Revoke a user's access to a pm-app
COMMAND:
index-revoke <app-name@app-version> [options],
or
index-revoke <path to app.json> [options],
or
index-revoke <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.