Developer
News and Updates
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Last updated Mar 27, 2026

Confluence (17 commands)

Pages

1
2
twg confluence pages get 12345 --site myco --body-format adf
twg confluence pages create --space-id ENG --title "Runbook" --body "Content here" --site myco
twg confluence pages update --title "Updated Title" --body "New content"
twg confluence pages move --space-key DEST

Blogs

1
2
twg confluence blogs query --space-id ENG --site myco
twg confluence blogs get 67890 --site myco
twg confluence blogs create --space-id ENG --title "Sprint Update"

Spaces

1
2
twg confluence spaces query --site myco
twg confluence spaces get ENG --site myco
twg confluence spaces create --key NEWSPACE --site myco
twg confluence spaces archive / unarchive

Search (CQL)

1
2
# Pages in a space modified recently
twg confluence search query --cql "space = ENG AND type = page AND lastModified >= now('-7d')" --site myco

# Pages containing specific text
twg confluence search query --cql "text ~ 'onboarding' AND type = page" --site myco

# Pages by a specific creator
twg confluence search query --cql "creator = currentUser() AND type = page" --site myco

Rate this page: