@studiorack/cli
v3.0.6
Published
Audio project manager tool
Maintainers
Readme
studiorack-cli
StudioRack command line tool to manage audio DAW VST plugin dependencies.

Installation
To install the tool, run the command:
npm install @studiorack/cli -gGet help:
studiorack --helpGet version:
studiorack --versionUsage
StudioRack command line tool adheres to the [Open Audio Stack - Manager specification](https://github.com/open-audio-stack/open-audio-stack-core/blob/main/specification.
Config values can be set/get using:
studiorack config set <key> <value>
studiorack config get <key>
studiorack config get pluginsDirSearch the registry package index for lazy matching query:
studiorack <registryType> search <query>
studiorack plugins search pianoGet a package metadata:
studiorack <registryType> get <slug>
studiorack plugins get surge-synthesizer/surgeInstall a package:
studiorack <registryType> install <slug>@<version>
studiorack plugins install surge-synthesizer/surgeInstall and open an app:
studiorack apps install steinberg/validator
studiorack apps open steinberg/validator -- --helpFor a full list of commands, please refer to the Open Audio Stack - Manager specification
Developer information
StudioRack Cli was built using:
- NodeJS 20.x
- TypeScript 5.x
- Commander 12.x
Installation
Install dependencies using:
npm installUsage
Run a build and link the studiorack command line to this local package:
npm run dev:cliTest using normal commands:
studiorack --versionTo publish and release changes and create a version tag using:
npm version patch
git push && git push origin --tagsContact
For more information please contact kmturley
