stack-effect catalog
Catalog maintenance helper commands.
Usage
stack-effect catalog <subcommand> [flags]Subcommands
| Command | Description |
|---|---|
workspace | Manage the generated catalog workspace |
stack-effect catalog workspace
Create and inspect an editable generated catalog workspace.
Usage
stack-effect catalog workspace <subcommand> [flags]Subcommands
| Command | Description |
|---|---|
reset | Rebuild the generated catalog workspace |
diff | Inspect generated catalog changes |
validate | Validate the generated catalog workspace |
stack-effect catalog workspace reset
Reset an editable generated catalog workspace and commit a git baseline.
Usage
stack-effect catalog workspace reset [flags]Options
| Option | Description |
|---|---|
--root, -r <dir> | Root directory of the repository (defaults to cwd) |
--target <targetKind>/<targetName>:<moduleId>[,...] | Target spec as <targetKind>/<targetName>:<moduleId>[,<moduleId>...] |
--typescript choice | TypeScript major version to configure (choices: 6, 7) |
stack-effect catalog workspace diff
Print git diff for the generated catalog workspace.
Usage
stack-effect catalog workspace diff [flags]Options
| Option | Description |
|---|---|
--root, -r <dir> | Root directory of the repository (defaults to cwd) |
stack-effect catalog workspace validate
Run generated catalog workspace format, lint, and type-check commands.
Usage
stack-effect catalog workspace validate [flags]Options
| Option | Description |
|---|---|
--root, -r <dir> | Root directory of the repository (defaults to cwd) |