Skip to content

feat(config): include/import yaml files #21

@CalvinAllen

Description

@CalvinAllen

Description

Import tasks from other YAML files for better organization.

Proposed Syntax

include:
  - .rnr/common.yaml
  - .rnr/deploy.yaml

build:
  cmd: cargo build

Acceptance Criteria

  • Import tasks from specified files
  • Handle task name conflicts (error or override?)
  • Support relative and absolute paths
  • Prevent circular includes

Metadata

Metadata

Assignees

Labels

coreCore functionalityfutureFuture feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions