{"id":15630437,"url":"https://github.com/augustohp/ore-gitlab_cli","last_synced_at":"2025-04-29T11:40:48.993Z","repository":{"id":137558560,"uuid":"140905271","full_name":"augustohp/ore-gitlab_cli","owner":"augustohp","description":"A CLI wrapping a Docker image to interact with Gitlab's API.","archived":false,"fork":false,"pushed_at":"2022-08-15T02:47:12.000Z","size":6,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-30T12:11:32.761Z","etag":null,"topics":["castle","castle-ore","docker","gitlab"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/augustohp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-07-14T01:04:30.000Z","updated_at":"2023-03-05T02:19:06.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed6ee3f6-af62-4352-83aa-0c405337e6a0","html_url":"https://github.com/augustohp/ore-gitlab_cli","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustohp%2Fore-gitlab_cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustohp%2Fore-gitlab_cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustohp%2Fore-gitlab_cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/augustohp%2Fore-gitlab_cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/augustohp","download_url":"https://codeload.github.com/augustohp/ore-gitlab_cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251495366,"owners_count":21598476,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["castle","castle-ore","docker","gitlab"],"created_at":"2024-10-03T10:32:39.716Z","updated_at":"2025-04-29T11:40:48.976Z","avatar_url":"https://github.com/augustohp.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitLab CLI\n\nWraps a [docker image][] containing [gitlab ruby gem][gem] to access \n[Gitlab's API][api] through the _command line_.\n\n[gem]: https://github.com/narkoz/gitlab\n[docker image]: https://hub.docker.com/r/augustohp/gitlab-cli\n[api]: https://docs.gitlab.com/ee/api/\n\nYou just need:\n\n* [Docker](https://docker.io)\n* [JQ](https://stedolan.github.io/jq/) (optional)\n\n## Usage\n\nClone this repository with [homesick][] or [homeshick][] and be sure that\n`$HOME/bin` is inside your `$PATH`, you will able to:\n\n    $ gitlab help\n\n[homesick]: https://github.com/technicalpickles/homesick\n[homeshick]: https://github.com/andsens/homeshick\n\nYou should create a [Personal Access Token][1] and then export it in your shell:\n\n    $ export GITLAB_API_PRIVATE_TOKEN=\u003cyour access token\u003e\n\n[1]:  https://gitlab.com/profile/personal_access_tokens\n\nEnvironment variables used are:\n\n* `GITLAB_API_PRIVATE_TOKEN`\n* `GITLAB_API_ENDPOINT` defaults to `https://gitlab.com/api/v4`\n\nSome recipes for you to use:\n\n* Trim alias (used in some examples): `alias trim=\"sed 's/[\\s\\t\\\"]//g'\"`\n* List all *clone URLs* of projects the authenticated user has access to\n    `$ gitlab projects --json | jq '.result[] | .ssh_url_to_repo' | trim`\n* List all repositories from an organization (limited to 250 max)\n    `$ gitlab group_projects --json gitlab-org \"{per_page: '250'}\" | jq '.result[] | .path_with_namespace' | trim`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustohp%2Fore-gitlab_cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faugustohp%2Fore-gitlab_cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faugustohp%2Fore-gitlab_cli/lists"}