Initialize a new project.
pem init <name> [template] [path] [python_version]- name: Name of the project.
- template: Project template. Options:
standard: Basic Python app.web: Flask/FastAPI app with Dockerfile.data-science: Pandas/Matplotlib setup.devops: Scripting and automation tools.jupyter: Notebook-based project.
- path: Destination path. Default:
$PROJECTS_ROOT/<name>. - python_version: Python version to use. Default: Configured
DEFAULT_PYTHON_VERSION.
Example:
pem init my-api web ./backend 3.11List all registered projects.
pem listScan a project for security vulnerabilities using pip-audit.
pem scan [path]Check system health, dependencies, and permissions.
pem doctorCreate a compressed backup of the project registry and configuration.
pem backupShow local usage statistics.
pem stats--help,-h: Show help message.--version,-v: Show version information.