Skip to main content

kctl-glpi

GLPI IT asset management CLI — manage tickets, assets, users, entities, plugins, and health for your GLPI IT Service Management platform.

Installation

uv tool install kctl-glpi

Requires kctl-lib>=0.4.0 (installed automatically).

For workspace development:

cd /path/to/kodemeio-skills
uv sync --all-extras --all-packages

Configuration

Config lives in ~/.config/kodemeio/config.yaml under the glpi service key, using the standard Kodemeio profile system.

# Interactive setup
kctl-glpi config init

# Add a named profile
kctl-glpi config add --profile production \
  --url https://glpi.kodeme.io \
  --app-token <glpi-app-token> \
  --user-token <glpi-user-token>

# Switch active profile
kctl-glpi config use production

# Show current config (secrets masked)
kctl-glpi config show

Example ~/.config/kodemeio/config.yaml entry:

profiles:
  kodemeio:
    glpi:
      url: https://glpi.kodeme.io
      app_token: ${GLPI_APP_TOKEN}
      user_token: ${GLPI_USER_TOKEN}

Use -p/--profile or KCTL_GLPI_PROFILE env var to select a profile.

Command Groups

Group Description Key Commands
config Profile and credential management init, add, use, show, validate, remove, set, profiles, current
tickets Helpdesk ticket lifecycle list, get, create, update, assign, close
assets Computer and hardware assets list, get, create, update, types
users GLPI user management list, get, create, search
entities Organizational entity hierarchy list, get, tree
search Flexible GLPI search API query, fields
plugins Plugin lifecycle management list, enable, disable
health Connectivity and API health check, dashboard
dashboard Platform overview overview
doctor Diagnostic checks with AI summary ai-summary
commands AI agent discovery list, tree
completions Shell completion install zsh, bash, fish
self-update Upgrade via uv tool
tui Terminal user interface

Examples

Ticket Management

# List all open tickets
kctl-glpi -p production tickets list

# Get a specific ticket
kctl-glpi -p production tickets get 1234

# Create a new ticket
kctl-glpi -p production tickets create \
  --title "Network outage in server room" \
  --description "Switches unreachable since 09:00" \
  --priority 4

# Assign ticket to a user
kctl-glpi -p production tickets assign 1234 --user-id 42

# Close a resolved ticket
kctl-glpi -p production tickets close 1234

Asset Inventory

# List all computer assets
kctl-glpi -p production assets list

# Get details for a specific asset
kctl-glpi -p production assets get 56

# Create a new asset record
kctl-glpi -p production assets create \
  --name "srv-prod-01" \
  --serial "SN12345ABC"

# List available asset types
kctl-glpi -p production assets types

User and Entity Management

# Search for a user
kctl-glpi -p production users search --query "john"

# List entity hierarchy
kctl-glpi -p production entities tree

# View entity details
kctl-glpi -p production entities get 1

Health and Diagnostics

# Quick health check
kctl-glpi -p production health check

# Full dashboard status
kctl-glpi -p production health dashboard

# AI-ready diagnostic summary (for agent workflows)
kctl-glpi -p production --json doctor ai-summary

Global Options

Option Short Description
--profile -p Config profile name (or KCTL_GLPI_PROFILE)
--format -f Output format: pretty, json, csv, yaml
--json Shortcut for --format json
--quiet -q Suppress info messages
--no-header Omit headers in CSV output
--url GLPI API URL override
--app-token GLPI App-Token override
--user-token GLPI User-Token override
--version -V Show version and exit

Development

cd packages/kctl-glpi
uv sync --all-extras
uv run pytest tests/ -v
uv run mypy src/
uv run ruff check src/
uv build

Standards

Follows the Kodemeio CLI standard — profile inheritance, --json machine output, doctor ai-summary, commands list --json for agent discovery, and skill generate for SKILL.md auto-generation.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

kctl_glpi-0.7.4.tar.gz (21.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

kctl_glpi-0.7.4-py3-none-any.whl (29.2 kB view details)

Uploaded Python 3

File details

Details for the file kctl_glpi-0.7.4.tar.gz.

File metadata

  • Download URL: kctl_glpi-0.7.4.tar.gz
  • Upload date:
  • Size: 21.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for kctl_glpi-0.7.4.tar.gz
Algorithm Hash digest
SHA256 6a66b1bda76308bc6302bce7f9d8f904231b1fc48d19adc072eeebc460acc786
MD5 9049557fdbe49a3f982e3b5615f350be
BLAKE2b-256 7e44e8b5158a5f0dfbf5a92c837c5ce4b678168b9ad83a104ccc542e864376f6

See more details on using hashes here.

File details

Details for the file kctl_glpi-0.7.4-py3-none-any.whl.

File metadata

  • Download URL: kctl_glpi-0.7.4-py3-none-any.whl
  • Upload date:
  • Size: 29.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.5 {"installer":{"name":"uv","version":"0.12.5","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for kctl_glpi-0.7.4-py3-none-any.whl
Algorithm Hash digest
SHA256 6ddf96fff9adcee65c07de8f4cc7075296ae2dac258189ee9cbe7d6256c06246
MD5 ca2954a00cbad2f6e301e6eb12630e88
BLAKE2b-256 9ecd6d9fa42c80e095d5a9742331a47f4cf1466b0ffa6db6d908133b210180ed

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page