diff --git a/docs/quickstart.md b/docs/quickstart.md index f495088ea..21e01eaf7 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -32,10 +32,12 @@ Create a resource file under `resources/` (example YAML) and register it with th ## Plan and apply ```bash -# Generate a plan -cleveragents plan --project my-project -# Review the plan, then apply -cleveragents apply --project my-project +# Create a plan using an action on your project +cleveragents plan use --project my-project +# List plans to find the plan ID +cleveragents plan list +# Review the plan, then apply it by plan ID +cleveragents plan apply ``` ## Troubleshooting