client

module
v0.0.0-...-6aa8790 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 9, 2024 License: Apache-2.0

README

trdl

File structure

~/.trdl$ tree -a
.
├── config.yaml
├── .locks
│   ├── ...
│   └── repositories
│       ├── ...
│       └── <REPO>
├── logs
│   ├── ...
│   └── repositories
│       ├── ...
│       └── <REPO>
├── .tmp
│   ├── ...
│   └── repositories
│       ├── ...
│       └── <REPO>
└── repositories
    ├── ...
    └── <REPO>
        ├── channels
        │   ├── ...
        │   └── <GROUP>
        │       ├── ...
        │       └── <CHANNEL>
        ├── .meta
        ├── releases
        │   ├── ...
        │   └── <RELEASE_VERSION>
        │       └── <OS>_<ARCH>
        │           └── ...
        └── scripts
            ├── ...
            └── <GROUP>-<CHANNEL>
                ├── ...
                └── source_script[.<ext>]
~/.trdl$ cat config.yaml
repositories:
  ...
  - name: <REPO>
    url: <URL>
    defaultChannel: <CHANNEL>

Directories

Path Synopsis
cmd
pkg
tuf

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL