@glpkg/cli
v0.2.3
Published
GitLab Package Manager CLI
Readme
@glpkg/cli
GitLab Package Manager CLI commands.
Installation
npm install @glpkg/cliUsage
import { configCommand, installCommand, publishCommand } from '@glpkg/cli';API
Commands
| Command | Description |
|---------|-------------|
| configCommand | Configure GitLab token and scope mappings |
| installCommand | Install packages from GitLab registry |
| publishCommand | Publish packages to GitLab registry |
CLI Usage
# Configure token
glpkg config save <token>
# Install package
glpkg install @scope/package-name
# Publish package
glpkg publish --bump patchLicense
MIT
