Skip to content

Overview

Shell for Confluence is a free Cloud app: a bash-like console for spaces and pages. Treat the site as a filesystem — / is the site root, then spaces (including personal spaces), then pages.

Use ls, ls -l, pwd, cd, cat, and open. Tab completion and up/down history help when the tree is deep. Pipe output into grep, head, or tail. Type help or help <command> for details.

Move, copy, create, and delete pages with mv, cp, touch, and rm (or del). mv and cp accept several sources in one command. There is no glob or wildcard bulk move.

Switch among three themes with theme.

The top level is /. Under it are spaces, then pages nested under those pages. Use cd to change location.