Support

The support command runs an interactive prompt to generate issue reports, or directly connect with our support team.

It will automatically capture relevent context and omit sensitive details like secrets and account information, from the last command that was run. This streamlines the process for opening new Github issues, using AI chat, and opening support requests.

If you select the support option, you will prompted to review the generated report prior to submitting to Serverless support.

sls support

Options

  • --summary Creates a summary report non-interactively
  • --all Creates a comprehensive report non-interactively
  • --support Get help from the Serverless support team.

Example

The serverless support can be used with the --summary or --all options to generate reports non-interactively so the response can be piped to another command, like pbcopy.

serverless support --summary | pbcopy
Edit this page

Support

The support command runs an interactive prompt to generate issue reports, or directly connect with our support team.

It will automatically capture relevent context and omit sensitive details like secrets and account information, from the last command that was run. This streamlines the process for opening new Github issues, using AI chat, and opening support requests.

If you select the support option, you will prompted to review the generated report prior to submitting to Serverless support.

sls support

Options

  • --summary Creates a summary report non-interactively
  • --all Creates a comprehensive report non-interactively
  • --support Get help from the Serverless support team.

Example

The serverless support can be used with the --summary or --all options to generate reports non-interactively so the response can be piped to another command, like pbcopy.

serverless support --summary | pbcopy