summaryrefslogtreecommitdiff
path: root/docs/cli_interface.rst
Commit message (Collapse)AuthorAgeFilesLines
* Correct the example in the CLI docs (#1903)Krzysztof Szafranek2020-07-221-1/+1
|
* Fix typos in the documentation (#1902)Krzysztof Szafranek2020-07-221-1/+1
|
* Upgrade embeded setuptools and fix changelog (#1865)Bernát Gábor2020-06-211-1/+1
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Implement periodic update feature (#1841)Bernát Gábor2020-06-211-1/+1
| | | Co-authored-by: Pradyun Gedam <pradyunsg@gmail.com>
* Allow all command line option flags to be used in config file/env-var (#1763)Bernát Gábor2020-04-081-5/+7
| | | | | | | | | | | | | * Allow all command line option flags to be used in config file/env-var Extend config file and environment variables checked for configuration to also check aliases (e.g. setting either ``VIRTUALENV_COPIES`` or ``VIRTUALENV_ALWAYS_COPY`` will work). Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix CI Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* handle application data folder is read only (#1661)Seungmin Ryu2020-02-261-3/+3
| | | | | | | | | | | | | | | | | | | | * fixed FileNotFoundError when directory isn't writable (#1640) - when using docker, if `user_data_dir()` isn't writable directory, `default_data_dir()` use `system temp directory` + `virtualenv`. for example, tempdir is `/tmp`, it use `/tmp/virtualenv` * start making the app-data more explicit and robust Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> * fix Windows * fix docs Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net> Co-authored-by: Bernát Gábor <gaborjbernat@gmail.com>
* require passing a destination directory (#1568)Pradyun Gedam2020-02-111-2/+2
| | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* Minor updates to the documentation (#1540)Bernat Gabor2020-02-101-23/+25
| | | | Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
* rewrite the documentation (#1519)Bernát Gábor2020-02-041-0/+81