CLICommands
lineage
snug lineage <COMMAND>Breeding and trait inheritance.
Subcommands
| Command | What it does |
|---|---|
traits | Trait definition management |
species | Species definition management |
genome-register | Register a founder genome for an entity |
preview | Preview the probability distribution of a prospective breeding |
breed | Breed parents to produce offspring |
pedigree | Show the ancestry tree of an entity |
genome | Show the genome of an entity |
provenance | Show provenance and seedling anchor verification of an entity |
records | List breeding records |
Run snug lineage <command> --help for that command's own options.
The global options apply everywhere.
Examples
snug lineage traits create --file ./coat_color.json
snug lineage traits list
snug lineage traits get --trait-id trait_coat_color
snug lineage traits update --trait-id trait_coat_color --file ./coat_color.json
snug lineage traits delete --trait-id trait_coat_color
snug lineage species create --file ./ember_fox.json
snug lineage species list
snug lineage species get --species-id species_ember_fox
snug lineage species update --species-id species_ember_fox --file ./ember_fox.json
snug lineage species delete --species-id species_ember_fox
snug lineage genome-register --file ./founder.json
snug lineage preview --species species_ember_fox --parents ent_fox_a81,ent_fox_c22
snug lineage preview --species species_ember_fox --parents ent_fox_a81,ent_fox_c22 --exact
snug lineage breed --species species_ember_fox --parents ent_fox_a81,ent_fox_c22
snug lineage breed --species species_ember_fox --parents ent_fox_a81,ent_fox_c22 --seed 0x9f31aa07
snug lineage pedigree --entity-id ent_fox_f4d --depth 4
snug lineage genome --entity-id ent_fox_f4d
snug lineage genome --entity-id ent_fox_f4d --full
snug lineage provenance --entity-id ent_fox_f4d
snug lineage records --species species_ember_fox --parent ent_fox_a81Next
- API reference - every endpoint these commands call.
- CLI reference - global options, output modes, and exit codes.