maton slack bookmark edit

Edit a channel bookmark

maton slack bookmark edit [flags]

Options

--bookmark-id <string>
Bookmark ID (required)
-c, --channel <string>
Channel ID (required)
--connection <string>
Connection ID to route through (Maton-Connection header)
--dry-run
Print the request that would be sent without executing it
--emoji <string>
New emoji shortcode (use empty string to clear)
-q, --jq <expression>
Filter JSON output using a jq expression
--json
Output raw JSON
--link <string>
New URL
--paginate
Follow next_cursor and concatenate all pages (list commands only)
-t, --template <string>
Format JSON output using a Go template; see "maton help formatting"
--title <string>
New title

Options inherited from parent commands

-p, --profile <string>
Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)

Examples

$ maton slack bookmark edit --channel C012 --bookmark-id Bk0123 --title 'New title'
$ maton slack bookmark edit --channel C012 --bookmark-id Bk0123 --link https://example.com/new

See also