Built Into Glide
Native integration ensures you have immediate access to all core platform features without complex setup.
The official command-line interface integrated directly with the Glide platform. Securely interact with your Engineering Data, Platform Services, and Lifecycle Management right from your terminal.
~ $ gli auth login
✓ Successfully authenticated to Glide PLM
~ $ gli auth status
# List operations bundled from the published OpenAPI for each service:
~ $ gli entity endpoints
~ $ gli asset endpoints --json
# Send a request (paths are those shown by endpoints, e.g. from the entity Swagger UI):
~ $ gli entity request GET /entity/event-type
~ $ gli entity request GET /entity/{entityId}/bom --param entityId=<uuid>
~ $ gli entity request POST /batch --body @payload.json
Built to empower engineering teams with fast, secure, and scriptable access to their product lifecycle data.
Native integration ensures you have immediate access to all core platform features without complex setup.
Enforces the same rigorous authentication and RBAC policies as the web interface.
Built for scale, supporting massive BOM structures and extensive query capabilities.
Tailored specifically for hardware, semiconductor, and complex systems engineering paradigms.
Trace how programmatic interactions flow smoothly down into transactional system operations.
Manage design parameters and geometric property classifications.
Inspect, sort, and navigate nested bill-of-materials hierarchies.
Track and check-in design specification assets and layout sheets.
Validate physical constraints against initial functional parameters.
Configure isolated developer spaces for global program tracking.
Initiate or audit systematic verification change sequences instantly.
Capture non-conformance metrics directly from automated runners.
Maintain cross-functional verification connectivity throughout the lifecycle of silicon design architectures.
Review sample layouts illustrating command structures and standard query methods.
glide login
✓ Connected to Glide PLM
Session User: dev_auth_runner_04
Scope: global-read-write
Glide CLI connects directly to Glide using the same robust security model as our web platform. Every command is authenticated, authorized, and logged.
Secure SSO integration and scoped token generation.
CLI users only see what their web roles permit.
Every CLI interaction is logged; all traffic is TLS encrypted.