odm-user-setup¶
odm-user-setup is installed with the Python Client Library and can be accessed from a terminal by typing odm-user-setup.
Usage¶
This script can be used both in interactive shell mode and in static command-line mode:
usage: odm-user-setup [-H <host>] [-u <user>] [-p <password>] [--token <api-token>] [--access-token <access-token>] [--debug] [--show-logs] [-h] [-v] [<command>] Genestack user management application. positional arguments: <command> "init", "list", "add", "default", "change- password", "change-token", "path", "remove", "rename" or empty to use shell options: -h, --help show this help message and exit -v, --version show version connection: -H, --host <host> server host -u, --user <user> user alias from settings or email -p, --password <password> user password --token <api-token> API token to be used instead of the login and password --access-token <access-token> Access token or environment variable with its value to be used instead of the login and password --debug include server stacktrace into error messages (implies --show-logs) --show-logs print application logs received from server to stdout
You can get a description for every command by typing:
In shell mode, type help to get a list of available commands.
Use help command to get help for a specific command.
See Connecting to a Genestack instance for more information about connection arguments.
odm-user-setup exits with 0 return code in case of success, 1 in case of
various nondescript errors, and 13 if server requires newer Python Client
version.
Commands¶
- add:
- change-password:
- change-token:
- default:
- init:
- list:
- path:
- remove:
- rename: