fledge-plugin-templates-remote — DEPRECATED
This plugin has been re-absorbed into fledge core. Use
fledge templates searchandfledge templates publishdirectly. The repo is archived.
What changed
In fledge v0.15.2+, the templates search and templates publish subcommands are back in core:
fledge templates search rust # search GitHub for fledge-template repos
fledge templates publish ./my-template # publish a template to GitHub
This plugin was a shell wrapper around the same src/search.rs and src/publish.rs helpers that fledge already used internally for lanes search/publish and plugins search/publish. Keeping it as a separate plugin meant maintaining two implementations of the same surface, so it was dropped from DEFAULT_PLUGINS in v0.15.2 and the commands were re-exposed in core directly.
If you previously installed this plugin via fledge plugins install --defaults, you can remove it:
fledge plugins remove fledge-plugin-templates-remote
The core commands offer the same flags (--author, --limit, --json for search; --org, --private, --description, --yes for publish) and identical JSON shapes.
Why archive?
The plugin protocol's flat command namespace forced the user-facing commands to be templates-search/templates-publish (hyphenated top-level), inconsistent with templates init/create/validate/list. Re-absorbing fixes the asymmetry.
See CorvidLabs/fledge — fledge templates --help.
License
MIT