@flowcore/cli-plugin-data-core
TypeScript icon, indicating that this package has built-in type declarations

2.2.1 • Public • Published

Flowcore CLI Plugin - Data Core

A Flowcore CLI plugin for working with Data Cores in the Flowcore Platform

Version oclif Build and Release

Usage

$ npm install -g @flowcore/cli-plugin-data-core
$ data-core COMMAND
running command...
$ data-core (--version)
@flowcore/cli-plugin-data-core/2.2.1 linux-x64 node-v20.11.1
$ data-core --help [COMMAND]
USAGE
  $ data-core COMMAND
...

Commands

data-core data-core apply

Apply a manifest configuration for a Data Core to the Flowcore Platform

USAGE
  $ data-core data-core apply -f <value> [--profile <value>] [-n <value>] [-t <value>] [-y]

FLAGS
  -f, --file=<value>...  (required) file to apply
  -n, --name=<value>     name of the data core to apply
  -t, --tenant=<value>   tenant to apply the data core to, this is the org for your organization, it can be seen in the
                         url when accessing your organization
  -y, --yes              skip confirmation
      --profile=<value>  Specify the configuration profile to use

DESCRIPTION
  Apply a manifest configuration for a Data Core to the Flowcore Platform

EXAMPLES
  $ data-core data-core apply -t flowcore -f example.yaml

  $ data-core data-core apply -t flowcore -n data-core-name -f example.yaml

  $ cat <<EOF | data-core data-core apply -f -

See code: src/commands/data-core/apply.ts

data-core data-core generate event-type FLOWTYPE

add a event type to a data core manifest

USAGE
  $ data-core data-core generate event-type FLOWTYPE [--profile <value>] [-d <value>] [-f <value>] [-n <value>]

FLAGS
  -d, --description=<value>  description of the event type
  -f, --file=<value>         file to modify
  -n, --name=<value>         name of the event type to generate
      --profile=<value>      Specify the configuration profile to use

DESCRIPTION
  add a event type to a data core manifest

EXAMPLES
  $ data-core data-core generate event-type flow-type-name -n event-type-name

  $ data-core data-core generate event-type flow-type-name -n event-type-name -d "description of the event type"

  $ data-core data-core generate event-type flow-type-name -n event-type-name -d "description of the event type" -f example.yaml

See code: src/commands/data-core/generate/event-type.ts

data-core data-core generate flow-type

add a flow type to a data core manifest

USAGE
  $ data-core data-core generate flow-type [--profile <value>] [-d <value>] [-f <value>] [-n <value>]

FLAGS
  -d, --description=<value>  description of the flow type
  -f, --file=<value>         file to modify
  -n, --name=<value>         name of the flow type to generate
      --profile=<value>      Specify the configuration profile to use

DESCRIPTION
  add a flow type to a data core manifest

EXAMPLES
  $ data-core data-core generate flow-type -n flow-type-name

  $ data-core data-core generate flow-type -n flow-type-name -d "description of the flow type"

  $ data-core data-core generate flow-type -n flow-type-name -d "description of the flow type" -f example.yaml

See code: src/commands/data-core/generate/flow-type.ts

data-core data-core generate manifest

Generate a data core manifest

USAGE
  $ data-core data-core generate manifest -t <value> [--profile <value>] [-f <value>] [-n <value>] [-o] [--placeholder]

FLAGS
  -f, --file=<value>     file to apply
  -n, --name=<value>     name of the data core to generate
  -o, --overwrite        overwrite the existing data core
  -t, --tenant=<value>   (required) tenant to apply the data core to, this is the org for your organization, it can be
                         seen in the url when accessing your organization
      --placeholder      generate a placeholder manifest
      --profile=<value>  Specify the configuration profile to use

DESCRIPTION
  Generate a data core manifest

EXAMPLES
  $ data-core data-core generate manifest -t flowcore

  $ data-core data-core generate manifest -t flowcore --placeholder

  $ data-core data-core generate manifest -t flowcore -f example.yaml

  $ data-core data-core generate manifest -t flowcore -n data-core-name -f example.yaml

See code: src/commands/data-core/generate/manifest.ts

Readme

Keywords

Package Sidebar

Install

npm i @flowcore/cli-plugin-data-core

Weekly Downloads

30

Version

2.2.1

License

MIT

Unpacked Size

103 kB

Total Files

78

Last publish

Collaborators

  • jbiskur