इसे छोड़कर कंटेंट पर जाएं
Docs Try Aspire

aspire certs clean command

यह कंटेंट अभी तक आपकी भाषा में उपलब्ध नहीं है।

aspire certs clean - Remove all HTTPS development certificates.

Aspire CLI
aspire certs clean [options]

The aspire certs clean command removes all HTTPS development certificates. Use it when you want to reset local certificate state before trusting a new certificate or while troubleshooting HTTPS-related local development issues.

The following options are available:

  • -?, -h, --help

    Prints help and usage documentation for the available commands and options.

  • -l, --log-level <Critical|Debug|Error|Information|None|Trace|Warning>

    Set the minimum log level for console output. Use this option to increase diagnostics while troubleshooting or reduce output in scripted runs.

  • --non-interactive

    Run the command in non-interactive mode, disabling all interactive prompts and spinners.

  • --nologo

    Suppress the startup banner and telemetry notice.

  • --banner

    Display the animated Aspire CLI welcome banner.

  • --wait-for-debugger

    Wait for a debugger to attach before running a command.

  • Remove all HTTPS development certificates:

    Aspire CLI
    aspire certs clean