Skip to content

craft-hub / CommandCategory

Type Alias: CommandCategory

CommandCategory = "build" | "deploy" | "develop" | "other" | "preview" | "quality" | "test"

Defined in: packages/craft-hub/src/types.ts:226

Stable category inferred from a command's script or target name.

Released under the MIT License.