stack-effect catalog

Catalog maintenance helper commands.

Usage

stack-effect catalog <subcommand> [flags]

Subcommands

CommandDescription
workspaceManage the generated catalog workspace

stack-effect catalog workspace

Create and inspect an editable generated catalog workspace.

Usage

stack-effect catalog workspace <subcommand> [flags]

Subcommands

CommandDescription
resetRebuild the generated catalog workspace
diffInspect generated catalog changes
validateValidate 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

OptionDescription
--root, -r <dir>Root directory of the repository (defaults to cwd)
--target <targetKind>/<targetName>:<moduleId>[,...]Target spec as <targetKind>/<targetName>:<moduleId>[,<moduleId>...]
--typescript choiceTypeScript 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

OptionDescription
--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

OptionDescription
--root, -r <dir>Root directory of the repository (defaults to cwd)