Command-line interface#

neophile#

Command-line interface for neophile.

neophile [OPTIONS] COMMAND [ARGS]...

Options

--version#

Show the version and exit.

analyze#

Analyze a path for pending upgrades.

neophile analyze [OPTIONS] [[pre-commit|python]]...

Options

--path <path>#

Path to analyze (default: current directory).

Arguments

TYPES#

Optional argument(s)

check#

Check whether dependencies are up-to-date.

neophile check [OPTIONS] [[pre-commit|python]]...

Options

--path <path>#

Path to analyze (default: current directory).

Arguments

TYPES#

Optional argument(s)

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

scan#

Scan a path for versions.

neophile scan [OPTIONS]

Options

--path <path>#

Path to scan (default: current directory).

update#

Update dependencies.

neophile update [OPTIONS] [[pre-commit|python]]...

Options

--path <path>#

Path to analyze (default: current directory).

--pr, --no-pr#

Generate a pull request of changes.

Arguments

TYPES#

Optional argument(s)