Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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