Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.15 KB

File metadata and controls

22 lines (15 loc) · 1.15 KB

Plone API Shell - Brief Explanation

Plone API Shell is an interactive command-line tool for exploring and managing Plone REST API sites. It provides a filesystem-like interface (ls, cd, pwd) for navigating Plone content, along with powerful commands for browsing, searching, and managing tags across your Plone site.

Key Features

  • Interactive REPL: Navigate Plone content using familiar filesystem commands with tab completion
  • Web Interface: Browser-based UI powered by Streamlit for visual content exploration
  • Tag Management: Discover, merge, rename, and remove tags across your entire Plone site
  • API Exploration: Direct access to Plone REST API endpoints with formatted output
  • Authentication Support: Secure login and credential management for protected sites

Use Cases

  • Explore Plone site structure and content
  • Clean up duplicate or misspelled tags across large sites
  • Browse and search content via command line or web interface
  • Manage tags programmatically with batch operations
  • Debug and inspect Plone REST API responses

Perfect for content managers, developers, and administrators working with Plone 6.x sites.