steampipe-plugin-gitlab

command module
v0.0.0-...-d4771b5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 22, 2025 License: Apache-2.0 Imports: 2 Imported by: 0

README

image

GitLab plugin for Steampipe

Quick start

Install the plugin with Steampipe:

steampipe plugin install theapsgroup/gitlab

Configure the plugin using the configuration file:

vi ~/.steampipe/gitlab.spc

Or environment variables:

export GITLAB_TOKEN=f7Ea3C3ojOY0GLzmhS5kE

Start Steampipe:

steampipe query

Run a query:

select
  full_path,
  visibility,
  forks_count,
  star_count
from
  gitlab_my_project;

Developing

Prerequisites:

Clone:

git clone https://github.com/failingcata/steampipe-plugin-gitlab.git
cd steampipe-plugin-gitlab

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/gitlab.spc

Try it!

steampipe query
> .inspect gitlab

Further reading:

Contributing

All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Credits

GitLab API Wrapper xanzy/go-gitlab (licensed separately using this Apache License)

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL