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.

Navigate the space
Section titled “Navigate the space”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.
Organize pages like files
Section titled “Organize pages like files”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.
A look and feel you like
Section titled “A look and feel you like”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.