To create a new repository using this template:
- Install
copier
andcopier-templates-extensions
. An easy way to do that is to copy the.devcontainer/install-ci-tooling.sh
script in this repository into your new repo and then run it. - Run copier to instantiate the template:
copier copy --trust gh:LabAutomationAndScreening/copier-aws-organization.git
- Run
uv lock
to generate the lock file - Commit the changes
- Rebuild your new devcontainer
This repository uses a copier template. To pull in the latest updates from the template, use the command:
copier update --trust --conflict rej --defaults