For the complete documentation index, see llms.txt. This page is also available as Markdown.

remove

Description

  • Remove an existing Cauldron repository, identified by its alias, from a local collection of Cauldron repositories

Syntax

ern cauldron repo remove <alias>

Arguments

<alias>

  • Alias of the Cauldron repository to remove from the local repository collection.

Remarks

  • This command will fail if the alias does not exist in the local collection of Cauldron repositories.

Last updated