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
{{ message }}
This repository was archived by the owner on Nov 8, 2024. It is now read-only.
method_option:output,type: :string,banner: 'FILE',desc: 'Write API Description Document into specified file'
15
15
16
16
deffetch
@@ -23,7 +23,7 @@ def fetch
23
23
method_option:output,type: :string,banner: 'FILE',desc: 'Write generated HTML into specified file'
24
24
method_option:path,type: :string,desc: 'Specify path to API Description Document. When given a directory, it will look for `apiary.apib` and `swagger.yaml` file'
25
25
method_option:json,type: :boolean,desc: 'Specify that Swagger API Description Document is in json format. Document will be converted to yaml before processing'
method_option:server,type: :boolean,desc: 'Start standalone web server on port 8080'
28
28
method_option:port,type: :numeric,banner: 'PORT',desc: 'Set port for --server option'
29
29
method_option:host,type: :string,desc: 'Set host for --server option'
@@ -38,7 +38,7 @@ def preview
38
38
method_option:message,type: :string,banner: 'COMMIT_MESSAGE',desc: 'Publish with custom commit message'
39
39
method_option:path,type: :string,desc: 'Specify path to API Description Document. When given a directory, it will look for `apiary.apib` and `swagger.yaml` file'
40
40
method_option:json,type: :boolean,desc: 'Specify that Swagger API Description Document is in json format. Document will be converted to yaml before processing'
method_option:push,type: :boolean,default: true,desc: 'Push API Description to the GitHub when API Project is associated with GitHub repository in Apiary'
0 commit comments