1.6.0 • Published 14 days ago

@ixon-cdk/runner v1.6.0

Weekly downloads
-
License
ISC
Repository
-
Last release
14 days 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

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

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

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

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

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

14 days ago

1.6.0-next.2

28 days ago

1.6.0-next.1

1 month ago

1.6.0-next.0

1 month ago

1.5.0-next.0

2 months ago

1.5.0-next.2

2 months ago

1.5.0

2 months ago

1.5.0-next.1

2 months ago

1.4.0

3 months ago

1.4.0-next.2

4 months ago

1.4.0-next.1

5 months ago

1.4.0-next.0

5 months ago

1.3.0

5 months ago

1.2.0

10 months ago

1.2.0-next.9

10 months ago

1.2.0-next.10

10 months ago

1.2.0-next.8

10 months ago

1.2.1

7 months ago

1.3.0-next.2

6 months ago

1.3.0-next.0

10 months ago

1.3.0-next.1

7 months ago

1.2.0-next.7

11 months ago

1.2.0-next.6

1 year ago

1.2.0-next.5

1 year ago

1.2.0-next.2

1 year ago

1.2.0-next.4

1 year ago

1.2.0-next.3

1 year ago

1.2.0-next.1

1 year ago

1.2.0-next.0

1 year ago

1.1.0

2 years ago

1.1.0-next.9

2 years ago

1.1.0-next.8

2 years ago

1.1.0-next.7

2 years ago

1.1.0-next.6

2 years ago

1.1.0-next.5

2 years ago

1.1.0-next.4

2 years ago

1.1.0-next.3

2 years ago

1.1.0-next.2

2 years ago

1.1.0-next.1

2 years ago

1.1.0-next.0

2 years ago

1.0.0

2 years ago

1.0.0-rc.0

2 years ago

1.0.0-alpha.13

2 years ago

1.0.0-alpha.9

2 years ago

1.0.0-alpha.8

2 years ago

1.0.0-alpha.7

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.10

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.12

2 years ago

1.0.0-alpha.11

2 years ago

1.0.0-alpha.4

3 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago

1.0.0-alpha.0

3 years ago