Skip to content

perfectbase/typescript-cli

Repository files navigation

About the project

Using Commander to create a dockerized TypeScript CLI to be used for running batch jobs on AWS.

Getting started

From the root of the app, run:

docker build -t typescript-cli .

# For M1 Mac, use this command:
# docker buildx build --platform=linux/amd64 -t typescript-cli .

This will build the docker image.
You can run the job using the following command:

docker run --rm -it typescript-cli greeting YourName -s 'Nice name!'

Check the tutorial

https://blog.perfect-base.com/typescript-cli-aws-batch

About

A Dockerized TypeScript CLI built with Commander to be used for running batch jobs on AWS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published