Skip to content

Added documentation for new Tabular Editor CLI in Limited Public Prev…#313

Merged
gronnerup merged 34 commits into
mainfrom
user-pg/te-cli-limitedPuPr-docs
May 29, 2026
Merged

Added documentation for new Tabular Editor CLI in Limited Public Prev…#313
gronnerup merged 34 commits into
mainfrom
user-pg/te-cli-limitedPuPr-docs

Conversation

@gronnerup
Copy link
Copy Markdown
Collaborator

…iew. This includes new Tabular Editor CLI item and 8 new doc pages covering installation, commands, ci/cd etc.

…iew. This includes new Tabular Editor CLI item and 8 new doc pages covering installation, commands, ci/cd etc.
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

Comment thread .claude/settings.local.json Outdated
Comment thread docfx.json Outdated
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-config.md
Comment thread content/features/te-cli/te-cli-automation.md Outdated
Comment thread content/features/te-cli/te-cli-automation.md
Comment thread content/features/te-cli/te-cli-automation.md
Comment thread content/features/te-cli/te-cli-cicd.md Outdated
Comment thread content/features/te-cli/te-cli-interactive.md
Comment thread content/features/te-cli/te-cli-migrate.md
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli-install.md Outdated
Comment thread content/features/toc.md Outdated
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

github-actions Bot commented May 6, 2026

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

…ies) (#317)

* Update te-cli docs to reflect TE3 PR 3201 (CLI - Remove TE3 dependencies)

Aligns te-cli-config, te-cli-commands, and te-cli-cicd with the
cross-platform CLI's decoupled configuration model:

- Schema: nested `bpa.*` object replaces flat `bpaRules`/`bpaOn*`;
  add `formatVersion`, `interactiveEditMode`, `queryLog`, `te3ExePath`;
  remove `te3DataDir`, `preferences`, `bpaMachineRules`
- Path resolution: drop auto-detection of `%LocalAppData%\TabularEditor3`;
  new order is flag > env var > config > CWD fallback
- New commands documented: `te bpa rules init`, `te bpa rules disable`,
  `te bpa rules enable`, `te macro init`, plus the built-in guard on
  `te bpa rules set / rm`
- New flags documented: `te deploy --bpa-rules`, `te save --bpa-rules`
- Environment variable renamed: `TE_BPA_RULES_PATH` -> `TE_BPA_PATH`
- `TE_CONFIG` now honored by every `te config` operation
- `te config paths` JSON output documented (emits null fields explicitly)
- Added "Removed keys" reference table

* Drop "Removed keys" section from te-cli-config

No public preview build of the CLI was released with the older key
names, so the migration table has no audience. Also removes the
"Unknown or removed keys" wording and the [!NOTE] pointing at the
deleted section. The `formatVersion` / `interactiveEditMode`
paragraphs are preserved under a new "Other schema keys" heading.

---------
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

te bpa run now consults bpa.rules and TE_BPA_PATH (the row covering that
gap is removed). Add two remaining limitations: --rules is additive with
the built-in defaults, and there is no per-invocation flag to skip
bpa.rules without also passing --rules.
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

2 similar comments
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@gronnerup gronnerup requested a review from jeroenterheerdt May 27, 2026 13:34
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

first two pages reviewed.

Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli.md Outdated
Comment thread content/features/te-cli/te-cli-install.md Outdated
Comment thread content/features/te-cli/te-cli-install.md
Comment thread content/features/te-cli/te-cli-install.md
Comment thread content/features/te-cli/te-cli-install.md Outdated
Comment thread content/features/te-cli/te-cli-install.md Outdated
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review of te-cli-auth

Comment thread content/features/te-cli/te-cli-auth.md Outdated
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md Outdated
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md Outdated
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md
Comment thread content/features/te-cli/te-cli-auth.md
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

Comment thread content/features/te-cli/te-cli-commands.md
Comment thread content/features/te-cli/te-cli-commands.md Outdated
Comment thread content/features/te-cli/te-cli-commands.md Outdated
Comment thread content/features/te-cli/te-cli-commands.md Outdated
Comment thread content/features/te-cli/te-cli-commands.md Outdated
Comment thread content/features/te-cli/te-cli-commands.md
Comment thread content/features/te-cli/te-cli-commands.md
Comment thread content/features/te-cli/te-cli-commands.md
Comment thread content/features/te-cli/te-cli-commands.md
Comment thread content/features/te-cli/te-cli-commands.md
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

finished te-cli-commands review

Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed te-cli-config

Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md
Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md
Comment thread content/features/te-cli/te-cli-config.md Outdated
Comment thread content/features/te-cli/te-cli-config.md Outdated
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te-cli-interactive: ✅

Comment thread content/features/te-cli/te-cli-interactive.md Outdated
Comment thread content/features/te-cli/te-cli-interactive.md
Comment thread content/features/te-cli/te-cli-interactive.md
Comment thread content/features/te-cli/te-cli-interactive.md Outdated
Comment thread content/features/te-cli/te-cli-interactive.md
Comment thread content/features/te-cli/te-cli-interactive.md Outdated
Comment thread content/features/te-cli/te-cli-interactive.md Outdated
Comment thread content/features/te-cli/te-cli-interactive.md
Comment thread content/features/te-cli/te-cli-interactive.md Outdated
Comment thread content/features/te-cli/te-cli-interactive.md Outdated
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te-cli-automation: ✅

Comment thread content/features/te-cli/te-cli-automation.md Outdated
Comment thread content/features/te-cli/te-cli-automation.md
Comment thread content/features/te-cli/te-cli-automation.md
Comment thread content/features/te-cli/te-cli-automation.md Outdated
Comment thread content/features/te-cli/te-cli-automation.md Outdated
Comment thread content/features/te-cli/te-cli-automation.md
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te-cli-cicd: ✅

Comment thread content/features/te-cli/te-cli-cicd.md Outdated
Comment thread content/features/te-cli/te-cli-cicd.md Outdated
Comment thread content/features/te-cli/te-cli-cicd.md Outdated
Comment thread content/features/te-cli/te-cli-cicd.md
Comment thread content/features/te-cli/te-cli-cicd.md Outdated
Comment thread content/features/te-cli/te-cli-cicd.md
Comment thread content/features/te-cli/te-cli-cicd.md
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te-cli-migrate: ✅

Comment thread content/features/te-cli/te-cli-migrate.md
Comment thread content/features/te-cli/te-cli-migrate.md Outdated
Comment thread content/features/te-cli/te-cli-migrate.md Outdated
Copy link
Copy Markdown
Contributor

@jeroenterheerdt jeroenterheerdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

te-cli-limitations: ✅

Comment thread content/features/te-cli/te-cli-limitations.md Outdated
Comment thread content/features/te-cli/te-cli-limitations.md Outdated
Comment thread content/features/te-cli/te-cli-limitations.md Outdated
Comment thread content/features/te-cli/te-cli-limitations.md Outdated
Comment thread content/features/te-cli/te-cli-limitations.md Outdated
Comment thread content/features/te-cli/te-cli-limitations.md Outdated
Comment thread content/features/te-cli/te-cli-limitations.md Outdated
@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@github-actions
Copy link
Copy Markdown

Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-mud-081affe03-313.westeurope.azurestaticapps.net

@gronnerup gronnerup merged commit eb4387a into main May 29, 2026
3 checks passed
@gronnerup gronnerup deleted the user-pg/te-cli-limitedPuPr-docs branch May 29, 2026 10:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants