CLI tool to analyze dbt manifest.json files - install via cargo
Project description
genome-cli
A CLI tool to analyze dbt manifest.json files.
Installation
This package is distributed as a Rust binary.
Quick Install (macOS/Linux)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y && source ~/.cargo/env && cargo install genome-cli
Step by Step
- Install Rust (if you don't have it):
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
- Restart your terminal or run:
source ~/.cargo/env
- Install genome-cli:
cargo install genome-cli
Windows
- Download and run the Rust installer: https://win.rustup.rs
- Open a new terminal and run:
cargo install genome-cli
Usage
# Analyze manifest (default: manifest.json)
genome sequence
# Specify a custom path
genome sequence --manifest path/to/manifest.json
# Output as JSON
genome sequence --json
Why Rust?
Performance. The genome CLI is built in Rust for fast analysis of large dbt projects.
License
Proprietary - All rights reserved.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
genome_cli-0.2.1.tar.gz
(1.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file genome_cli-0.2.1.tar.gz.
File metadata
- Download URL: genome_cli-0.2.1.tar.gz
- Upload date:
- Size: 1.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb60d1643800b9a610f794dcffd9221810e58839ba051ca3ef2f021ada1f1db9
|
|
| MD5 |
52883fd3727b0be62fc34b5be1e292f2
|
|
| BLAKE2b-256 |
c7a9d1453ab405936fa994b6415d07ca30e4fd2c13cf7b08589a6f60d9176076
|
File details
Details for the file genome_cli-0.2.1-py3-none-any.whl.
File metadata
- Download URL: genome_cli-0.2.1-py3-none-any.whl
- Upload date:
- Size: 2.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2f3fcf7a42ec8aa59c56ac2222797daff6305a966acbae94994be64c3263252
|
|
| MD5 |
b9ece9aea70a53f0165d7f47d8a71ee1
|
|
| BLAKE2b-256 |
a66cb1e71c9d7cc0cd4d20b4822579dc3c41528713055b18e1a64e23a5784012
|