@@ -14,7 +14,7 @@ $ npm install -g @reforge-com/cli
1414$ reforge COMMAND
1515running command...
1616$ reforge (--version)
17- @reforge-com/cli/0.0.11 darwin-arm64 node-v24.4.1
17+ @reforge-com/cli/0.0.12 darwin-arm64 node-v22.12.0
1818$ reforge --help [COMMAND]
1919USAGE
2020 $ reforge COMMAND
@@ -91,7 +91,7 @@ EXAMPLES
9191 $ reforge create my.new.string --type json --value="{\"key\": \"value\"}"
9292```
9393
94- _ See code: [ src/commands/create.ts] ( https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/create.ts ) _
94+ _ See code: [ src/commands/create.ts] ( https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/create.ts ) _
9595
9696## ` reforge download `
9797
@@ -124,7 +124,7 @@ EXAMPLES
124124 $ reforge download --environment=test --sdk-key=YOUR_SDK_KEY
125125```
126126
127- _ See code: [ src/commands/download.ts] ( https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/download.ts ) _
127+ _ See code: [ src/commands/download.ts] ( https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/download.ts ) _
128128
129129## ` reforge generate `
130130
@@ -194,7 +194,7 @@ EXAMPLES
194194 $ reforge generate --targets node-ts -o ./dist # combine with targets
195195```
196196
197- _See code: [src/commands/generate.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/generate.ts)_
197+ _See code: [src/commands/generate.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/generate.ts)_
198198
199199## `reforge generate-new-hex-key`
200200
@@ -217,7 +217,7 @@ EXAMPLES
217217 $ reforge generate-new-hex-key
218218```
219219
220- _See code: [src/commands/generate-new-hex-key.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/generate-new-hex-key.ts)_
220+ _See code: [src/commands/generate-new-hex-key.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/generate-new-hex-key.ts)_
221221
222222## `reforge get [NAME]`
223223
@@ -250,7 +250,7 @@ EXAMPLES
250250 $ reforge get my.config.name --environment=production
251251```
252252
253- _See code: [src/commands/get.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/get.ts)_
253+ _See code: [src/commands/get.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/get.ts)_
254254
255255## `reforge info [NAME]`
256256
@@ -281,7 +281,7 @@ EXAMPLES
281281 $ reforge info my.config.name
282282```
283283
284- _See code: [src/commands/info.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/info.ts)_
284+ _See code: [src/commands/info.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/info.ts)_
285285
286286## `reforge interactive`
287287
@@ -299,7 +299,7 @@ EXAMPLES
299299 $ reforge
300300```
301301
302- _See code: [src/commands/interactive.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/interactive.ts)_
302+ _See code: [src/commands/interactive.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/interactive.ts)_
303303
304304## `reforge list`
305305
@@ -336,7 +336,7 @@ EXAMPLES
336336 $ reforge list --feature-flags
337337```
338338
339- _See code: [src/commands/list.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/list.ts)_
339+ _See code: [src/commands/list.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/list.ts)_
340340
341341## `reforge login`
342342
@@ -364,7 +364,7 @@ EXAMPLES
364364 $ reforge login --profile myprofile
365365```
366366
367- _See code: [src/commands/login.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/login.ts)_
367+ _See code: [src/commands/login.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/login.ts)_
368368
369369## `reforge logout`
370370
@@ -387,7 +387,7 @@ EXAMPLES
387387 $ reforge logout
388388```
389389
390- _See code: [src/commands/logout.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/logout.ts)_
390+ _See code: [src/commands/logout.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/logout.ts)_
391391
392392## `reforge mcp`
393393
@@ -420,7 +420,7 @@ EXAMPLES
420420 $ reforge mcp --url http://local-launch.goatsofreforge.com:3003/api/v1/mcp
421421```
422422
423- _See code: [src/commands/mcp.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/mcp.ts)_
423+ _See code: [src/commands/mcp.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/mcp.ts)_
424424
425425## `reforge override [NAME]`
426426
@@ -459,7 +459,7 @@ EXAMPLES
459459 $ reforge override my.double.config --value=3.14159
460460```
461461
462- _See code: [src/commands/override.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/override.ts)_
462+ _See code: [src/commands/override.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/override.ts)_
463463
464464## `reforge profile`
465465
@@ -482,7 +482,7 @@ EXAMPLES
482482 $ reforge profile
483483```
484484
485- _See code: [src/commands/profile.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/profile.ts)_
485+ _See code: [src/commands/profile.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/profile.ts)_
486486
487487## `reforge schema NAME`
488488
@@ -516,7 +516,7 @@ EXAMPLES
516516 $ reforge schema my-schema --get
517517```
518518
519- _See code: [src/commands/schema.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/schema.ts)_
519+ _See code: [src/commands/schema.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/schema.ts)_
520520
521521## `reforge serve DATA-FILE`
522522
@@ -552,7 +552,7 @@ EXAMPLES
552552 $ reforge serve ./reforge.test.588.config.json --port=3099
553553```
554554
555- _See code: [src/commands/serve.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/serve.ts)_
555+ _See code: [src/commands/serve.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/serve.ts)_
556556
557557## `reforge set-default [NAME]`
558558
@@ -596,7 +596,7 @@ EXAMPLES
596596 $ reforge set-default my.config.name --env-var=MY_ENV_VAR_NAME --environment=production
597597```
598598
599- _See code: [src/commands/set-default.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/set-default.ts)_
599+ _See code: [src/commands/set-default.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/set-default.ts)_
600600
601601## `reforge whoami`
602602
@@ -619,7 +619,7 @@ EXAMPLES
619619 $ reforge whoami
620620```
621621
622- _See code: [src/commands/whoami.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/whoami.ts)_
622+ _See code: [src/commands/whoami.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/whoami.ts)_
623623
624624## `reforge workspace`
625625
@@ -642,7 +642,7 @@ EXAMPLES
642642 $ reforge workspace
643643```
644644
645- _See code: [src/commands/workspace.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11 /src/commands/workspace.ts)_
645+ _See code: [src/commands/workspace.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.12 /src/commands/workspace.ts)_
646646<!-- commandsstop -->
647647
648648## Local Development
0 commit comments