Spaces
Spaces
Section titled “Spaces”Manage Confluence spaces.
Prerequisites
Section titled “Prerequisites”- Authenticated profile (
atlcli auth login) - Permission: View for listing, Space Admin for creating spaces
List Spaces
Section titled “List Spaces”atlcli wiki space listOptions:
| Flag | Description |
|---|---|
--limit | Maximum results |
Output:
KEY NAME TYPETEAM Team Documentation globalDEV Development global~alice Alice's Space personalGet Space
Section titled “Get Space”atlcli wiki space get --key TEAMOutput:
{ "schemaVersion": "1", "space": { "id": 12345, "key": "TEAM", "name": "Team Documentation", "type": "global", "url": "https://company.atlassian.net/wiki/spaces/TEAM" }}Create Space
Section titled “Create Space”atlcli wiki space create --key NEWSPACE --name "New Documentation Space"Options:
| Flag | Description |
|---|---|
--key | Space key (required, uppercase) |
--name | Space name (required) |
--description | Space description |
Example
Section titled “Example”atlcli wiki space create --key DOCS --name "Public Documentation" \ --description "Customer-facing documentation"JSON Output
Section titled “JSON Output”All commands support --json:
atlcli wiki space list --json{ "schemaVersion": "1", "spaces": [ { "id": 12345, "key": "TEAM", "name": "Team Documentation", "type": "global" }, { "id": 12346, "key": "DEV", "name": "Development", "type": "global" } ]}Related Topics
Section titled “Related Topics”
Jira and Confluence are trademarks of Atlassian Corporation Plc.
atlcli is not affiliated with, endorsed by, or sponsored by Atlassian.