Command-line interface#
neophile#
Command-line interface for neophile.
neophile [OPTIONS] COMMAND [ARGS]...
Options
- -c, --config-path <PATH>#
 Path to configuration.
- --version#
 Show the version and exit.
Environment variables
- NEOPHILE_CONFIG
 Provide a default for
-c
analyze#
Analyze a path for pending upgrades.
neophile analyze [OPTIONS]
Options
- --path <path>#
 Path to analyze (default: current directory).
- --pr, --no-pr#
 Generate a pull request of changes.
- --update, --no-update#
 Update out-of-date dependencies.
github-inventory#
Inventory available GitHub tags.
neophile github-inventory [OPTIONS] OWNER REPO
Arguments
- OWNER#
 Required argument
- REPO#
 Required argument
help#
Show help for any command.
neophile help [OPTIONS] [TOPIC]
Arguments
- TOPIC#
 Optional argument
process#
Process all configured repositories.
neophile process [OPTIONS]
scan#
Scan a path for versions.
neophile scan [OPTIONS]
Options
- --path <path>#
 Path to scan (default: current directory).