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
Copy file name to clipboardExpand all lines: specs/cli/plugin-edit.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,8 @@ Once the `workspace.json` file and the API Manifest are updated, the code genera
19
19
|`--include-path \| -i`| No | /repos/{owner}/{repo} | A glob pattern to include paths from generation. Accepts multiple values. Defaults to no value which includes everything. | Yes, without its value |
20
20
|`--exclude-path \| -e`| No | /repos/{owner}/{repo}#DELETE | A glob pattern to exclude paths from generation. Accepts multiple values. Defaults to no value which excludes nothing. | Yes, without its value |
21
21
|`--type \| -t`| Yes | openai | The target type of plugin for the generated output files. Accepts multiple values. Possible values are `apiplugin`, `openai` and `apimanifest`.| Yes |
22
+
|`--authentication-type \| -at`| No | oauth2 | The authentication type that will be used to connect to the API. Accepts a single value corresponding to a supported OpenAPI security scheme. Possible values are `apikey`, `http`, `oauth2` and `openidconnect`.||
23
+
|`--authentication-ref-id \| -refid`| No | xxxxxxxx | The authentication reference id that will be used to connect to the API. Accepts a single string value.||
22
24
|`--skip-generation \| --sg`| No | true | When specified, the generation would be skipped. Defaults to false. | Yes |
23
25
|`--output \| -o`| No | ./generated/plugins/github | The output directory or file path for the generated output files. This is relative to the current working directory. Defaults to `./output`. | Yes, without its value |
24
26
@@ -39,6 +41,8 @@ _The resulting `workspace.json` file will look like this:_
0 commit comments