flowable-cli
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

flowable-cli

Flowable CLI

oclif Version Downloads/week

Usage

$ 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
...

Commands

flowable components create

Create a new custom component

USAGE
  $ flowable components create

DESCRIPTION
  Create a new custom component

flowable components init

Initialize a repository for custom components

USAGE
  $ flowable components init [-b]

FLAGS
  -b, --onlyBoilerplate

DESCRIPTION
  Initialize a repository for custom components

flowable components migrate

Migrate custom components from another environment

USAGE
  $ flowable components migrate

DESCRIPTION
  Migrate custom components from another environment

flowable components migrate-legacy

Migrate a custom component from a legacy project

USAGE
  $ flowable components migrate-legacy

DESCRIPTION
  Migrate a custom component from a legacy project

flowable components types

Generate typescript types for a custom component properties

USAGE
  $ flowable components types

DESCRIPTION
  Generate typescript types for a custom component properties

flowable components upload

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

flowable components watch

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

flowable login

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

flowable ping

Check the connection with the Flowable services

USAGE
  $ flowable ping

DESCRIPTION
  Check the connection with the Flowable services

flowable components create

Create a new custom component

USAGE
  $ flowable components create

DESCRIPTION
  Create a new custom component

flowable components init

Initialize a repository for custom components

USAGE
  $ flowable components init [-b]

FLAGS
  -b, --onlyBoilerplate

DESCRIPTION
  Initialize a repository for custom components

flowable components migrate

Migrate a custom component from a legacy project

USAGE
  $ flowable components migrate

DESCRIPTION
  Migrate a custom component from a legacy project

flowable components register-interactive

[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

flowable components upload

Build and upload the custom components

USAGE
  $ flowable components upload [-v]

FLAGS
  -v, --verbose

DESCRIPTION
  Build and upload the custom components

flowable components watch

Start a developing server

USAGE
  $ flowable components watch

DESCRIPTION
  Start a developing server

flowable login

Authenticate with Flowable

USAGE
  $ flowable login

DESCRIPTION
  Authenticate with Flowable

ALIASES
  $ flowable login

flowable login login

Authenticate with Flowable

USAGE
  $ flowable login login

DESCRIPTION
  Authenticate with Flowable

ALIASES
  $ flowable login

Readme

Keywords

Package Sidebar

Install

npm i flowable-cli

Weekly Downloads

13

Version

1.0.7

License

SEE LICENSE IN LICENSE.md

Unpacked Size

171 kB

Total Files

78

Last publish

Collaborators

  • tijs.rademakers
  • jorge.navarro