-{"version":"0.0.1-rc.11","commands":{"install":{"id":"install","description":"Install a Pliny recipe into your Next app","strict":false,"pluginName":"@pliny/cli","pluginAlias":"@pliny/cli","pluginType":"core","aliases":["i"],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"yes":{"name":"yes","type":"boolean","char":"y","description":"Install the recipe automatically without user confirmation","allowNo":false},"env":{"name":"env","type":"option","char":"e","description":"Set app environment name","multiple":false}},"args":[{"name":"recipe","description":"Name of a Pliny recipe from timlrx/pliny/recipes, or a file path to a local recipe definition","required":false},{"name":"recipe-flags","description":"A list of flags to pass to the recipe. Pliny will only parse these in the form `key=value`"}],"_globalFlags":{}},"new":{"id":"new","description":"Create new pliny app","strict":true,"pluginName":"@pliny/cli","pluginAlias":"@pliny/cli","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"Show CLI help.","allowNo":false},"template":{"name":"template","type":"option","description":"Pick your new app template. Options: starter-blog.","multiple":false,"options":["starter-blog"]},"npm":{"name":"npm","type":"boolean","description":"Use npm as the package manager","allowNo":true},"yarn":{"name":"yarn","type":"boolean","description":"Use yarn as the package manager","hidden":false,"allowNo":true},"pnpm":{"name":"pnpm","type":"boolean","description":"Use pnpm as the package manager","hidden":true,"allowNo":true},"ts":{"name":"ts","type":"boolean","description":"Initialize as a TypeScript project","allowNo":true}},"args":[{"name":"name","description":"name of your new project","required":true}],"_globalFlags":{}}}}
0 commit comments