Module commands

Source

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§

add_provider
archive
fetch
list
lock
run
switch_and_pull
update

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.