cli: add --enable-experimental-extensions option for expand-extensions
Metadata
Current evaluation
Merged. Added --enable-experimental-extensions CLI flag to expand-extensions. Approved by one reviewer, passed CI checks, and committed with 13 additions and 3 deletions across one file.
Suggested action: —
No scores available.
Issue body
Allow users to expand experimental extensions.
Signed-off-by: Chris Patterson <chris.patterson@canonical.com>
- [ ] Have you followed the [guidelines for contributing](https://github.com/snapcore/snapcraft/blob/master/CONTRIBUTING.md)?
- [ ] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
- [ ] Have you successfully run `./runtests.sh static`?
- [ ] Have you successfully run `./runtests.sh tests/unit`?
-----
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Added --enable-experimental-extensions CLI flag to expand-extensions. Approved by one reviewer, passed CI checks, and committed with 13 additions and 3 deletions across one file. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged adding a --enable-experimental-extensions CLI flag to expand-extensions, allowing expansion of experimental extensions. Integrated by maintainer cjp256 without review comments. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged. Introduces the --enable-experimental-extensions CLI flag for the expand-extensions command, allowing users to expand experimental extensions. Integrated by maintainer cjp256. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #1268 feat(extensions): add cli commands | charmcraft | merged | Merged. Introduces CLI commands expand-extensions and list-extensions to resolve issue #1242. Approved by two reviewers, the change modifies ten files with 344 additions and 41 deletions. | |
| #4085 cli: add option to enable experimental plugins | snapcraft | merged | Merged. Adds CLI flag --enable-experimental-plugins and env var SNAPCRAFT_ENABLE_EXPERIMENTAL_PLUGINS to enable experimental plugins. Approved by reviewer, passed CI, and merged with 34 additions and 8 deletions across 3 files. | |
| #3197 experimental extension support | snapcraft | merged | Merged experimental extension support. Requires #3196. Approved by one reviewer, rebased by the author, and integrated with 102 additions and 8 deletions across seven files. | |
| #292 extensions: add cli commands | rockcraft | merged | Merged addition of list-extensions and expand-extensions CLI commands matching Snapcraft semantics, plus test refactoring. Resolves #274. Approved by two reviewers, passed CI, and modified 15 files (+452/-109 lines). | |
| #4093 cli: add option to enable experimental plugins for snapcraft_legacy | snapcraft | merged | Merged after reviewer approval and passing CI. Adds the --enable-experimental-extensions CLI flag and corresponding environment variable to snapcraft_legacy, enabling experimental plugins for core18 and core20. | |
| #4092 cli: better checking for experimental plugins | snapcraft | merged | Merged changes to improve CLI experimental plugin detection by using command-specific arguments instead of global arguments, addressing a craft-cli limitation. Approved by one reviewer, passed CI checks, and modified 7 files (+93/-23 lines). | |
| #1545 fix: Pass missing experimental flag when running pack | charmcraft | merged | Merged a fix to pass the missing experimental extensions environment variable to the provider environment during pack. Resolved provider errors when using extensions. Approved by two reviewers, passed CI, and merged with a 3-line diff. |