Skip to main content
Version: 0.70.0

feedback

Your feedback is valuable and helps us improve Kurtosis. We thank you in advance for taking the time to share your suggestions and concerns with us.

To send our team feedback over email straight from the CLI, simply run:

kurtosis feedback "$YOUR_FEEDBACK"

where $YOUR_FEEDBACK is the feedback you would like to send to us. For example, $YOUR_FEEDBACK could be: "I enjoy the enclave names".

Running the above command will open a draft email using your default email client with the TO: line pre-filled with our feedback email list ([email protected]) and the body of the message pre-filled with $YOUR_FEEDBACK (that you entered in the command line).

To quickly see all the ways you can get in touch with us, simply run:

kurtosis feedback

which will return:

  • The link to our Github for filing bug reports and feature requests as Github Issues.
  • Our feedback email address for sending us suggestions, comments, or questions about Kurtosis via email.
  • A Calendly link to schedule a dedicated 1:1 onboarding session with us to help you get started.
Using kurtosis feedback

The kurtosis feedback command can accept both an argument and various flags. To send our team feedback over email straight from the CLI, simply pass in your feedback as an argument to the command like so:

kurtosis feedback [flags] ["YOUR_FEEDBACK"]

where YOUR_FEEDBACK is the feedback you would like to send to us.

Running the above command (with no flags) will open a draft email using your default email client with the TO: line pre-filled with our feedback email list ([email protected]) and the body of the message pre-filled with YOUR_FEEDBACK (that you entered in the command line). For example, YOUR_FEEDBACK could be: "I enjoy the enclave names".

Below are a collection of valid flags you may use:

  • The --github flag can be used to open the Issue creation page in our Github where you can select the Issue template you wish to use for your feedback. The "$YOUR_FEEDBACK" arg will be pre-populated in the description of whichever Issue template you select.
  • The --email flag opens a draft email to [email protected], via your default mail client, that has the body of the email pre-filled with whatever you entered in the "$YOUR_FEEDBACK" arg. This is the default behavior when no flag is set.
  • The --calendly flag can be used to open our Calendly link to schedule time with our team to help you get started, address feedback, and answer any questions you may have.
tip

To join our Discord community, use the kurtosis discord CLI command.