fledge 0.12.0

Dev-lifecycle CLI — scaffolding, tasks, lanes, plugins, and more.
1
2
3
4
5
6
7
8
9
10
11
# Remote — Context

## Overview

The remote module enables fledge to fetch templates from GitHub repositories, extending the scaffolding tool beyond bundled and local templates. Users can reference `owner/repo` or `owner/repo/subpath` to use templates hosted on GitHub.

## Integration

- `init` checks if the `--template` argument looks like a remote ref and delegates to the remote fetch lane
- `templates` can fetch repos listed in `config.templates.repos` during discovery
- Authentication uses the GitHub token from `FLEDGE_GITHUB_TOKEN`, `GITHUB_TOKEN`, `config.github.token`, or `gh auth token` CLI fallback