The output of running apidoc in terminal is as follows:
$ apidoc [14:16:50]
** ERROR: Missing command is required. Available commands:
- cli
- code
- download
- example
- list
- update
- upload
However, only the following are documented: list, code, and update. Running apidoc upload yields a cryptic error to anyone unfamiliar with the tool:
$ apidoc upload [14:17:40]
org, application, path are required
It would be great if apidoc --help returned some more information w/ specific examples.
The output of running
apidocin terminal is as follows:However, only the following are documented:
list,code, andupdate. Runningapidoc uploadyields a cryptic error to anyone unfamiliar with the tool:It would be great if
apidoc --helpreturned some more information w/ specific examples.