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
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
-
BACKLOG_API_KEY - Authenticate with an API key