osmo profile#
usage: osmo profile [-h] {set,list} ...
Positional Arguments#
commandPossible choices: set, list
Sub-commands#
set#
Set profile settings.
osmo profile set [-h]
{notifications,bucket,pool} value [{true,false}]
Positional Arguments#
settingPossible choices: notifications, bucket, pool
Field to set
valueType of notification, or name of bucket/pool
enabledPossible choices: true, false
Enable or disable, strictly for notifications.
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, -tPossible choices: json, text
Specify the output format type (Default text).
Default:
'text'