Categorygithub.com/thiagoelg/kie-tools/packages/kn-plugin-workflow
module
0.22.3
Repository: https://github.com/thiagoelg/kie-tools.git
Documentation: pkg.go.dev

# README

kn-plugin-workflow

kn-plugin-workflow is a plugin of the Knative Client, to enable users to quickly set up a local Kogito Serverless Workflow project from the command line.

Read the documentation

Build from source

All the commands in this section should be performed in the monorepo root.

Prerequisites

Installing and linking dependencies

The following command will install the kn-plugin-workflow dependencies and link it with any other monorepo package that is listed in the package.json:

  • pnpm bootstrap -F "@kie-tools/kn-plugin-workflow..."

Building

It has two different strategies to build the kn-plugin-workflow:

  • build:dev (The build will generate one artifact that is compatible with your local machine)
  • build:prod (The build will generate artifacts for all available architecture and run the available tests)

To build the kn-plugin-workflow run the following command:

  • pnpm -r -F "@kie-tools/kn-plugin-workflow..." <build-strategy>

# Packages

No description provided by the author
No description provided by the author
No description provided by the author