Learn how to add, remove, and list repositories in Clay's configuration
This program provides a set of commands to manage repositories in your configuration file. These commands allow you to add new repositories, remove existing ones, and list all currently configured repositories.
To add one or more repositories to your configuration:
<program> repositories add [directories...]
This command will:
To remove one or more repositories from your configuration:
<program> repositories remove [directories...]
This command will:
To view all currently configured repositories:
<program> repositories get
This command will display a list of all repositories currently in your configuration file.
These commands interact with the program's configuration file, which is typically located in your home directory. The repositories are stored under the repositories key in YAML format.
Note: If no configuration file is found, these commands will return an error.
By using these commands, you can easily manage the set of repositories that Clay works with, allowing you to organize and access your clay files efficiently.