You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have to specify the --token value as a CLI option for the gitlab command. That's not nice if we want to do, say, screen sharing in a video conference session.
It would be helpful if it we possible to specify the token only once by exporting an environment variable, e.g.
$ export CONCIERGE_GITLAB_TOKEN=jflsalgaslgkh
$ concierge-cli gitlab groups example-user...
Similar for the --uri option, probably. This could be covered by CONCIERGE_GITLAB_URI, so a user wouldn't need to create a configuration file.
The text was updated successfully, but these errors were encountered:
Currently, we have to specify the
--token
value as a CLI option for thegitlab
command. That's not nice if we want to do, say, screen sharing in a video conference session.It would be helpful if it we possible to specify the token only once by exporting an environment variable, e.g.
Similar for the
--uri
option, probably. This could be covered byCONCIERGE_GITLAB_URI
, so a user wouldn't need to create a configuration file.The text was updated successfully, but these errors were encountered: