(enhancement request)
What do you think of adding command line arguments to pass the url and token on the command line? This would make integration with gitlab ci easier,
gitlab --url https://$CI_SERVER_HOST --token $CI_JOB_TOKEN ...
Either that, or an option to read them from the environment (or default them from the environment?)