コンテンツにスキップ

bee wiki create

Create a wiki page

When input is piped, it is used as the body automatically.

Terminal window
bee wiki create [flags]
-p, --project <id>
Project ID or project key
-n, --name <name>
Wiki page name
-b, --body <text>
Wiki page content
--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

Create a wiki page

Terminal window
bee wiki create -p PROJECT -n "Page Name" -b "Content"

Create a wiki page from stdin

Terminal window
echo "Body" | bee wiki create -p PROJECT -n "Name"

Create and send notification email

Terminal window
bee wiki create -p PROJECT -n "Name" -b "Content" --mail-notify
BACKLOG_PROJECT
Project ID or project key
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
BACKLOG_PROJECT
Default project ID or project key