Skip to main content
Usage
algolia open <shortcut> [flags]

Examples

List all shortcuts:
algolia open --list
List all shortcuts as JSON:
algolia open --list --output json
Open the documentation home page:
algolia open docs
Open the dashboard for the current application:
algolia open dashboard
Open billing / payment details for the current application:
algolia open billing
Print a page link as JSON instead of opening it:
algolia open billing --output json

Flags

-l, --list
List all shortcuts

Output formatting flags

--allow-missing-template-keys
If true, ignore errors in templates due to missing fields or map keys. This only applies to golang and jsonpath output formats.
-o, --output
Output format. One of: (json, jsonl, ndjson, jsonpath, jsonpath-as-json, jsonpath-file).
--template
Template string or path to a template file to use when —output=jsonpath, —output=jsonpath-file.
Last modified on June 29, 2026