Re-exports§
pub use add_provider::add_provider_to_config;
pub use archive::archive;
pub use fetch::fetch;
pub use list::list;
pub use lock::lock;
pub use run::execute_cmd;
pub use switch_and_pull::pull_all_repositories;
pub use update::update;
Modules§
Functions§
- get_
all_ repositories_ to_ archive - Find all projects that have been archived or deleted on our providers
- map_
repositories - Take any number of repositories and apply
f
on each one. This method takes care of displaying progress bars and displaying any errors that may arise.