Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Unreleased

## 0.0.11 - 2025-11-24

- fix: typos in 'reforge generate --help'

## 0.0.10 - 2025-11-24

- fix: ignore Zod.describe method to not interfere with type generation
Expand Down
42 changes: 21 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @reforge-com/cli
$ reforge COMMAND
running command...
$ reforge (--version)
@reforge-com/cli/0.0.10 darwin-arm64 node-v24.4.1
@reforge-com/cli/0.0.11 darwin-arm64 node-v24.4.1
$ reforge --help [COMMAND]
USAGE
$ reforge COMMAND
Expand Down Expand Up @@ -91,7 +91,7 @@ EXAMPLES
$ reforge create my.new.string --type json --value="{\"key\": \"value\"}"
```

_See code: [src/commands/create.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/create.ts)_
_See code: [src/commands/create.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/create.ts)_

## `reforge download`

Expand Down Expand Up @@ -124,7 +124,7 @@ EXAMPLES
$ reforge download --environment=test --sdk-key=YOUR_SDK_KEY
```

_See code: [src/commands/download.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/download.ts)_
_See code: [src/commands/download.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/download.ts)_

## `reforge generate`

Expand Down Expand Up @@ -185,16 +185,16 @@ DESCRIPTION
EXAMPLES
$ reforge generate # react-ts only by default

$ reforge generate --target node-ts # node-ts only
$ reforge generate --targets node-ts # node-ts only

$ reforge generate --target react-ts,node-ts # both node+react-ts
$ reforge generate --targets react-ts,node-ts # both node + react-ts

$ reforge generate -o ./src/generated # specify output directory

$ reforge generate --targets node-ts -o ./dist # combine with targets
```

_See code: [src/commands/generate.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/generate.ts)_
_See code: [src/commands/generate.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/generate.ts)_

## `reforge generate-new-hex-key`

Expand All @@ -217,7 +217,7 @@ EXAMPLES
$ reforge generate-new-hex-key
```

_See code: [src/commands/generate-new-hex-key.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/generate-new-hex-key.ts)_
_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)_

## `reforge get [NAME]`

Expand Down Expand Up @@ -250,7 +250,7 @@ EXAMPLES
$ reforge get my.config.name --environment=production
```

_See code: [src/commands/get.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/get.ts)_
_See code: [src/commands/get.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/get.ts)_

## `reforge info [NAME]`

Expand Down Expand Up @@ -281,7 +281,7 @@ EXAMPLES
$ reforge info my.config.name
```

_See code: [src/commands/info.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/info.ts)_
_See code: [src/commands/info.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/info.ts)_

## `reforge interactive`

Expand All @@ -299,7 +299,7 @@ EXAMPLES
$ reforge
```

_See code: [src/commands/interactive.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/interactive.ts)_
_See code: [src/commands/interactive.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/interactive.ts)_

## `reforge list`

Expand Down Expand Up @@ -336,7 +336,7 @@ EXAMPLES
$ reforge list --feature-flags
```

_See code: [src/commands/list.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/list.ts)_
_See code: [src/commands/list.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/list.ts)_

## `reforge login`

Expand Down Expand Up @@ -364,7 +364,7 @@ EXAMPLES
$ reforge login --profile myprofile
```

_See code: [src/commands/login.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/login.ts)_
_See code: [src/commands/login.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/login.ts)_

## `reforge logout`

Expand All @@ -387,7 +387,7 @@ EXAMPLES
$ reforge logout
```

_See code: [src/commands/logout.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/logout.ts)_
_See code: [src/commands/logout.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/logout.ts)_

## `reforge mcp`

Expand Down Expand Up @@ -420,7 +420,7 @@ EXAMPLES
$ reforge mcp --url http://local-launch.goatsofreforge.com:3003/api/v1/mcp
```

_See code: [src/commands/mcp.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/mcp.ts)_
_See code: [src/commands/mcp.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/mcp.ts)_

## `reforge override [NAME]`

Expand Down Expand Up @@ -459,7 +459,7 @@ EXAMPLES
$ reforge override my.double.config --value=3.14159
```

_See code: [src/commands/override.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/override.ts)_
_See code: [src/commands/override.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/override.ts)_

## `reforge profile`

Expand All @@ -482,7 +482,7 @@ EXAMPLES
$ reforge profile
```

_See code: [src/commands/profile.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/profile.ts)_
_See code: [src/commands/profile.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/profile.ts)_

## `reforge schema NAME`

Expand Down Expand Up @@ -516,7 +516,7 @@ EXAMPLES
$ reforge schema my-schema --get
```

_See code: [src/commands/schema.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/schema.ts)_
_See code: [src/commands/schema.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/schema.ts)_

## `reforge serve DATA-FILE`

Expand Down Expand Up @@ -552,7 +552,7 @@ EXAMPLES
$ reforge serve ./reforge.test.588.config.json --port=3099
```

_See code: [src/commands/serve.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/serve.ts)_
_See code: [src/commands/serve.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/serve.ts)_

## `reforge set-default [NAME]`

Expand Down Expand Up @@ -596,7 +596,7 @@ EXAMPLES
$ reforge set-default my.config.name --env-var=MY_ENV_VAR_NAME --environment=production
```

_See code: [src/commands/set-default.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/set-default.ts)_
_See code: [src/commands/set-default.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/set-default.ts)_

## `reforge whoami`

Expand All @@ -619,7 +619,7 @@ EXAMPLES
$ reforge whoami
```

_See code: [src/commands/whoami.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/whoami.ts)_
_See code: [src/commands/whoami.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/whoami.ts)_

## `reforge workspace`

Expand All @@ -642,7 +642,7 @@ EXAMPLES
$ reforge workspace
```

_See code: [src/commands/workspace.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.10/src/commands/workspace.ts)_
_See code: [src/commands/workspace.ts](https://github.com/ReforgeHQ/cli/blob/v0.0.11/src/commands/workspace.ts)_
<!-- commandsstop -->

## Local Development
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"packageManager": "yarn@4.11.0",
"name": "@reforge-com/cli",
"version": "0.0.10",
"version": "0.0.11",
"author": "Jeffrey Chupp @semanticart",
"bugs": {
"url": "https://github.com/ReforgeHQ/cli/issues"
Expand Down
4 changes: 2 additions & 2 deletions src/commands/generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ Example:

static examples = [
'<%= config.bin %> <%= command.id %> # react-ts only by default',
'<%= config.bin %> <%= command.id %> --target node-ts # node-ts only',
'<%= config.bin %> <%= command.id %> --target react-ts,node-ts # both node+react-ts',
'<%= config.bin %> <%= command.id %> --targets node-ts # node-ts only',
'<%= config.bin %> <%= command.id %> --targets react-ts,node-ts # both node + react-ts',
'<%= config.bin %> <%= command.id %> -o ./src/generated # specify output directory',
'<%= config.bin %> <%= command.id %> --targets node-ts -o ./dist # combine with targets',
]
Expand Down