{"library":"polylith-cli","title":"Polylith CLI","description":"The `polylith-cli` is a command-line interface tool that provides essential tooling support for developing Python applications using the Polylith Architecture. It helps manage workspaces, create bases and components, and analyze dependencies within a monorepo structure. As of version 1.45.0, it is actively developed with regular updates and new features.","language":"python","status":"active","last_verified":"Fri Apr 17","install":{"commands":["pip install polylith-cli"],"cli":{"name":"poly","version":"Usage: poly [OPTIONS] COMMAND [ARGS]..."}},"imports":[],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"# Create a new Polylith workspace\npoly create workspace my_polylith_project\n\n# Navigate into the workspace\ncd my_polylith_project\n\n# Create a new component\npoly create component my_component\n\n# Get information about the workspace\npoly info","lang":"bash","description":"Start by creating a new Polylith workspace, then generate components and use `poly info` to inspect the structure.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}