status
The status target interacts with a single status.
Below are the operations you can perform on the status target.
add status to bookmarks
This operation adds the specified status to your bookmarks.
format
enbas [top level flags] add status to bookmarks [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
create status
This operation creates a new status.
format
enbas [top level flags] create status [flags]
top level flags
See Top Level Flags
flags
--add-poll
Add a poll to the new status.
Default: false
--attachment-id
The ID of the media attachment. This flag can be used multiple times to specify multiple values.
Default: <empty>
--content
The content of the status.
Default: <empty>
--content-type
The type that the contents should be parsed from. The valid values for this flag are:
- plain
- markdown
Default: plain
--in-reply-to
The ID of the status that you want to reply to.
Default: <empty>
--language
The ISO 639 language code for this status.
Default: <empty>
--local-only
Do not federate the status beyond the local timeline(s).
Default: false
--media-description
The description of the media attachment. This flag can be used multiple times to specify multiple values.
Default: <empty>
--media-file
The path to the file of the media-attachment. This flag can be used multiple times to specify multiple values.
Default: <empty>
--media-focus
The focus of the media-attachment. This flag can be used multiple times to specify multiple values.
Default: <empty>
--not-boostable
Viewers will not be allowed to reblog (boost) the created status.
Default: false
--not-likeable
Viewers will not be allowed to like (favourite) the created status.
Default: false
--not-replyable
Viewers will not be allowed to reply to the created status.
Default: false
--poll-allows-multiple-choices
Allow viewers to make multiple choices in the poll.
Default: false
--poll-expires-in
The time from when the poll is created that it should expire.
Default: 86400
--poll-hides-vote-counts
Hide the vote count until the poll is closed.
Default: false
--poll-option
A poll option (use this flag multiple times to set multiple poll options). This flag can be used multiple times to specify multiple values.
Default: <empty>
--sensitive
Mark the status as sensitive.
Default: false
--summary
The summary of the status (a.k.a the subject, spoiler text or content warning).
Default: <empty>
--visibility
The visibility of the status. The valid values for this flag are:
- public
- private
- unlisted
- mutuals_only
- direct
Default: <empty>
delete status
This operation deletes a status that belongs to you. You can optionally save the text of the deleted status using the save-text flag if you wish to redraft it. If this is specified, the text of the deleted status will be written to a file within your cache directory.
format
enbas [top level flags] delete status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
--save-text
Save the text of the deleted status.
Default: false
favourite status
This operation favourites (likes) the specified status.
format
enbas [top level flags] favourite status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
find status
This operation searches for a status (remotely).
format
enbas [top level flags] find status [flags]
top level flags
See Top Level Flags
flags
--query (required)
The search query string.
--limit
The maximum number of items to display.
Default: 20
--account-name
The name of the account to find.
Default: <empty>
--resolve
Allow your instance to resolve the search by making calls to remote instances.
Default: false
mute status
This operation mutes the specified status to stop you from receiving future notifications for replies, favourites (likes), reblogs (boosts), etc from the status’ thread.
format
enbas [top level flags] mute status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
reblog status
This operation reblogs (boosts) the specified status.
format
enbas [top level flags] reblog status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
remove status from bookmarks
This operation removes the specified status from your bookmarks.
format
enbas [top level flags] remove status from bookmarks [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
show status
This operation prints the details of the specified status.
format
enbas [top level flags] show status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
--browser
Show the status in your favourite browser.
Default: false
--show-who-favourited
Show the accounts who favourited (liked) the status.
Default: false
--show-who-reblogged
Show the accounts who reblogged (boosted) the status.
Default: false
unfavourite status
This operation unfavourites (unlikes) the status that you’ve previously favourited.
format
enbas [top level flags] unfavourite status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
unmute status
This operation unmutes the specified status so that you can start receiving future notifications for replies, favourites (likes), reblogs (boosts), etc from the status’ thread.
format
enbas [top level flags] unmute status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.
unreblog status
This operation unreblogs (unboosts) the specified status.
format
enbas [top level flags] unreblog status [flags]
top level flags
See Top Level Flags
flags
--status-id (required)
The ID of the status.