ocilot 0.2.0

cli and library for interacting with OCI registries
Documentation
/// Blob operations subcommand.
pub mod blob;
/// Catalog listing subcommand.
pub mod catalog;
/// Config inspection subcommand.
pub mod config;
/// Shared command context and utilities.
pub mod context;
/// Image copy subcommand.
pub mod copy;
/// Delete operations subcommand.
pub mod delete;
/// Filesystem export subcommand.
pub mod export;
/// Image index management subcommand.
pub mod index;
/// Tag listing subcommand.
pub mod list;
/// Manifest inspection subcommand.
pub mod manifest;
/// Image pull subcommand.
pub mod pull;
/// Image push subcommand.
pub mod push;