You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the difference between these two cli options?
I was using --default-base-path before the last update to set the base url for my API requests. That no longer works and I have switched to --url
Reading the CLI output I think default-base-path should be removed? or is there something I am missing?
-o, --output Directory to store the generated json documents.
-u, --url Url to the output folder. (api-docs basePath)
-e, --exclude Exclude path(s).
ex: --exclude vendor:library/Zend:library/Foo
-b, --bootstrap Bootstrap php file(s) for defining constants, etc.
ex: --bootstrap autoload.php:config/contants.php
--default-base-path Provide a default basePath for the resources
--default-api-version Provide a default apiVersion for the resources
--default-swagger-version Provide a default swaggerVersion for the resources
--api-doc-template Provide a json template for the resource listing
-v, --version Swagger-PHP version
-h, --help This help message
The text was updated successfully, but these errors were encountered:
Hi,
What is the difference between these two cli options?
I was using
--default-base-path
before the last update to set the base url for my API requests. That no longer works and I have switched to--url
Reading the CLI output I think default-base-path should be removed? or is there something I am missing?
The text was updated successfully, but these errors were encountered: