Expand description
§Atlas CLI
Machine Learning (ML) Lifecycle & Transparency Manager
A command-line interface tool for creating, managing, and verifying Content Provenance and Authenticity (C2PA) manifests for machine learning models, datasets, and related artifacts.
§Installation
cargo install atlas-cli§Quick Start
Create a model manifest:
atlas-cli model create \
--paths=model.onnx \
--ingredient-names="Main Model" \
--name="My Model" \
--author-org="My Organization" \
--author-name="My Name" \
--printFor more examples and detailed documentation, see:
Re-exports§
pub use error::Error;pub use error::Result;pub use storage::traits::StorageBackend;
Modules§
- cc_
attestation - cli
- error
- hash
- Hash Module
- in_toto
- in-toto Attestation Generation Library
- manifest
- signing
- slsa
- SLSA (Supply-chain Levels for Software Artifacts) Implementation
- storage
- utils
Structs§
- Config
- CLI configuration options
Functions§
- init_
logging - Initialize logging for the CLI