nodecloud-cli icon indicating copy to clipboard operation
nodecloud-cli copied to clipboard

📝 Command line interface for open cloud

Results 54 nodecloud-cli issues
Sort by recently updated
recently updated
newest added

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.

enhancement
GCI

# Related Issue #20 & #28 & #30 (Google Code-in Task) ## Description - Add version argument - Add version output (dependent on package.json information)