der-On / gitlab-cli

Node.js based CLI tool for the GitLab API
BSD 3-Clause "New" or "Revised" License
24 stars 17 forks source link

Refacture to v0.2 #8

Open der-On opened 11 years ago

der-On commented 11 years ago

Will break api, but make it more consistent and flexible.

Use jake task runner instead?

Better output of long lists, maybe as tables? Interactive mode?

Allow multiple gitlabs to be used. Allow access to gitlab over https.

Use node-configure?

der-On commented 10 years ago

Use upcoming rest.js?

der-On commented 10 years ago

Access over https with self signed SSL certificates is now working using the --accept-certs option. Also using multiple gitlabs is working by switching the config file using the --config option.