{"version":"2.3.1","commands":{"clean":{"id":"clean","description":"Cleans TMP directory","strict":true,"pluginName":"podcast-maker","pluginAlias":"podcast-maker","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{},"args":[]},"configure":{"id":"configure","description":"Configure CLI for first usage","strict":true,"pluginName":"podcast-maker","pluginAlias":"podcast-maker","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>"],"flags":{},"args":[]},"content":{"id":"content","description":"Generate or validate content file","strict":true,"pluginName":"podcast-maker","pluginAlias":"podcast-maker","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> mail","<%= config.bin %> <%= command.id %> template [DESCRIPTION]","<%= config.bin %> <%= command.id %> validate"],"flags":{},"args":[{"name":"command","description":"Command to run","required":true,"options":["mail","template","validate"]},{"name":"description","description":"Description of the template","required":false}]},"create":{"id":"create","description":"Create video and upload to destination","strict":true,"pluginName":"podcast-maker","pluginAlias":"podcast-maker","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> youtube -u -t"],"flags":{"filename":{"name":"filename","type":"option","char":"f","description":"filename with content","multiple":false},"needTTS":{"name":"needTTS","type":"boolean","char":"t","description":"need to create TTS. If you haven't created TTS separately (with option tts), you can set this flag to create along the creation of video","allowNo":false},"upload":{"name":"upload","type":"boolean","char":"u","description":"should upload result to destination (only works to YouTube and Instagram)","allowNo":false},"onlyUpload":{"name":"onlyUpload","type":"boolean","description":"Only upload result to destination (only works to YouTube and Instagram). Your video should be created separately, placed on tmp folder and be the last file created on it.","allowNo":false}},"args":[{"name":"option","description":"Format to create content","required":true,"options":["youtube","instagram","tts","podcast"]}]},"info":{"id":"info","description":"Get info about the CLI","strict":true,"pluginName":"podcast-maker","pluginAlias":"podcast-maker","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %>","<%= config.bin %> <%= command.id %>","<%= config.bin %> <%= command.id %>"],"flags":{"dir":{"name":"dir","type":"boolean","char":"d","description":"Get content directory path","allowNo":false}},"args":[{"name":"about","description":"About what you want infos?","required":true,"options":["content","tmp"]}]},"remotion":{"id":"remotion","description":"Remotion framework related commands","strict":true,"pluginName":"podcast-maker","pluginAlias":"podcast-maker","pluginType":"core","aliases":[],"examples":["<%= config.bin %> <%= command.id %> upgrade","<%= config.bin %> <%= command.id %> preview","<%= config.bin %> <%= command.id %> render-example"],"flags":{},"args":[{"name":"command","description":"Command to run","required":true,"options":["upgrade","preview","render-example"]}]}}}