diff --git a/AGENTS.md b/AGENTS.md index 5c2af67..5de71ed 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,12 +56,12 @@ infra/ # AWS CDK infrastructure stacks compose.yml # LocalStack container configuration ``` -## Renaming the Template +## Initializing the Template -To rename the project from the default `templates` name, run: +To initialize the project from the default `templates` name, run: ```bash -mise run rename --name="my-project" --description="My description" --author="Name" --email="handle" --github="username" +mise run init --name="my-project" --description="My description" --author="Name" --email="handle" --github="username" ``` ## Dependencies diff --git a/docs/README.md b/docs/README.md index 1c8cc11..1b15e8a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -63,11 +63,11 @@ Click the button below (or [use this link](https://github.com/amrabed/aws-lambda [![Use this template](https://img.shields.io/badge/Use%20this%20template-238636?style=for-the-badge)](https://github.com/amrabed/aws-lambda-templates/generate) -### Rename the project -Run `mise run rename` once after cloning, before any other setup steps: +### Initialize the project +Run `mise run init` once after cloning, before any other setup steps: ```bash -mise run rename --name="my-project" --description="My project description" --author="Jane Doe" --email="jane" --github="janedoe" +mise run init --name="my-project" --description="My project description" --author="Jane Doe" --email="jane" --github="janedoe" ``` Pass the following parameters: diff --git a/mise.toml b/mise.toml index 8e5d24b..e6bc166 100644 --- a/mise.toml +++ b/mise.toml @@ -45,8 +45,8 @@ arg "