actio create
Create a new project with the full Actio sidecar and ENTRYPOINT.yaml entry file.
Synopsis
actio create <project_name>
Arguments
| Argument | Required | Description |
|---|---|---|
| project_name | Yes | Name of the new project directory. |
The project is created in the current working directory.
Example
actio create my-service
# Created Actio-enabled project at /path/to/cwd/my-service
Generated layout
- <project_name>/ENTRYPOINT.yaml
- <project_name>/src/ (empty)
- <project_name>/actio/ with:
router.yamlarchitecture/system.mdinterfaces/contracts.yamlpatterns/pattern.mdrules/rules.mdtasks/task.md
Errors
- Directory already exists — Choose a different name or use actio init to add Actio inside an existing directory.