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.
Release files for genome-cli 0.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| genome_cli-0.2.1.tar.gz | 1.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| genome_cli-0.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 3.7 kB
Release files / genome_cli-0.2.1.tar.gz
| Download URL | genome_cli-0.2.1.tar.gz |
|---|---|
| Size | 1.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
bb60d1643800b9a610f794dcffd9221810e58839ba051ca3ef2f021ada1f1db9
|
|
BLAKE2b-256 checksum How to use checksums |
c7a9d1453ab405936fa994b6415d07ca30e4fd2c13cf7b08589a6f60d9176076
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / genome_cli-0.2.1-py3-none-any.whl
| Download URL | genome_cli-0.2.1-py3-none-any.whl |
|---|---|
| Size | 2.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
c2f3fcf7a42ec8aa59c56ac2222797daff6305a966acbae94994be64c3263252
|
|
BLAKE2b-256 checksum How to use checksums |
a66cb1e71c9d7cc0cd4d20b4822579dc3c41528713055b18e1a64e23a5784012
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|