The run command allows you to inject secrets from Shelve into your application process.
This command uses ni from antfu under the hood to automatically detect you package manager and run the command.
shelve run <command>
shelve run dev
shelve run dev:app
shelve run build
dev or build)development, staging, production).You can configure a default environment in your shelve.json file to bypass the env prompt:
{
"defaultEnv": "development",
"slug": "shelve"
}