Socket
Book a DemoInstallSign in
Socket

@tailor-platform/minitailorctl

Package Overview
Dependencies
Maintainers
6
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@tailor-platform/minitailorctl

CLI utility tools for minitailor

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
6
Created
Source

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

FAQs

Package last updated on 16 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts