0.1.0 • Published 1 year ago
@tailor-platform/minitailorctl v0.1.0
minitailorctl
minitailorctl (mtctl) is a CLI tool that wraps tailorctl to streamline the development of Tailor Platform applications.
Install
npm install -g @tailor-platform/minitailorctl
As a result, the minitailorctl
command (and its mtctl
alias) will be available in your terminal.
Features
Tailorctl proxy
minitailorctl can run any command from tailorctl and is pre-configured to communicate with a locally running minitailor instance.
# The below is the same as "tailorctl alpha workspace create --name test-workspace",
# but always runs with environment variables to connect to minitailor internally.
minitailorctl -- alpha workspace create --name test-workspace
# => Workspace test-workspace created
0.1.0
1 year ago