1.11.0 • Published 9 months ago

@ixon-cdk/runner v1.11.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

IXON Component Development Kit Runner

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

$ npx cdk <command>

generate

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

$ npx cdk generate <component-name> [options]
$ npx cdk g <component-name> [options]

Arguments

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

Options

OptionDescriptionValue type
--from-exampleUse a component example as a template.string
--configPath to the configuration file (e.g., ./my-config.json)string

build

Builds the component

$ npx cdk build <component-name> [options]
$ npx cdk b <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
--configPath to the configuration file (e.g., ./my-config.json)string

simulate

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

$ npx cdk simulate <component-name>
$ npx cdk s <component-name>

Arguments

ArgumentDescriptionValue type
<component-name>The name of the component to build.string
OptionDescriptionValue type
--configPath to the configuration file (e.g., ./my-config.json)string

deploy

Deploys the component (authentication is required)

$ npx cdk deploy <component-name> [options]
$ npx cdk d <component-name> [options]

Arguments

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

Options

OptionDescriptionValue typeDefault
--publishPublishes the deployed component.booleanfalse
--configPath to the configuration file (e.g., ./my-config.json)string

publish

Publish a deployed component (authentication is required)

$ npx cdk publish <component-name> [options]
$ npx cdk p <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
--configPath to the configuration file (e.g., ./my-config.json)string

login

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

$ npx cdk login

logout

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

$ npx cdk logout
1.12.0-next.0

9 months ago

1.11.0

9 months ago

1.11.0-next.0

9 months ago

1.10.1

9 months ago

1.10.0-next.1

11 months ago

1.10.0

10 months ago

1.8.0

12 months ago

1.10.0-next.0

11 months ago

1.9.0-next.0

12 months ago

1.7.0-next.0

1 year ago

1.9.1

11 months ago

1.9.0

11 months ago

1.7.1

1 year ago

1.7.0

1 year ago

1.8.0-next.4

1 year ago

1.8.0-next.3

1 year ago

1.8.0-next.0

1 year ago

1.8.0-next.2

1 year ago

1.8.0-next.1

1 year ago

1.6.0

1 year ago

1.6.0-next.2

1 year ago

1.6.0-next.1

1 year ago

1.6.0-next.0

1 year ago

1.5.0-next.0

1 year ago

1.5.0-next.2

1 year ago

1.5.0

1 year ago

1.5.0-next.1

1 year ago

1.4.0

1 year ago

1.4.0-next.2

2 years ago

1.4.0-next.1

2 years ago

1.4.0-next.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.2.0-next.9

2 years ago

1.2.0-next.10

2 years ago

1.2.0-next.8

2 years ago

1.2.1

2 years ago

1.3.0-next.2

2 years ago

1.3.0-next.0

2 years ago

1.3.0-next.1

2 years ago

1.2.0-next.7

2 years ago

1.2.0-next.6

2 years ago

1.2.0-next.5

2 years ago

1.2.0-next.2

2 years ago

1.2.0-next.4

2 years ago

1.2.0-next.3

2 years ago

1.2.0-next.1

2 years ago

1.2.0-next.0

3 years ago

1.1.0

3 years ago

1.1.0-next.9

3 years ago

1.1.0-next.8

3 years ago

1.1.0-next.7

3 years ago

1.1.0-next.6

3 years ago

1.1.0-next.5

3 years ago

1.1.0-next.4

3 years ago

1.1.0-next.3

3 years ago

1.1.0-next.2

3 years ago

1.1.0-next.1

3 years ago

1.1.0-next.0

3 years ago

1.0.0

3 years ago

1.0.0-rc.0

3 years ago

1.0.0-alpha.13

4 years ago

1.0.0-alpha.9

4 years ago

1.0.0-alpha.8

4 years ago

1.0.0-alpha.7

4 years ago

1.0.0-alpha.6

4 years ago

1.0.0-alpha.10

4 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.12

4 years ago

1.0.0-alpha.11

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago

1.0.0-alpha.0

4 years ago