Module cli

Module cli 

Source

Re-exports§

pub use commands::CCAttestationCommands;
pub use commands::DatasetCommands;
pub use commands::ManifestCommands;
pub use commands::ModelCommands;
pub use commands::PipelineCommands;
pub use commands::SoftwareCommands;
pub use handlers::handle_cc_attestation_command;
pub use handlers::handle_dataset_command;
pub use handlers::handle_manifest_command;
pub use handlers::handle_model_command;
pub use handlers::handle_pipeline_command;
pub use handlers::handle_software_command;

Modules§

commands
handlers
progress

Constants§

CLI_NAME
CLI_VERSION

Functions§

confirm_action
Helper function to confirm actions with the user
format_error
initialize
Function to initialize any CLI-specific requirements
print_validation_warning
Helper function to print validation warnings to the user