import_project_archive
Import a verified portable archive into a new Run402 Core project. Verifies before import, supports dry run, and handles required secret values.
Instructions
Import a verified portable archive into a new local Run402 Core project through the Core gateway. Automatically verifies before import, supports dry_run and require_runnable, and reports SECRET_VALUES_REQUIRED with next actions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New Core project name. Default imported-project. | |
| dry_run | No | Verify and plan without creating a project. | |
| core_url | No | Core gateway URL. Default RUN402_CORE_URL or http://127.0.0.1:4020. | |
| env_file | No | Env file containing required secret values. | |
| archive_path | Yes | Local archive directory or .r402ar tar path. | |
| secret_values | No | Explicit secret values. Overrides env_file entries for duplicate names. | |
| require_runnable | No | Block import unless required secret values are supplied. |