@marcusrbrown/infra 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marcusrbrown/infra",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "Infrastructure management CLI — deploy automation, health checks, and MCP bridge",
5
5
  "keywords": [
6
6
  "infra",
@@ -86,6 +86,11 @@ Commands:
86
86
  --key [key] Existing CLIProxyAPI API key value. When provided, setup skips key creation and reuses this key for GitHub secrets.
87
87
  --repo [repo] Target GitHub repository in owner/repo format. Skips the repository prompt when provided.
88
88
  --harness [harness] Harness template to configure. Choose opencode, claude-code, or generic. Generic remains interactive-only.
89
+ --providers [providers] Comma-separated list of providers to enable. Supported values: anthropic, openai. Example: --providers anthropic,openai
90
+ --model [model] Override the default model. Must be provider-prefixed and lowercase. Examples: anthropic/claude-sonnet-4-6, openai/gpt-4o
91
+ --force Overwrite existing GitHub secrets and variables without prompting.
92
+ --dry-run Print the plan without applying any changes.
93
+ --verify-smoke Run a smoke test against the proxy after setup completes.
89
94
 
90
95
 
91
96
  gateway status Show operational health of the gateway deployment via docker compose ps.