{"id":13548102,"url":"https://github.com/NARKOZ/gitlab-live","last_synced_at":"2025-04-02T20:31:43.712Z","repository":{"id":28356430,"uuid":"31870225","full_name":"NARKOZ/gitlab-live","owner":"NARKOZ","description":"Interactive online shell for GitLab API","archived":false,"fork":false,"pushed_at":"2024-11-18T20:53:15.000Z","size":51,"stargazers_count":21,"open_issues_count":3,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T21:21:43.718Z","etag":null,"topics":["gitlab","gitlab-api","sinatra"],"latest_commit_sha":null,"homepage":"https://gitlab-live.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NARKOZ.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},"funding":{"github":"NARKOZ","custom":"https://github.com/NARKOZ/SponsorMe"}},"created_at":"2015-03-08T23:35:17.000Z","updated_at":"2023-09-08T16:55:22.000Z","dependencies_parsed_at":"2024-01-16T17:56:29.079Z","dependency_job_id":"4d50a048-cd96-41e2-8211-f4fa35e2770b","html_url":"https://github.com/NARKOZ/gitlab-live","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NARKOZ%2Fgitlab-live","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NARKOZ%2Fgitlab-live/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NARKOZ%2Fgitlab-live/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NARKOZ%2Fgitlab-live/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NARKOZ","download_url":"https://codeload.github.com/NARKOZ/gitlab-live/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246888123,"owners_count":20850203,"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":["gitlab","gitlab-api","sinatra"],"created_at":"2024-08-01T12:01:05.706Z","updated_at":"2025-04-02T20:31:38.703Z","avatar_url":"https://github.com/NARKOZ.png","language":"JavaScript","readme":"# GitLab Live [![Build Status](https://github.com/NARKOZ/gitlab-live/actions/workflows/ci.yml/badge.svg)](https://github.com/NARKOZ/gitlab-live/actions/workflows/ci.yml)\n\nInteractive online shell for GitLab REST API, based on [gitlab client CLI](https://github.com/NARKOZ/gitlab).  \nCan be used for administration tasks, as an interactive way to try out\nGitLab API, or as a debugging aid during development.\n\nTry it: https://gitlab-live.herokuapp.com\n\n## Usage\n\nMake sure to set the right credentials (`API endpoint` and `private token`) in\nsettings before executing commands.\n\n```sh\n# list groups\ngitlab\u003e groups\n\n# list users\ngitlab\u003e users\n\n# get current user\ngitlab\u003e user\n\n# get a user\ngitlab\u003e user 2\n\n# filter output\ngitlab\u003e user --only=id,username\n\n# or\ngitlab\u003e user --except=email,bio\n\n# protect a branch\ngitlab\u003e protect_branch 1 master\n\n# pass options hash to a command (use YAML)\ngitlab\u003e create_merge_request 4 \"New merge request\" \"{source_branch: 'new_branch', target_branch: 'master', assignee_id: 42}\"\n```\n\nAlso see http://narkoz.github.io/gitlab/cli\n\n## Dev Installation\n\nClone the repository:\n\n```sh\ngit clone https://github.com/NARKOZ/gitlab-live.git\ncd gitlab-live\n```\n\nInstall dependencies:\n\n```sh\nbundle install\n```\n\nStart the server:\n\n```sh\nrackup -p 3000\n```\n\nOpen `localhost:3000`.\n\nRun tests via `rake`.\n\n## License\n\nReleased under the BSD 2-clause license. See LICENSE.txt for details.\n","funding_links":["https://github.com/sponsors/NARKOZ","https://github.com/NARKOZ/SponsorMe"],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNARKOZ%2Fgitlab-live","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FNARKOZ%2Fgitlab-live","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FNARKOZ%2Fgitlab-live/lists"}