Cobra scaffold, credentials store, Connect client, device-flow login, whoami/logout, plugin init (creates + adds git remote), publish (tag + push + registry RPC), and status (list scopes/plugins). Proto copied from orchestrator with buf codegen for client stubs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
335 B
YAML
16 lines
335 B
YAML
version: v2
|
|
managed:
|
|
enabled: true
|
|
override:
|
|
- file_option: go_package_prefix
|
|
value: git.dev.alexdunmow.com/block/core/internal/api
|
|
plugins:
|
|
- local: protoc-gen-go
|
|
out: internal/api
|
|
opt:
|
|
- paths=source_relative
|
|
- local: protoc-gen-connect-go
|
|
out: internal/api
|
|
opt:
|
|
- paths=source_relative
|