Issue 3816/revamp register subcommand (#6006)

* address issue #3816

* formatting update

* remove unused variable

* address pylint trailing whitespace error

* revert whitespace add

* update boulder ci test for new update_registration verb

* address code review comments

* Issue 3816: Revert renaming '...update_regristration...' tests to '...update_account...'. Fix removing update_registration default argument value.

* Issue 3816: Fix '--update-registration' not referring to 'update_registration' default as opposed to 'update_account'.

* Issue 3816: delint tox output.

* Issue 3816: Change @example.org domain to @domain.org in boulder test script

* Issue 3816: Update CHANGELOG.md for Issue 3816 and remove extraneous space in main.py

* Issue 3816: Remove extraneous default variable.
This commit is contained in:
dschlessman
2018-12-11 18:57:33 -08:00
committed by ohemorange
parent a8a1942ee2
commit f137d55b31
5 changed files with 116 additions and 29 deletions
+5 -2
View File
@@ -6,11 +6,14 @@ Certbot adheres to [Semantic Versioning](http://semver.org/).
### Added
*
* Added the `update_account` subcommand for account management commands.
### Changed
*
* Copied account management functionality from the `register` subcommand
to the `update_account` subcommand.
* Marked usage `register --update-registration` for deprecation and
removal in a future release.
### Fixed