Prompts to Try
Here are some effective prompts to get the most out of Monk. Open Monk chat with Cmd+Shift+M.
Getting Help
what can you do?
- Gets a list of what Monk can doexplain the error to me and fix it
- Explains the error to you and fixes itwhat can I do in this situation?
- Gets a list of what you can do in this situationhow would you size infrastructure for this project?
- Gets a list of what Monk would do to size infrastructure for this projecthow do I ...
- Just ask Monk how to do something and it will tell you
Project Deployment
These prompts help you deploy and run your projects:
run this project
- Deploys your project with default settingsdeploy this project
- Equivalent to “run this project”run this project locally
- Runs your project on your local machinerun this project on a 2 node cluster on GCP
- Deploys to a specific cloud provider with custom configurationrun this project, use netlify for hosting the frontend
- Deploys with specific hosting provider for frontendbuild this project
- Builds the project without deployment
You can pass additional hints and information to Monk to help it understand your request, for instance, you can tell monk that you want to deploy to a specific cloud provider or PaaS.
Project Information
These prompts help you understand your project:
what is this project about?
- Gets an overview of the projectwhat are components of this project?
- Lists the components that make up the project
Monitoring, Logs, Costs
These prompts help you monitor your deployment:
what is the status of my project?
- Gets the status of your project at runtimeshow me the logs of the database
- Shows logs from your database serviceshow me deployment logs
- Shows logs from the deployment processcheck logs and see if everything is fine
- Analyzes logs for potential issueshow much resources is redis using?
- Checks resource usage for a specific servicewhat's running?
- Lists all currently running servicesshow me the costs of my project
- Shows the current and forecasted costs of your project
Cluster Management
These prompts help you manage your infrastructure:
describe my cluster
- Provides information about your current clusteradd new nodes to my cluster
- Adds new nodes to your clustermove my project to different cloud provider
- Moves your project to a different cloud providerdelete my cluster
- Deletes your cluster
Access and Navigation
These prompts help you access your services:
open frontend in browser
- Opens the frontend interface in your browseropen preview in browser
- Opens a preview version in your browsergive me shell to my service
- Provides shell access to a specific service