コンテンツにスキップ

bee wiki edit

Edit a wiki page

Only specified fields are updated. When input is piped, it is used as the body automatically.

Terminal window
bee wiki edit [flags] <WIKI>
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

Update wiki page name

Terminal window
bee wiki edit 12345 -n "New Name"

Update wiki page body

Terminal window
bee wiki edit 12345 -b "New content"

Update body from stdin

Terminal window
echo "New content" | bee wiki edit 12345
BACKLOG_SPACE
Space hostname
BACKLOG_API_KEY
Authenticate with an API key