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
codika-helperCLI installed and authenticated- Project ID of the deployed use case
Command
Arguments
| Argument | Required | Description |
|---|---|---|
<projectId> | Yes | Project ID of the deployed use case |
[outputPath] | No | Output directory (defaults to ./<projectId>) |
Options
| Option | Description |
|---|---|
--version <X.Y> | Fetch specific version (latest if omitted) |
--list | List documents without downloading |
--api-url <url> | Override API URL |
--api-key <key> | Override API key |
--json | JSON output |
Examples
Output
Download mode
List mode
Exit codes
| Code | Meaning |
|---|---|
0 | Success |
1 | API error or project not found |