Skip to content

3.0.0

Compare
Choose a tag to compare
@thiagofigueiro thiagofigueiro released this 17 Feb 01:28
· 14 commits to master since this release
d74a9cf

3.0.0 (2020-02-17)

Breaking changes

  • Some CLI options have changed
  • Some API parameters have changed
  • Dropped support for Nexus 3 versions <3.20.0

Changes

  • Replace docopt with click for building the CLI
  • Bumped development status from 4 - Beta to 5 - Production/Stable

Add

  • allow use of options and environment variables on nexus3 login command.
  • CLI parser now understands any shortened, non-conflicting option (e.g.: nexus3 r l is the same as nexus3 repository list).

Fix

  • #68 CLI options added to documentation
  • get_by_name for apt repositories. [Thiago Figueiro]