Update te-cli skill to 0.3.0 (align with CLI 0.6.0)#19
Open
gronnerup wants to merge 1 commit into
Open
Conversation
Breaking-in-CLI, must-fix in skill: - Switch every example to canonical long-form verbs (te list, te remove, te move, te config list); add a callout that short aliases (ls, rm, mv) still work. - Replace --serialization te-folder with database.json (CLI-side rename to match TE3 desktop's "Folder (database.json)"). - Remove the "known gap" language around te list Relationships; list Relationships as an enumerable container. Residual gotcha (auto-assigned relationship names) preserved. - Drop the stale --source-type m pre-validation error for models with a provider data source; the CLI now accepts mixed-partition models. New capabilities added: - te query "<dax>" positional-DAX shorthand. - te macro set repeated -q/-i property pairs. - te interactive batch mode (redirected stdin) plus --no-banner, --echo, --batch / --no-batch, with a worked batch example. - New launchInteractiveMode config key (Auto / Never / Always). - --serialization tmsl documented as alias for bim (canonical) on te save, te init, and te connect --workspace-format. - Notes on te bpa run text output including a Rule ID column, and te vertipaq surfacing clear errors on unknown filters plus safe piping.
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.
Breaking-in-CLI, must-fix in skill:
New capabilities added: