1. 1. Introduction
    ❱
    1. 1.1. Installation
    2. 1.2. Configuration
  2. 2. Get Started
    ❱
    1. 2.1. Xvc for Everyone
    2. 2.2. Xvc for Data Versioning
    3. 2.3. Xvc for Machine Learning
    4. 2.4. Xvc for Software Development
    5. 2.5. Xvc for DVC Users
    6. 2.6. Xvc for Git Annex Users
    7. 2.7. Xvc for Git LFS Users
  3. 3. User's Guide
    ❱
    1. 3.1. How to Compile Xvc
    2. 3.2. Xvc with Git Branches
    3. 3.3. Turn off Git Integration
  4. 4. Command Reference
    ❱
    1. 4.1. xvc init
    2. 4.2. File Management (xvc file)
      ❱
      1. 4.2.1. xvc file track
      2. 4.2.2. xvc file untrack
      3. 4.2.3. xvc file list
      4. 4.2.4. xvc file hash
      5. 4.2.5. xvc file recheck
      6. 4.2.6. xvc file carry-in
      7. 4.2.7. xvc file send
      8. 4.2.8. xvc file bring
      9. 4.2.9. xvc file move
      10. 4.2.10. xvc file copy
      11. 4.2.11. xvc file remove
    3. 4.3. Data-Model Pipelines (xvc pipeline)
      ❱
      1. 4.3.1. xvc pipeline new
      2. 4.3.2. xvc pipeline list
      3. 4.3.3. xvc pipeline step
        ❱
        1. 4.3.3.1. new
        2. 4.3.3.2. dependency
        3. 4.3.3.3. output
        4. 4.3.3.4. show
        5. 4.3.3.5. update
      4. 4.3.4. xvc pipeline run
      5. 4.3.5. xvc pipeline delete
      6. 4.3.6. xvc pipeline export
      7. 4.3.7. xvc pipeline import
      8. 4.3.8. xvc pipeline update
      9. 4.3.9. xvc pipeline dag
    4. 4.4. (Remote) Storages (xvc storage)
      ❱
      1. 4.4.1. xvc storage list
      2. 4.4.2. xvc storage remove
      3. 4.4.3. xvc storage new
        ❱
        1. 4.4.3.1. local
        2. 4.4.3.2. generic
        3. 4.4.3.3. s3
        4. 4.4.3.4. gcs
        5. 4.4.3.5. minio
        6. 4.4.3.6. r2
        7. 4.4.3.7. wasabi
        8. 4.4.3.8. digital-ocean
    5. 4.5. Utilities
      ❱
      1. 4.5.1. xvc root
      2. 4.5.2. xvc check-ignore
      3. 4.5.3. xvc aliases
      4. 4.5.4. xvc deinit
  5. 5. Rust API
    ❱
    1. 5.1. xvc
    2. 5.2. xvc-config
    3. 5.3. xvc-core
    4. 5.4. xvc-ecs
    5. 5.5. xvc-file
    6. 5.6. xvc-logging
    7. 5.7. xvc-pipeline
    8. 5.8. xvc-storage
    9. 5.9. xvc-walker
  6. 6. Architecture
    ❱
    1. 6.1. Goals
    2. 6.2. Cache
    3. 6.3. Xvc ECS
    4. 6.4. Pipeline State Machine
    5. 6.5. Comparisons
    6. 6.6. Storages
    7. 6.7. Git and Xvc
    8. 6.8. Concepts
      ❱
      1. 6.8.1. Digest
      2. 6.8.2. Associated Digest
  7. 7. Development
    ❱
    1. 7.1. Conventions

The Xvc Book

Rust API