qmk_firmware/lib/python/qmk/cli
Joel Challis aae3b35c0f
CI: Add docs build and deploy workflow (#7448)
* Add docs build and deploy workflow

* Remove old travis docs workflow

* update to cli command

* Tidy up for review

* formatting

* Update to pass style checks

* Update lib/python/qmk/cli/docs.py

Co-Authored-By: skullydazed <skullydazed@users.noreply.github.com>

* Review comments - build->generate, use of verbose

* Add docs

* Update to match recent actions

* Run within base_container

* Convert cli to generate-docs

* Convert cli to generate-docs - restore old file

* Convert cli to generate-docs

* Update docs

Co-authored-by: skullydazed <skullydazed@users.noreply.github.com>
2020-11-10 07:00:40 -08:00
..
generate CI: Add docs build and deploy workflow (#7448) 2020-11-10 07:00:40 -08:00
json CLI: update subcommands to use return instead of exit() (#10323) 2020-10-06 16:46:10 -07:00
list Generate api data on each push (#10609) 2020-10-25 14:48:44 -07:00
new CLI: update subcommands to use return instead of exit() (#10323) 2020-10-06 16:46:10 -07:00
__init__.py New command: qmk lint (#10761) 2020-11-07 09:56:08 -08:00
c2json.py Generate api data on each push (#10609) 2020-10-25 14:48:44 -07:00
cformat.py Initial work for consolidation of ChibiOS platform files (#8327) 2020-08-29 14:30:02 -07:00
clean.py CLI: Add qmk clean (#10785) 2020-11-04 19:18:47 +00:00
compile.py
config.py
docs.py
doctor.py Fix CLI warning for Massdrop udev rule (#10691) 2020-10-20 04:36:18 +11:00
flash.py Add st-flash flash target (#9964) 2020-08-29 14:30:02 -07:00
hello.py
info.py qmk info: Add --ascii flag (#10793) 2020-11-02 00:41:01 -08:00
json2c.py Generate api data on each push (#10609) 2020-10-25 14:48:44 -07:00
kle2json.py CLI: update subcommands to use return instead of exit() (#10323) 2020-10-06 16:46:10 -07:00
lint.py New command: qmk lint (#10761) 2020-11-07 09:56:08 -08:00
pyformat.py
pytest.py