diff --git a/src/frontend/src/content/docs/reference/cli/commands/aspire-certs-trust.mdx b/src/frontend/src/content/docs/reference/cli/commands/aspire-certs-trust.mdx index 315625fc5..1f84ee03f 100644 --- a/src/frontend/src/content/docs/reference/cli/commands/aspire-certs-trust.mdx +++ b/src/frontend/src/content/docs/reference/cli/commands/aspire-certs-trust.mdx @@ -4,6 +4,7 @@ description: Learn about the aspire certs trust command and its usage. This comm --- import Include from '@components/Include.astro'; +import { Aside } from '@astrojs/starlight/components'; ## Name @@ -21,6 +22,29 @@ The `aspire certs trust` command trusts the HTTPS development certificate used b Use this command when you want to prepare a machine for Aspire local development or re-establish trust after cleaning development certificates. + + ## Options The following options are available: @@ -45,7 +69,14 @@ The following options are available: aspire certs trust ``` +- Trust the certificate non-interactively, for example on a Linux CI runner: + + ```bash title="Aspire CLI" + aspire certs trust --non-interactive + ``` + ## See also - [aspire certs](../aspire-certs/) - [aspire certs clean](../aspire-certs-clean/) +- [aspire doctor](../aspire-doctor/)