osmo profile#
usage: osmo profile [-h] {set,list} ...
Positional Arguments#
- command#
Possible choices: set, list
Sub-commands#
set#
Set profile settings.
osmo profile set [-h] {notifications,bucket,pool} value [{true,false}]
Positional Arguments#
Ex. osmo profile set bucket my_bucket Ex. osmo profile set pool my_pool Ex. osmo profile set notifications email true # Enable only email notifications Ex. osmo profile set notifications slack false # Disable slack notifications
list#
Fetch notification settings.
osmo profile list [-h] [--format-type {json,text}]
Named Arguments#
- --format-type, -t#
Possible choices: json, text
Specify the output format type (Default text).
Default:
'text'