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#
- setting
Field to set
- value
Type of notification, or name of bucket/pool
- enabled
Enable or disable, strictly for 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'