Command

nylas template show

Show template details

Written by Qasim Muhammad Staff SRE

What does nylas template show do?

The nylas template show command displays template details. It is part of the Hosted Templates commands, which application or grant-scoped templates managed via the Nylas API. Use --json for structured output in scripts and automation.

Usage

nylas template show

Flags

FlagDescription
--grant-id stringGrant ID or email for grant-scoped templates
--scope stringTemplate scope: app or grant
--jsonOutput as JSON
--no-colorDisable color output
--verbose(-v)Enable verbose output
--configCustom config file path
--help(-h)Show help for the command
--limitLimit results (most list commands)
--yes(-y)Skip confirmations

Examples

The nylas template show command displays template details.

JSON output for scripting

nylas template show --json

Filter by grant-id

nylas template show --grant-id <value> --json

Troubleshooting

Command not found or fails

Run `nylas auth config` and `nylas auth login` to authenticate first.

Recommended guides

Run nylas template show --help for full help output.