📄️ How do I clear the cache on an API service that is running?
Objective: This article explains how to clear the cache via Postman.
📄️ How do I create an automated pull request?
Objective: This article explains how to publish a branch for code review and have Hector automatically pick it up and create the pull request.
📄️ How do I execute an event on an API service that is running?
Objective: This article explains how to execute an event with a payload on an API service via Postman.
📄️ How do I prepare a branch for code review?
Objective: This article explains how to squash commits on a branch to prepare it for code review.
📄️ How do I pull the latest changes?
Objective: This article explains how to pull down the latest changes from the main branch.
📄️ How do I re-run a database migration script?
Objective: This article explains how to re-run a database migration script.
📄️ How do I run database migrations?
Objective: This article explains how to run newly added database migrations.