Loading...
Loading...
Manage Glean go-links (shortcuts). Use when creating, listing, updating, or deleting short URL aliases like go/wiki.
npx skill4agent add gleanwork/glean-cli glean-shortcutsPREREQUISITE: Readfor auth, global flags, and security rules.../glean-shared/SKILL.md
glean shortcuts <subcommand> [flags]| Subcommand | Description |
|---|---|
| Create a new shortcut |
| Delete a shortcut |
| Get a specific shortcut |
| List all shortcuts |
| Update an existing shortcut |
| Flag | Type | Default | Description |
|---|---|---|---|
| boolean | false | Print request without sending |
| string | JSON request body (see Glean API docs for shape) | |
| json | ndjson | text | json |
glean shortcuts list | jq '.results[].inputAlias'
glean shortcuts create --json '{"data":{"inputAlias":"test/link","destinationUrl":"https://example.com"}}'# Show machine-readable schema for this command
glean schema shortcuts
# List all available commands
glean schema | jq '.commands'