node-nikita icon indicating copy to clipboard operation
node-nikita copied to clipboard

Automation and deployment solution with Node.js

Results 36 node-nikita issues
Sort by recently updated
recently updated
newest added

For exemple, a weak password generete the following error to stderr with an 0 exit code: ``` ERROR 1045 (28000): Access denied for user 'hive'@'s07903v0.snm.snecma' (using password: YES) ```

enhancement

There is a cache collision when two files have the same name

enhancement

We often use bash grep to check output of a command, and return 1 (mecano fail) if not found. Works great, but we loose the output of the firt command....

enhancement