Recently I announced two new projects:
gitlabenv and
gitlabci. They both made for easing the problems
I faced while using Gitlab CI. Now I’m merging two projects into one. Therefore
gitlabci
is the successor of gitlabenv
.
After merge;
$ gitlabenv list group/project
turns to
$ gitlabci env list group/project
and
$ gitlabci list group/project
turns to
$ gitlabci pipeline list group/project
Download gitlabci here.