Flowable CLI
$ npm install -g flowable-cli
$ flowable COMMAND
running command...
$ flowable (--version)
flowable-cli/1.0.7 darwin-arm64 node-v22.9.0
$ flowable --help [COMMAND]
USAGE
$ flowable COMMAND
...
flowable components create
flowable components init
flowable components migrate
flowable components migrate-legacy
flowable components types
flowable components upload
flowable components watch
flowable login
flowable ping
Create a new custom component
USAGE
$ flowable components create
DESCRIPTION
Create a new custom component
Initialize a repository for custom components
USAGE
$ flowable components init [-b]
FLAGS
-b, --onlyBoilerplate
DESCRIPTION
Initialize a repository for custom components
Migrate custom components from another environment
USAGE
$ flowable components migrate
DESCRIPTION
Migrate custom components from another environment
Migrate a custom component from a legacy project
USAGE
$ flowable components migrate-legacy
DESCRIPTION
Migrate a custom component from a legacy project
Generate typescript types for a custom component properties
USAGE
$ flowable components types
DESCRIPTION
Generate typescript types for a custom component properties
Build and upload the custom components
USAGE
$ flowable components upload [-v] [--beautify]
FLAGS
-v, --verbose Verbose mode
--beautify Beautify the output (Not minifying it)
DESCRIPTION
Build and upload the custom components
Start a developing server
USAGE
$ flowable components watch [--ignore-config] [-v]
FLAGS
-v, --verbose Verbose mode
--ignore-config Ignore project configuration
DESCRIPTION
Start a developing server
Authenticate with Flowable
USAGE
$ flowable login [--skipArtifactoryLogin]
FLAGS
--skipArtifactoryLogin Skip login to Flowable Artifactory. Skip it if you want to use your own npm registry
DESCRIPTION
Authenticate with Flowable
Check the connection with the Flowable services
USAGE
$ flowable ping
DESCRIPTION
Check the connection with the Flowable services
flowable components create
flowable components init
flowable components migrate
flowable components register-interactive
flowable components upload
flowable components watch
flowable login
flowable login login
flowable ping
flowable ping ping
Create a new custom component
USAGE
$ flowable components create
DESCRIPTION
Create a new custom component
Initialize a repository for custom components
USAGE
$ flowable components init [-b]
FLAGS
-b, --onlyBoilerplate
DESCRIPTION
Initialize a repository for custom components
Migrate a custom component from a legacy project
USAGE
$ flowable components migrate
DESCRIPTION
Migrate a custom component from a legacy project
[Advanced] Register project and/or custom components that already exists
USAGE
$ flowable components register-interactive
DESCRIPTION
[Advanced] Register project and/or custom components that already exists
Build and upload the custom components
USAGE
$ flowable components upload [-v]
FLAGS
-v, --verbose
DESCRIPTION
Build and upload the custom components
Start a developing server
USAGE
$ flowable components watch
DESCRIPTION
Start a developing server
Authenticate with Flowable
USAGE
$ flowable login
DESCRIPTION
Authenticate with Flowable
ALIASES
$ flowable login
Authenticate with Flowable
USAGE
$ flowable login login
DESCRIPTION
Authenticate with Flowable
ALIASES
$ flowable login