bee wiki create
Overview
Section titled “Overview”Create a wiki page
When input is piped, it is used as the body automatically.
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
Examples
Section titled “Examples”Create a wiki page
bee wiki create -p PROJECT -n "Page Name" -b "Content"Create a wiki page from stdin
echo "Body" | bee wiki create -p PROJECT -n "Name"Create and send notification email
bee wiki create -p PROJECT -n "Name" -b "Content" --mail-notifyEnvironment variables
Section titled “Environment variables”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