When to use
- Download a deployed use case from the platform
- Restore a previously deployed use case to local files
- Inspect what documents are stored for a project
- Pull the latest deployed version locally
Prerequisites
codikaCLI installed and authenticated- Project ID of the deployed use case
Resolving the project ID
The CLI requires a project ID, not a folder path. If the user provides a use case folder path instead, readproject.json from that folder to get the projectId:
Command
Arguments
Options
Behavior
Download mode (default):- Fetches metadata documents from the API
- Decodes file content
- Writes files to the output directory
--list):
- Fetches document listing only
- Displays file paths, sizes, and content types
- Does not download any files