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 red color for failure - Added green color or success

When I install nodecloud-cli with either npm or yarn, I get this error. `C:\Users\Chamindu>npm install -g nodecloud-cli npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/nodecloud-cli -...

I have added emojis to the cli

For google code in

https://kunalbhatia18.github.io/nodecloud-cli-commands/ Here is the link to the github page

Added --pretty flag for array outputs to display the json data in table structure using pretty-cli (npm)

Now the json data is printed in a table format for which I used cli-table-2-json (npm)

Created helper validator `argumentValidator`: - Validates `isString` by checking the typeof - Validates `isNotEmpty` by checking that it's not an empty string, that it's not null and that it's not...

## Description This version handles error message handling by only putting it into a table rather than re-coloring it (hence the "pretty" version of the error message). (Quite similar to...