rokucommunity / roku-deploy

An npm module for zipping and deploying to Roku devices.
MIT License
37 stars 16 forks source link

Rethink some args for specific commands #161

Open TwitchBronBron opened 2 months ago

TwitchBronBron commented 2 months ago

I wanted to zip an existing folder. Here's the command I wanted to write:

roku-deploy zip --rootDir ./complib --out ./dist/componentLibraries/complib.zip

But this is the command I had to write:

roku-deploy zip --stagingDir ./complib --outDir ./dist/componentLibraries --outFile complib.zip