nodecloud-cli
nodecloud-cli copied to clipboard
📝 Command line interface for open cloud
Added green color for success and red color for error using cli-color
Added a heart emoji for success ❤️ and a warning ⚠️ emoji for error
# Related Issue(s) #19 & #31 ## Description - Add default emoji cases to the logger helper function (provides emoji for most output) - Add special emoji cases to output...
Created as **index.html** in the root of the repository. Requires additional setup to host the file.
* added --pretty flag for cli * refactored logger function in helper.js to take one more parameter for prettification * refactored logger calls in services.js * added cli-table3 as dependency
#17 added validation: --vm-name --in-id --st-name --file --gp-name --ar-name
# Related Issue #18 ## Description: - Added color output to the logger function. - Changed error handlers in the services to throw errors with colorful error messages. - Updated...
added logo to readme
- Use [table-cli](https://www.npmjs.com/package/cli-table3) for this.
# Related Issue #20 & #28 & #30 (Google Code-in Task) ## Description - Add version argument - Add version output (dependent on package.json information)