Skip to content

Latest commit

 

History

History
12 lines (5 loc) · 182 Bytes

README.md

File metadata and controls

12 lines (5 loc) · 182 Bytes

@webresto/cli

Dev testing

npx ts-node src/bin/main.bin.ts --version

Build and push docker image

docker build -t webresto/cli:latest . && docker push webresto/cli:latest