Expand description
Xvc operations on files
Most of these commands require an Xvc repository XvcRoot to be present.
Modules correspond to subcommands, and are documented separately.
Re-exports§
pub use common::compare;
pub use bring::cmd_bring;
pub use carry_in::cmd_carry_in;
pub use copy::cmd_copy;
pub use hash::cmd_hash;
pub use list::cmd_list;
pub use mv::cmd_move;
pub use recheck::cmd_recheck;
pub use remove::cmd_remove;
pub use send::cmd_send;
pub use track::cmd_track;
pub use untrack::cmd_untrack;
pub use bring::BringCLI;
pub use carry_in::CarryInCLI;
pub use copy::CopyCLI;
pub use hash::HashCLI;
pub use list::ListCLI;
pub use mv::MoveCLI;
pub use recheck::RecheckCLI;
pub use remove::RemoveCLI;
pub use send::SendCLI;
pub use track::TrackCLI;
pub use untrack::UntrackCLI;
Modules§
- Bring files from external storages to workspace.
- Crate for
xvc file carry-in
command. - Common operations for xvc file
- Home for
xvc file copy
command. - Error codes and messages for xvc-file crate
- Data structures and functions for
xvc file hash
. - Data structures and functions specific to
xvc file list
- The home of
xvc file move
command. - Data structures and functions for
xvc file recheck
. - The home of
xvc file remove
command. - Home of the
xvc file send
command - Share files from S3 compatible storages for a limited time
- Home of the
xvc file track
command and related functionality. - Home of the
xvc file untrack
command.
Structs§
- Operations on data files
Enums§
- xvc file subcommands
Constants§
- Crossbeam channel capacity for channels in this crate
Functions§
- Dispatch function for the
xvc-file
binary. - This is run during
xvc init
forxvc file
related initialization. - Entry point for the
xvc file
command.