encode / apistar

The Web API toolkit. 🛠
https://docs.apistar.com
BSD 3-Clause "New" or "Revised" License
5.57k stars 411 forks source link

Error: Missing option "--path" invoking `apistar validate` #650

Open Fak3 opened 5 years ago

Fak3 commented 5 years ago

apistar version: 0.7.1 I followed README and created the file apistar.yaml. Then launched apistar validate, got an error:

apistar validate
Usage: apistar validate [OPTIONS]

Error: Missing option "--path".

Either instructions in README are outdated, or something is missing in the code.

JackTheMico commented 5 years ago

image

The configuration file's name should be "apistar.yml", not "apistar.yaml".