CLI
Release notes for GlassFlow CLI
Version: 1.3.39
Implemented Personal Access Token (PAT) to call management-type API endpoints (for example, from SDK).
PAT tokens are generated for all users.
Two new API endpoints:
Currently, there is only one token for every user. But API is designed to work with multiple tokens in the future.
CLI hidden commands:
glassflow pat
- get a list of PAT tokensglassflow pat-reset
- reset PAT tokenThe hidden CLI command to retrieve a JWT token is renamed to
glassflow jwt-token
.
Version: 1.2.6
Date: June 26, 2024
Add
Gf-Client: <name>/<version>
the header for GlassFlow CLI requests sent to our API.
Last updated