src prompts tags list

List all tags in your Sourcegraph instance.

Usage

BASH
src prompts tags list [flags]

Examples

BASH
# List all tags src prompts tags list # Search for tags by name src prompts tags list -query="go" # Paginate through results src prompts tags list -limit=10 -after="cursor" # Select specific columns to display src prompts tags list -c id,name # Output results as JSON src prompts tags list -json # Combine search and pagination src prompts tags list -query="python" -limit=5

Flags

FlagDescription
-querySearch prompt tags by name
-limitMaximum number of tags to list (default: 100)
-afterCursor for pagination (from previous page's endCursor)
-cComma-separated list of columns to display. Available: id,name (default: "id,name")
-jsonOutput results as JSON for programmatic access

API flags

FlagDescription
-dump-requestsLog GraphQL requests and responses to stdout
-get-curlPrint the curl command for executing this query and exit (WARNING: includes printing your access token!)
-insecure-skip-verifySkip validation of TLS certificates against trusted chains
-traceLog the trace ID for requests. See https://docs.sourcegraph.com/admin/observability/tracing
-user-agent-telemetryInclude the operating system and architecture in the User-Agent sent with requests to Sourcegraph (default: true)