Skip to main content

actio create

Create a new project with the full Actio sidecar and ENTRYPOINT.yaml entry file.

Synopsis

actio create <project_name>

Arguments

ArgumentRequiredDescription
project_nameYesName 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.yaml
    • architecture/system.md
    • interfaces/contracts.yaml
    • patterns/pattern.md
    • rules/rules.md
    • tasks/task.md

Errors

  • Directory already exists — Choose a different name or use actio init to add Actio inside an existing directory.

See also