Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: 978185b
_commit: 98bd98e
_src_path: /home/maik/develop/src/copier-claude-code-devcontainer/
enable_docker_in_docker: true
enable_plone: true
Expand Down
3 changes: 3 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,6 @@ USER node

# Install UV package manager
RUN curl -LsSf https://astral.sh/uv/install.sh | sh

# Install plonecli (Plone scaffolding CLI) as a global uv tool
RUN $HOME/.local/bin/uv tool install plonecli
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## 7.0.0b10 (unreleased)


- Install `plonecli` in the devcontainer image via `uv tool` and drop the
read-only `~/.plonecli` host mount; the CLI configures itself on first use.
[MrTango]

- Fix non-interactive composite `create`/`setup`: layered steps now overwrite
files generated by earlier steps instead of raising a copier conflict in
`--defaults` mode.
Expand Down
Loading