Status Command
The status command allows you to check whether there are tools missing or syncs to be made.
Syntax
godyl [flags] status [tools.yml|-]...
Aliases
diffs
Description
The status command checks the status of the tools defined in the provided YAML file(s) or from standard input (STDIN). It compares the installed versions of the tools with the versions specified in the YAML file(s) and reports any discrepancies.
Flags
| Flag | Environment Variable | Default | Description |
|---|---|---|---|
--output, -o | GODYL_STATUS_OUTPUT | ./bin | Output path for the downloaded tools |
--tags, -t | GODYL_STATUS_TAGS | [] | Tags to filter tools by. Use ! to exclude |
tags may use wildcards * which matches any sequence of characters.
Examples
Check the status of all tools
godyl status tools.yml
Check the status of a specific tool
godyl status tools.yml --tags idelchi/godyl