Releases: audius/audiness
Releases · audius/audiness
Release list
1.0.1
What's Changed
- Bump idna from 3.11 to 3.15 by @dependabot[bot] in #11
- Bump urllib3 from 2.6.3 to 2.7.0 by @dependabot[bot] in #12
- Update typer and pytenable
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: 1.0.0...1.0.1
1.0.0
- Rework the handling of the input for the host
Breaking change
--host was renamed to --url.
See
$ audiness --help
Usage: audiness [OPTIONS] COMMAND [ARGS]...
╭─ Options ───────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ * --access-key TEXT Nessus API access key [env var: ACCESS_KEY] [required] │
│ * --secret-key TEXT Nessus API secret key [env var: SECRET_KEY] [required] │
│ --url TEXT URL to Nessus instance [env var: URL] [default: https://localhost:8834] │
│ --install-completion Install completion for the current shell. │
│ --show-completion Show completion for the current shell, to copy it or customize the installation. │
│ --help Show this message and exit. │
╰─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯