Hide the 'build' command and make 'pack' the common one (CRAFT-938).
Metadata
Current evaluation
Merged after approval, this change hides the 'build' command and promotes 'pack' as the common command, resolving #720. The update modifies four files with four additions and three deletions.
Suggested action: —
No scores available.
Issue body
Fixes #720 .
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged after approval, this change hides the 'build' command and promotes 'pack' as the common command, resolving #720. The update modifies four files with four additions and three deletions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. The change hides the 'build' command and promotes 'pack' as the default CLI command, resolving issue #720. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged changes that hide the build command and promote pack as the default, resolving issue #720. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1704 craft-application migration cleanup: pack command | charmcraft | merged | Merged cleanup PR removing an outdated pack command retained for comparison during the craft-application migration. Approved by two reviewers with passing CI, the change deletes 1309 lines across six files. | |
| #793 Removed the --entrypoint option for build and pack commands (CRAFT-786). | charmcraft | merged | Merged removal of the --entrypoint option for build and pack commands, resolving issue #656. Approved by one reviewer, the update modifies six files and deletes 292 lines of code. | |
| #1565 cli: add the pack command | snapcraft | merged | Merged the pack CLI command, replacing the previous assemble implementation. Approved by one reviewer, passed CI checks, and updated seven files with 164 additions and 16 deletions. | |
| #557 Removed the command group from the command itself to simplify the whole structure (CRAFT-555). | charmcraft | merged | Merged following reviewer approval. Simplified the architecture by removing the command group from the command itself (CRAFT-555). The update modified 12 files (+165/-173 lines), primarily adjusting tests while flagging core structural changes. | |
| #798 Removed the long time deprecated 'build' command (CRAFT-1109). | charmcraft | merged | Merged removal of the deprecated 'build' command. Validator controls moved to Pack and booleans simplified. Changed 7 files (+92/-374). Approved and passed CI. Builder migration deferred to a follow-up PR. |