@marcusrbrown/infra 0.3.3 → 0.3.4

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.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "Infrastructure management CLI — deploy automation, health checks, and MCP bridge",
5
5
  "keywords": [
6
6
  "infra",
@@ -134,7 +134,7 @@ export function registerCliproxyKeys(cli: ReturnType<typeof goke>): void {
134
134
  body: JSON.stringify(nextKeys),
135
135
  })
136
136
 
137
- console.log(JSON.stringify(nextKeys, null, 2))
137
+ console.log(`Added key "${apiKeyToAdd}". Current key count: ${nextKeys.length}.`)
138
138
  })
139
139
 
140
140
  cli