@@ -15,12 +15,12 @@ Options
15
15
uploading an existing API definition.
16
16
--version string Project version. If running command in a CI environment and this
17
17
option is not passed, the main project version will be used.
18
+ --workingDirectory string Working directory (for usage with relative external references)
18
19
--useSpecVersion Uses the version listed in the \` info.version\` field in the API
19
20
definition for the project version parameter.
20
21
--raw Return the command results as a JSON object instead of a pretty
21
22
output.
22
23
--github Create a new GitHub Actions workflow for this command.
23
- --workingDirectory string Working directory (for usage with relative external references)
24
24
--create Bypasses the create/update prompt and creates a new API definition.
25
25
--update Automatically update an existing API definition in ReadMe if it's the
26
26
only one associated with the current version.
@@ -48,12 +48,12 @@ Options
48
48
uploading an existing API definition.
49
49
--version string Project version. If running command in a CI environment and this
50
50
option is not passed, the main project version will be used.
51
+ --workingDirectory string Working directory (for usage with relative external references)
51
52
--useSpecVersion Uses the version listed in the \` info.version\` field in the API
52
53
definition for the project version parameter.
53
54
--raw Return the command results as a JSON object instead of a pretty
54
55
output.
55
56
--github Create a new GitHub Actions workflow for this command.
56
- --workingDirectory string Working directory (for usage with relative external references)
57
57
--create Bypasses the create/update prompt and creates a new API definition.
58
58
--update Automatically update an existing API definition in ReadMe if it's the
59
59
only one associated with the current version.
@@ -81,12 +81,12 @@ Options
81
81
uploading an existing API definition.
82
82
--version string Project version. If running command in a CI environment and this
83
83
option is not passed, the main project version will be used.
84
+ --workingDirectory string Working directory (for usage with relative external references)
84
85
--useSpecVersion Uses the version listed in the \`info.version\` field in the API
85
86
definition for the project version parameter.
86
87
--raw Return the command results as a JSON object instead of a pretty
87
88
output.
88
89
--github Create a new GitHub Actions workflow for this command.
89
- --workingDirectory string Working directory (for usage with relative external references)
90
90
--create Bypasses the create/update prompt and creates a new API definition.
91
91
--update Automatically update an existing API definition in ReadMe if it's the
92
92
only one associated with the current version.
0 commit comments