bee wiki edit
Overview
Section titled “Overview”Edit a wiki page
Only specified fields are updated. When input is piped, it is used as the body automatically.
bee wiki edit [flags] <WIKI>Arguments
Section titled “Arguments”WIKI- Wiki page ID
-n,--name <name>- New name of the wiki page
-b,--body <text>- New content of the wiki page
--mail-notify- Send notification email
--json <fields>- Output as JSON (optionally filter by field names, comma-separated)
-s,--space <hostname>- Space hostname (e.g. xxx.backlog.com, or your own domain)
-y,--yes- Skip confirmation prompt
Examples
Section titled “Examples”Update wiki page name
bee wiki edit 12345 -n "New Name"Update wiki page body
bee wiki edit 12345 -b "New content"Update body from stdin
echo "New content" | bee wiki edit 12345Environment variables
Section titled “Environment variables”BACKLOG_SPACE- Space hostname (e.g. xxx.backlog.com, or your own domain)
BACKLOG_API_KEY- Authenticate with an API key
BACKLOG_SPACE- Space hostname