list
The list target interacts with a single list.
Below are the operations you can perform on the list target.
create list
This operation creates a new list.
format
enbas [top level flags] create list [flags]
top level flags
See Top Level Flags
flags
--exclusive
Hide posts from members of this list from your home timeline.
Default: false
--replies-policy
The replies policy of the list to create. The valid values for this flag are:
- followed
- list
- none
Default: list
--title (required)
The title of the list to create.
delete list
This operation deletes an existing list.
format
enbas [top level flags] delete list [flags]
top level flags
See Top Level Flags
flags
--list-id (required)
The ID of the list.
edit list
This operation edits the specified list.
format
enbas [top level flags] edit list [flags]
top level flags
See Top Level Flags
flags
--list-id (required)
The ID of the list.
--exclusive
Hide posts from members of this list from your home timeline.
Default: false
--replies-policy
The replies policy of the list to edit. The valid values for this flag are:
- followed
- list
- none
Default: list
--title
The title of the list to edit.
Default: <empty>
show list
This operation prints the details of the specified list.
format
enbas [top level flags] show list [flags]
top level flags
See Top Level Flags
flags
--list-id (required)
The ID of the list.