Document CLI command aliases and interactive-mode auto-launch#356
Open
gronnerup wants to merge 4 commits into
Open
Document CLI command aliases and interactive-mode auto-launch#356gronnerup wants to merge 4 commits into
gronnerup wants to merge 4 commits into
Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-356.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-356.westeurope.azurestaticapps.net |
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-356.westeurope.azurestaticapps.net |
jeroenterheerdt
approved these changes
Jul 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fills two gaps in the CLI docs left over from the 0.6.0 milestone: command aliases were only documented for the three top-level renames, and the new
launchInteractiveModeconfig key +TE_INTERACTIVEenv var (runningtein a terminal drops you into the REPL) were completely undocumented.Command aliases
te-cli-commands.mdlisting every canonical/aliased pair (13 in total). Aliases shown as full aliased commands (te incremental-refresh rm, not barerm) to remove any ambiguity about scope.(alias X)annotations on every subcommand overview table row where an alias exists (bpa rules,macro,config,session,profile,test,incremental-refresh).te-cli.md(overview) pointing new users to the full aliases table.Interactive-mode auto-launch
Documenting the new default behavior where running
tein a terminal with no arguments drops you into the REPL, plus thelaunchInteractiveModeconfig key (auto/always/never) and theTE_INTERACTIVEenv var that control it.te-cli-config.md- schema example, Behavioral defaults table, and env variables table.te-cli-interactive.md- new "Auto-launch on empty invocation" section.te-cli-commands.md- TIP under### interactive.te-cli.md- one-liner in the "Getting started" section.Deliberate omission
te config showwas removed in 0.6.0 (unlike the other renames,showis not kept as an alias). This is documented in the 0.6.0 announcement as a breaking change but not added as a "removed" note on the docs pages themselves, to avoid the docs accumulating a graveyard of removed-command notes.Files changed
content/features/te-cli/te-cli.mdcontent/features/te-cli/te-cli-commands.mdcontent/features/te-cli/te-cli-config.mdcontent/features/te-cli/te-cli-interactive.md