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#

Possible choices: notifications, bucket, pool

Field to set

value#

Type of notification, or name of bucket/pool

enabled#

Possible 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, -t#

Possible choices: json, text

Specify the output format type (Default text).

Default: 'text'