certbot/certbot
Brad Warren ae379568b1 Mitigate problems for people who run without -n (#3916)
* CLI flag for forcing interactivity

* add --force-interactive

* Add force_interactive error checking and tests

* Add force_interactive parameter to FileDisplay

* add _can_interact

* Add _return_default

* Add **unused_kwargs to NoninteractiveDisplay

* improve _return_default assertion

* Change IDisplay calls and write tests

* Document force_interactive in interfaces.py

* Don't force_interactive with a new prompt

* Warn when skipping an interaction for the first time

* add specific logger.debug message
2016-12-19 12:45:40 -08:00
..
display Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
plugins Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
tests Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
.gitignore s/letsencrypt/certbot 2016-04-13 16:03:59 -07:00
__init__.py Release Certbot 0.9.0 (#3583) 2016-10-05 10:13:28 -07:00
account.py Enable unit tests of certbot core on Python 3 2016-08-06 21:09:43 +08:00
achallenges.py s/letsencrypt/certbot 2016-04-13 16:03:59 -07:00
auth_handler.py Update ACME error namespace to match the new draft. (#3469) 2016-10-12 14:46:02 -07:00
cert_manager.py Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
cli.py Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
client.py Implement delete command (#3913) 2016-12-15 20:23:02 -08:00
colored_logging.py Rename certbot.le_util to certbot.util 2016-05-25 18:50:02 -05:00
configuration.py Implement delete command (#3913) 2016-12-15 20:23:02 -08:00
constants.py Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
crypto_util.py Fix writing pem files with Python3 (#3757) 2016-11-07 14:22:20 -08:00
error_handler.py Issue #3239: SIGTERM was added twice by mistake. 2016-09-17 21:55:36 +04:30
errors.py Move SignalExit to errors.py 2016-07-05 23:14:53 -05:00
hooks.py Script plugin (#3521) 2016-11-07 15:22:48 -08:00
interfaces.py Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
main.py Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
notify.py s/Let's Encrypt/Certbot 2016-04-13 16:13:50 -07:00
renewal.py Implement delete command (#3913) 2016-12-15 20:23:02 -08:00
reporter.py Adjusting logging level of certain messages 2016-06-10 06:33:11 +02:00
reverter.py Mitigate problems for people who run without -n (#3916) 2016-12-19 12:45:40 -08:00
storage.py Implement delete command (#3913) 2016-12-15 20:23:02 -08:00
util.py Make default renewal file permissions more strict (#3891) 2016-12-10 11:19:20 -08:00