1.1.0 • Published 2 years ago

@kalix-io/kalix-scripts v1.1.0

Weekly downloads
-
License
Copyright (c) Lig...
Repository
github
Last release
2 years ago

kalix-scripts

This package includes scripts and configuration used by the create-kalix-entity tool.

Configuration is pulled from the config section of your project's package.json, and the command will fail if any required configuration is not present. For example:

{
 ...
  "config": {
    "dockerImage": "my-docker-repo/my-image",
    "sourceDir": "./src",
    "testSourceDir": "./test",
    "protoSourceDir": "./proto",
    "generatedSourceDir": "./lib/generated",
    "compileDescriptorArgs": []
  },
  ...
}

Install

On install, this downloads the latest version of the JavaScript codegen CLI

Scripts

Build

  • Builds Protobuf descriptor file
  • Runs Kalix JS codegen

Package

  • Builds Docker image of the service

Deploy

  • Deploys Docker image to specified repository
  • Invokes Kalix deploy via kalix CLI
1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

1.0.0-M9

3 years ago

1.0.0-M10

3 years ago

1.0.0-M6

3 years ago

1.0.0-M7

3 years ago

1.0.0-M8

3 years ago

1.0.0-M5

3 years ago

1.0.0-M4

3 years ago

1.0.0-M3

3 years ago

1.0.0-M2

3 years ago