0.0.23 • Published 4 years ago

yot-cdk-runner v0.0.23

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Component Development Kit Runner

This is the main entrypoint of the Component Development Kit (CDK). It contains logic to run commands in a CDK workspace.

$ node ./node_modules/yot-cdk-runner <command>

generate

Prompts the user to generate a new component based on a template.

$ node ./node_modules/yot-cdk-runner generate

build

Builds the component

$ node ./node_modules/yot-cdk-runner build <component-name> [options]

Arguments

ArgumentDescriptionValue type
<component-name>The name of the component to build.string

Options

OptionDescriptionValue typeDefault
--compressCompress build output into a zip-file.booleanfalse
--watchRun build when files change.booleanfalse

simulate

Builds the component (in watch-mode) and runs it inside the simulator.

$ node ./node_modules/yot-cdk-runner simulate <component-name>

Arguments

ArgumentDescriptionValue type
<component-name>The name of the component to build.string

deploy

Deploys the component (authentication is required)

$ node ./node_modules/yot-cdk-runner deploy <component-name> [options]

Arguments

ArgumentDescriptionValue type
<component-name>The name of the component to deploy.string

Options

OptionDescriptionValue typeDefault
--publishPublishes the deployed component.booleanfalse

publish

Publish a deployed component (authentication is required)

$ node ./node_modules/yot-cdk-runner publish <component-name> [options]

Arguments

ArgumentDescriptionValue type
<component-name>The name of the component to publish.string

Options

OptionDescriptionValue typeDefault
--versionPublish the passed version number.string
--latestPublish the latest unpublished versionbooleanfalse

login

Log in with your user account credentials. Generates a .accesstoken file.

$ node ./node_modules/yot-cdk-runner login

logout

Logs out. Removes the .accesstoken file that was generated on login.

$ node ./node_modules/yot-cdk-runner logout
0.0.23

4 years ago

0.0.20

4 years ago

0.0.21

4 years ago

0.0.22

4 years ago

0.0.18

4 years ago

0.0.19

4 years ago

0.0.17

4 years ago

0.0.11

4 years ago

0.0.12

4 years ago

0.0.13

4 years ago

0.0.14

4 years ago

0.0.15

4 years ago

0.0.16

4 years ago

0.0.10

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago