@microsoft/managed-apps-cli 0.6.1 → 0.8.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/README.md +56 -10
  2. package/dist/ArgumentProvider.d.ts +21 -2
  3. package/dist/ArgumentProvider.d.ts.map +1 -1
  4. package/dist/ArgumentProvider.js +47 -3
  5. package/dist/ArgumentProvider.js.map +1 -1
  6. package/dist/Authentication/ActiveAccountStore.d.ts +24 -0
  7. package/dist/Authentication/ActiveAccountStore.d.ts.map +1 -0
  8. package/dist/Authentication/ActiveAccountStore.js +54 -0
  9. package/dist/Authentication/ActiveAccountStore.js.map +1 -0
  10. package/dist/Authentication/NodeMsalAuthenticationProvider.d.ts +57 -3
  11. package/dist/Authentication/NodeMsalAuthenticationProvider.d.ts.map +1 -1
  12. package/dist/Authentication/NodeMsalAuthenticationProvider.js +187 -27
  13. package/dist/Authentication/NodeMsalAuthenticationProvider.js.map +1 -1
  14. package/dist/Cli.d.ts.map +1 -1
  15. package/dist/Cli.js +8 -2
  16. package/dist/Cli.js.map +1 -1
  17. package/dist/CliSettings.d.ts.map +1 -1
  18. package/dist/CliSettings.js +1 -2
  19. package/dist/CliSettings.js.map +1 -1
  20. package/dist/CliUtils.d.ts +2 -1
  21. package/dist/CliUtils.d.ts.map +1 -1
  22. package/dist/CliUtils.js +4 -0
  23. package/dist/CliUtils.js.map +1 -1
  24. package/dist/Constants/CommandRegistry.d.ts.map +1 -1
  25. package/dist/Constants/CommandRegistry.js +44 -6
  26. package/dist/Constants/CommandRegistry.js.map +1 -1
  27. package/dist/Constants/HelpStrings.d.ts +75 -3
  28. package/dist/Constants/HelpStrings.d.ts.map +1 -1
  29. package/dist/Constants/HelpStrings.js +143 -41
  30. package/dist/Constants/HelpStrings.js.map +1 -1
  31. package/dist/Errors/GitHubErrorMap.d.ts +3 -3
  32. package/dist/Errors/GitHubErrorMap.d.ts.map +1 -1
  33. package/dist/Errors/GitHubErrorMap.js +12 -7
  34. package/dist/Errors/GitHubErrorMap.js.map +1 -1
  35. package/dist/FS/CliFs.d.ts.map +1 -1
  36. package/dist/FS/CliFs.js.map +1 -1
  37. package/dist/HttpClient/CliHttpClient.d.ts +17 -0
  38. package/dist/HttpClient/CliHttpClient.d.ts.map +1 -1
  39. package/dist/HttpClient/CliHttpClient.js +112 -1
  40. package/dist/HttpClient/CliHttpClient.js.map +1 -1
  41. package/dist/Logger/CliLogger.d.ts.map +1 -1
  42. package/dist/Logger/CliLogger.js +1 -1
  43. package/dist/Logger/CliLogger.js.map +1 -1
  44. package/dist/Logger/ConsoleWriter.d.ts.map +1 -1
  45. package/dist/Logger/ConsoleWriter.js +7 -7
  46. package/dist/Logger/ConsoleWriter.js.map +1 -1
  47. package/dist/Middletier/FunctionsBundler.d.ts +17 -0
  48. package/dist/Middletier/FunctionsBundler.d.ts.map +1 -0
  49. package/dist/Middletier/FunctionsBundler.js +165 -0
  50. package/dist/Middletier/FunctionsBundler.js.map +1 -0
  51. package/dist/Middletier/PackFunctions.d.ts +52 -0
  52. package/dist/Middletier/PackFunctions.d.ts.map +1 -0
  53. package/dist/Middletier/PackFunctions.js +122 -0
  54. package/dist/Middletier/PackFunctions.js.map +1 -0
  55. package/dist/Types/Cli.types.d.ts +42 -1
  56. package/dist/Types/Cli.types.d.ts.map +1 -1
  57. package/dist/Types/Command.types.d.ts +14 -3
  58. package/dist/Types/Command.types.d.ts.map +1 -1
  59. package/dist/Types/Command.types.js +4 -0
  60. package/dist/Types/Command.types.js.map +1 -1
  61. package/dist/Utils/BuildPolling.d.ts +18 -0
  62. package/dist/Utils/BuildPolling.d.ts.map +1 -0
  63. package/dist/Utils/BuildPolling.js +63 -0
  64. package/dist/Utils/BuildPolling.js.map +1 -0
  65. package/dist/Utils/BuildVerbDescriptionTable.d.ts +11 -1
  66. package/dist/Utils/BuildVerbDescriptionTable.d.ts.map +1 -1
  67. package/dist/Utils/BuildVerbDescriptionTable.js +73 -17
  68. package/dist/Utils/BuildVerbDescriptionTable.js.map +1 -1
  69. package/dist/Utils/ConsoleOutput.d.ts.map +1 -1
  70. package/dist/Utils/ConsoleOutput.js +15 -12
  71. package/dist/Utils/ConsoleOutput.js.map +1 -1
  72. package/dist/Utils/DcfRecovery.d.ts +84 -0
  73. package/dist/Utils/DcfRecovery.d.ts.map +1 -0
  74. package/dist/Utils/DcfRecovery.js +258 -0
  75. package/dist/Utils/DcfRecovery.js.map +1 -0
  76. package/dist/Utils/EnhanceNetworkError.d.ts.map +1 -1
  77. package/dist/Utils/EnhanceNetworkError.js +2 -0
  78. package/dist/Utils/EnhanceNetworkError.js.map +1 -1
  79. package/dist/Utils/EnvVars.d.ts +1 -1
  80. package/dist/Utils/EnvVars.d.ts.map +1 -1
  81. package/dist/Utils/EnvVars.js.map +1 -1
  82. package/dist/Utils/EnvironmentRoutingUtils.d.ts +8 -0
  83. package/dist/Utils/EnvironmentRoutingUtils.d.ts.map +1 -0
  84. package/dist/Utils/EnvironmentRoutingUtils.js +45 -0
  85. package/dist/Utils/EnvironmentRoutingUtils.js.map +1 -0
  86. package/dist/Utils/GitHubDcfFlow.d.ts +4 -5
  87. package/dist/Utils/GitHubDcfFlow.d.ts.map +1 -1
  88. package/dist/Utils/GitHubDcfFlow.js +4 -5
  89. package/dist/Utils/GitHubDcfFlow.js.map +1 -1
  90. package/dist/Utils/GitUtils.d.ts +5 -0
  91. package/dist/Utils/GitUtils.d.ts.map +1 -1
  92. package/dist/Utils/GitUtils.js +15 -0
  93. package/dist/Utils/GitUtils.js.map +1 -1
  94. package/dist/Utils/Paging.d.ts.map +1 -1
  95. package/dist/Utils/Paging.js +4 -4
  96. package/dist/Utils/Paging.js.map +1 -1
  97. package/dist/Utils/ResolveCommand.d.ts +7 -1
  98. package/dist/Utils/ResolveCommand.d.ts.map +1 -1
  99. package/dist/Utils/ResolveCommand.js +38 -20
  100. package/dist/Utils/ResolveCommand.js.map +1 -1
  101. package/dist/Utils/Spinner.d.ts +9 -1
  102. package/dist/Utils/Spinner.d.ts.map +1 -1
  103. package/dist/Utils/Spinner.js +25 -5
  104. package/dist/Utils/Spinner.js.map +1 -1
  105. package/dist/Verbs/AddAction.d.ts.map +1 -1
  106. package/dist/Verbs/AddAction.js +12 -41
  107. package/dist/Verbs/AddAction.js.map +1 -1
  108. package/dist/Verbs/AddConnector.d.ts +24 -0
  109. package/dist/Verbs/AddConnector.d.ts.map +1 -0
  110. package/dist/Verbs/AddConnector.js +156 -0
  111. package/dist/Verbs/AddConnector.js.map +1 -0
  112. package/dist/Verbs/AddConnectorFlows.d.ts +72 -0
  113. package/dist/Verbs/AddConnectorFlows.d.ts.map +1 -0
  114. package/dist/Verbs/AddConnectorFlows.js +198 -0
  115. package/dist/Verbs/AddConnectorFlows.js.map +1 -0
  116. package/dist/Verbs/AddDataSource.js +1 -1
  117. package/dist/Verbs/AddDataSource.js.map +1 -1
  118. package/dist/Verbs/AddTable.d.ts.map +1 -1
  119. package/dist/Verbs/AddTable.js +15 -100
  120. package/dist/Verbs/AddTable.js.map +1 -1
  121. package/dist/Verbs/AuthStatus.d.ts.map +1 -1
  122. package/dist/Verbs/AuthStatus.js +34 -6
  123. package/dist/Verbs/AuthStatus.js.map +1 -1
  124. package/dist/Verbs/AuthSwitch.d.ts +6 -0
  125. package/dist/Verbs/AuthSwitch.d.ts.map +1 -0
  126. package/dist/Verbs/AuthSwitch.js +67 -0
  127. package/dist/Verbs/AuthSwitch.js.map +1 -0
  128. package/dist/Verbs/BuildMaafApp.d.ts.map +1 -1
  129. package/dist/Verbs/BuildMaafApp.js +98 -22
  130. package/dist/Verbs/BuildMaafApp.js.map +1 -1
  131. package/dist/Verbs/ConnectorHelpers.d.ts +54 -1
  132. package/dist/Verbs/ConnectorHelpers.d.ts.map +1 -1
  133. package/dist/Verbs/ConnectorHelpers.js +217 -16
  134. package/dist/Verbs/ConnectorHelpers.js.map +1 -1
  135. package/dist/Verbs/CreateMaafApp.d.ts +75 -0
  136. package/dist/Verbs/CreateMaafApp.d.ts.map +1 -1
  137. package/dist/Verbs/CreateMaafApp.js +273 -75
  138. package/dist/Verbs/CreateMaafApp.js.map +1 -1
  139. package/dist/Verbs/DeployMaafApp.d.ts.map +1 -1
  140. package/dist/Verbs/DeployMaafApp.js +52 -20
  141. package/dist/Verbs/DeployMaafApp.js.map +1 -1
  142. package/dist/Verbs/Dev.js +5 -5
  143. package/dist/Verbs/Dev.js.map +1 -1
  144. package/dist/Verbs/GetMaafBuildStatus.d.ts.map +1 -1
  145. package/dist/Verbs/GetMaafBuildStatus.js +66 -17
  146. package/dist/Verbs/GetMaafBuildStatus.js.map +1 -1
  147. package/dist/Verbs/Init.d.ts.map +1 -1
  148. package/dist/Verbs/Init.js +170 -60
  149. package/dist/Verbs/Init.js.map +1 -1
  150. package/dist/Verbs/ListConnectors.d.ts.map +1 -1
  151. package/dist/Verbs/ListConnectors.js +4 -2
  152. package/dist/Verbs/ListConnectors.js.map +1 -1
  153. package/dist/Verbs/ListDatasets.d.ts.map +1 -1
  154. package/dist/Verbs/ListDatasets.js +5 -0
  155. package/dist/Verbs/ListDatasets.js.map +1 -1
  156. package/dist/Verbs/ListFlows.d.ts.map +1 -1
  157. package/dist/Verbs/ListFlows.js +1 -2
  158. package/dist/Verbs/ListFlows.js.map +1 -1
  159. package/dist/Verbs/ListSqlStoredProcedures.d.ts.map +1 -1
  160. package/dist/Verbs/ListSqlStoredProcedures.js +5 -0
  161. package/dist/Verbs/ListSqlStoredProcedures.js.map +1 -1
  162. package/dist/Verbs/ListTables.d.ts.map +1 -1
  163. package/dist/Verbs/ListTables.js +5 -0
  164. package/dist/Verbs/ListTables.js.map +1 -1
  165. package/dist/Verbs/Login.d.ts.map +1 -1
  166. package/dist/Verbs/Login.js +16 -13
  167. package/dist/Verbs/Login.js.map +1 -1
  168. package/dist/Verbs/Logout.d.ts.map +1 -1
  169. package/dist/Verbs/Logout.js +19 -13
  170. package/dist/Verbs/Logout.js.map +1 -1
  171. package/dist/Verbs/MaafAppPermissions.d.ts.map +1 -1
  172. package/dist/Verbs/MaafAppPermissions.js +4 -0
  173. package/dist/Verbs/MaafAppPermissions.js.map +1 -1
  174. package/dist/Verbs/Pack.d.ts +6 -6
  175. package/dist/Verbs/Pack.d.ts.map +1 -1
  176. package/dist/Verbs/Pack.js +80 -12
  177. package/dist/Verbs/Pack.js.map +1 -1
  178. package/dist/Verbs/PlayMaafApp.d.ts +22 -0
  179. package/dist/Verbs/PlayMaafApp.d.ts.map +1 -0
  180. package/dist/Verbs/PlayMaafApp.js +147 -0
  181. package/dist/Verbs/PlayMaafApp.js.map +1 -0
  182. package/dist/Verbs/RefreshDataSource.d.ts.map +1 -1
  183. package/dist/Verbs/RefreshDataSource.js.map +1 -1
  184. package/dist/Verbs/RefreshGitAuth.d.ts.map +1 -1
  185. package/dist/Verbs/RefreshGitAuth.js +1 -1
  186. package/dist/Verbs/RefreshGitAuth.js.map +1 -1
  187. package/dist/Verbs/ShareLinkCreate.d.ts +23 -0
  188. package/dist/Verbs/ShareLinkCreate.d.ts.map +1 -0
  189. package/dist/Verbs/ShareLinkCreate.js +73 -0
  190. package/dist/Verbs/ShareLinkCreate.js.map +1 -0
  191. package/dist/Verbs/ShareLinkList.d.ts +16 -0
  192. package/dist/Verbs/ShareLinkList.d.ts.map +1 -0
  193. package/dist/Verbs/ShareLinkList.js +84 -0
  194. package/dist/Verbs/ShareLinkList.js.map +1 -0
  195. package/dist/Verbs/ShareLinkRevoke.d.ts +22 -0
  196. package/dist/Verbs/ShareLinkRevoke.d.ts.map +1 -0
  197. package/dist/Verbs/ShareLinkRevoke.js +137 -0
  198. package/dist/Verbs/ShareLinkRevoke.js.map +1 -0
  199. package/dist/Verbs/VerbConstants.d.ts +151 -21
  200. package/dist/Verbs/VerbConstants.d.ts.map +1 -1
  201. package/dist/Verbs/VerbConstants.js +127 -21
  202. package/dist/Verbs/VerbConstants.js.map +1 -1
  203. package/dist/Verbs/index.d.ts +6 -0
  204. package/dist/Verbs/index.d.ts.map +1 -1
  205. package/dist/Verbs/index.js +6 -0
  206. package/dist/Verbs/index.js.map +1 -1
  207. package/package.json +8 -8
@@ -11,7 +11,7 @@ export declare const HelpStrings: {
11
11
  description: string;
12
12
  examples: string[];
13
13
  options: {
14
- hint: string;
14
+ account: string;
15
15
  };
16
16
  };
17
17
  logout: {
@@ -22,6 +22,13 @@ export declare const HelpStrings: {
22
22
  description: string;
23
23
  examples: string[];
24
24
  };
25
+ switch: {
26
+ description: string;
27
+ examples: string[];
28
+ options: {
29
+ account: string;
30
+ };
31
+ };
25
32
  };
26
33
  app: {
27
34
  create: {
@@ -33,7 +40,10 @@ export declare const HelpStrings: {
33
40
  template: string;
34
41
  buildPath: string;
35
42
  buildCommand: string;
43
+ buildEntryPoint: string;
36
44
  repo: string;
45
+ openBrowser: string;
46
+ forceReauth: string;
37
47
  };
38
48
  examples: string[];
39
49
  };
@@ -49,6 +59,11 @@ export declare const HelpStrings: {
49
59
  fileEntryPoint: string;
50
60
  appUrl: string;
51
61
  logoPath: string;
62
+ buildEntryPoint: string;
63
+ useExistingGitRepo: string;
64
+ provisionGitRepo: string;
65
+ openBrowser: string;
66
+ forceReauth: string;
52
67
  };
53
68
  examples: string[];
54
69
  };
@@ -96,11 +111,43 @@ export declare const HelpStrings: {
96
111
  };
97
112
  examples: string[];
98
113
  };
114
+ shareLink: {
115
+ description: string;
116
+ create: {
117
+ description: string;
118
+ options: {
119
+ app: string;
120
+ environmentId: string;
121
+ };
122
+ examples: string[];
123
+ };
124
+ list: {
125
+ description: string;
126
+ options: {
127
+ app: string;
128
+ environmentId: string;
129
+ };
130
+ examples: string[];
131
+ };
132
+ revoke: {
133
+ description: string;
134
+ options: {
135
+ app: string;
136
+ environmentId: string;
137
+ linkId: string;
138
+ force: string;
139
+ };
140
+ examples: string[];
141
+ };
142
+ };
99
143
  build: {
100
144
  description: string;
101
145
  options: {
102
146
  appName: string;
103
147
  commitSha: string;
148
+ openBrowser: string;
149
+ noWait: string;
150
+ forceReauth: string;
104
151
  };
105
152
  examples: string[];
106
153
  };
@@ -108,7 +155,7 @@ export declare const HelpStrings: {
108
155
  description: string;
109
156
  options: {
110
157
  appName: string;
111
- operationId: string;
158
+ commitSha: string;
112
159
  };
113
160
  examples: string[];
114
161
  };
@@ -118,6 +165,8 @@ export declare const HelpStrings: {
118
165
  app: string;
119
166
  commit: string;
120
167
  artifact: string;
168
+ openBrowser: string;
169
+ forceReauth: string;
121
170
  };
122
171
  examples: string[];
123
172
  };
@@ -125,6 +174,16 @@ export declare const HelpStrings: {
125
174
  description: string;
126
175
  examples: string[];
127
176
  };
177
+ play: {
178
+ description: string;
179
+ options: {
180
+ app: string;
181
+ mode: string;
182
+ commit: string;
183
+ noBrowser: string;
184
+ };
185
+ examples: string[];
186
+ };
128
187
  dev: {
129
188
  description: string;
130
189
  options: {
@@ -175,6 +234,18 @@ export declare const HelpStrings: {
175
234
  };
176
235
  examples: string[];
177
236
  };
237
+ connector: {
238
+ description: string;
239
+ options: {
240
+ apiId: string;
241
+ connectionId: string;
242
+ dataset: string;
243
+ table: string;
244
+ as: string;
245
+ skipCodegen: string;
246
+ };
247
+ examples: string[];
248
+ };
178
249
  };
179
250
  remove: {
180
251
  description: string;
@@ -256,6 +327,7 @@ export declare const HelpStrings: {
256
327
  Options: {
257
328
  AppName: string;
258
329
  CommitSha: string;
330
+ NoWait: string;
259
331
  };
260
332
  Examples: string[];
261
333
  };
@@ -263,7 +335,7 @@ export declare const HelpStrings: {
263
335
  Description: string;
264
336
  Options: {
265
337
  AppName: string;
266
- OperationId: string;
338
+ CommitSha: string;
267
339
  };
268
340
  Examples: string[];
269
341
  };
@@ -1 +1 @@
1
- {"version":3,"file":"HelpStrings.d.ts","sourceRoot":"","sources":["../../src/Constants/HelpStrings.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuVtB;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2HJ,CAAC"}
1
+ {"version":3,"file":"HelpStrings.d.ts","sourceRoot":"","sources":["../../src/Constants/HelpStrings.ts"],"names":[],"mappings":"AAAA;;GAEG;AAMH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkdtB;;;;;OAKG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8HJ,CAAC"}
@@ -5,7 +5,7 @@ import { AppConfigFileName } from '@microsoft/managed-apps-common/config';
5
5
  import { CLI_BINARY_NAME } from './CliConstants.js';
6
6
  export const HelpStrings = {
7
7
  global: {
8
- programDescription: `CLI for Microsoft apps.`,
8
+ programDescription: `CLI for Microsoft Managed Apps.`,
9
9
  cloud: 'Cloud environment to target. Valid values: test, preprod, public, usgov, usgovhigh, usgovdod, china. Defaults to public.',
10
10
  },
11
11
  auth: {
@@ -13,32 +13,46 @@ export const HelpStrings = {
13
13
  description: 'Sign in to Microsoft Entra ID.',
14
14
  examples: [
15
15
  `${CLI_BINARY_NAME} auth login`,
16
- `${CLI_BINARY_NAME} auth login --hint user@contoso.com`,
16
+ `${CLI_BINARY_NAME} auth login --account user@contoso.com`,
17
17
  ],
18
18
  options: {
19
- hint: 'Pre-fill the username/email address for sign-in.',
19
+ account: 'Username (email) to pre-fill in the browser sign-in prompt. This is a hint passed to the identity provider, not validated against cached accounts — use `auth switch --account` to choose between cached accounts.',
20
20
  },
21
21
  },
22
22
  logout: {
23
- description: 'Log out the current user.',
23
+ description: 'Clear all cached credentials. Removes every cached account and the active-account ' +
24
+ 'pointer. Use `auth switch` to change which cached account is active without logging out.',
24
25
  examples: [`${CLI_BINARY_NAME} auth logout`],
25
26
  },
26
27
  status: {
27
- description: 'Show the currently authenticated account.',
28
- examples: [`${CLI_BINARY_NAME} auth status`],
28
+ description: 'Show cached accounts. The active account (used by other CLI commands) is marked.',
29
+ examples: [`${CLI_BINARY_NAME} auth status`, `${CLI_BINARY_NAME} auth status --json`],
30
+ },
31
+ switch: {
32
+ description: 'Choose which cached account other CLI commands run as. When more than one account is cached and --account is omitted, prompts interactively; in non-interactive mode --account is required.',
33
+ examples: [
34
+ `${CLI_BINARY_NAME} auth switch`,
35
+ `${CLI_BINARY_NAME} auth switch --account user@contoso.com`,
36
+ ],
37
+ options: {
38
+ account: 'Username (email) or home account ID of the account to make active.',
39
+ },
29
40
  },
30
41
  },
31
42
  app: {
32
43
  create: {
33
- description: `Create a new app in the environment. By default initializes a local git repo against an auto-provisioned platform-managed (GRS) repository and scaffolds the app template into [directory] (or the current directory) — in that mode the directory must be empty. Pass '--repo <ghe-url>' to bind to an external GitHub Enterprise repo instead (the GHE repo is cloned in place of the template), or '--repo none' to skip all git scaffolding and write only ms.config.json.`,
44
+ description: `Create a new Managed App and scaffold a Git-enabled project. By default initializes a local git repo against an auto-provisioned platform-managed (GRS) repository and scaffolds the app template into [directory] (or the current directory) — in that mode the directory must be empty. Pass '--repo <ghe-url>' to bind to an external GitHub Enterprise repo instead (the GHE repo is cloned in place of the template), or '--repo none' to skip all git scaffolding and write only ms.config.json.`,
34
45
  options: {
35
- displayName: 'Display name for the app.',
36
- description: 'Optional description for the app.',
37
- repositoryId: 'Repository ID to associate with the app for source control.',
38
- template: 'GitHub repository or subpath to scaffold the app from (e.g. github:owner/repo/subdir). Defaults to github:microsoft/Managed-Apps/templates/vite8. Not allowed with --repo none (nothing is scaffolded in that mode).',
46
+ displayName: 'Display name for the Managed App.',
47
+ description: 'Optional description for the Managed App.',
48
+ repositoryId: 'Repository ID to associate with the Managed App for source control.',
49
+ template: 'GitHub repository or subpath to scaffold the Managed App from (e.g. github:owner/repo/subdir). Defaults to github:microsoft/Managed-Apps/templates/vite8. Not allowed with --repo none (nothing is scaffolded in that mode).',
39
50
  buildPath: 'Path to the build output directory. Defaults to ./dist.',
40
- buildCommand: 'Full shell command used to build the app. Defaults to "npm run build".',
51
+ buildCommand: 'Full shell command used to build the Managed App. Defaults to "npm run build".',
52
+ buildEntryPoint: 'Entry point HTML file for the app. Defaults to index.html.',
41
53
  repo: "Source-control binding for the new app. Omit to use the default platform-managed (GRS) flow. Pass a GitHub Enterprise Cloud repo URL (*.ghe.com, e.g. https://myorg.ghe.com/contoso/expense-tracker) to bind to an external repo — the repo must already exist and must be empty, and the CLI clones it into [directory] and overlays the Vite template. Pass '--repo none' to create only the server-side app record: no git binding, no template scaffold, just ms.config.json in [directory]. Cannot be combined with --repository-id.",
54
+ openBrowser: 'Launch the browser to complete the GitHub device-code flow during inline GitHub authentication. Default: do not launch. Has no effect when `--json` is set (JSON mode never launches a browser).',
55
+ forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via Device Code Flow, as if the mapping had expired. Has no effect on apps not bound to an external GitHub repository.',
42
56
  },
43
57
  examples: [
44
58
  `${CLI_BINARY_NAME} app create --display-name "My App" --repository-id <id>`,
@@ -49,17 +63,22 @@ export const HelpStrings = {
49
63
  ],
50
64
  },
51
65
  init: {
52
- description: `Initialize a new app.`,
66
+ description: `Convert an existing project into a Managed App.`,
53
67
  options: {
54
68
  environmentId: 'Environment ID to connect to.',
55
69
  cloud: 'Cloud environment to target. Valid values: test, preprod, public, usgov, usgovhigh, usgovdod, china. Defaults to public.',
56
- displayName: 'Display name for the app.',
57
- description: 'Optional description for the app.',
70
+ displayName: 'Display name for the Managed App.',
71
+ description: 'Optional description for the Managed App.',
58
72
  buildPath: 'Path to the build output directory. Defaults to ./dist.',
59
- buildCommand: 'Full shell command used to build the app. Defaults to npm run build.',
60
- fileEntryPoint: 'Entry point HTML file for the app. Defaults to index.html.',
61
- appUrl: 'Local development URL for the app. Defaults to http://localhost:3000.',
62
- logoPath: 'Path to the app logo. Defaults to Default.',
73
+ buildCommand: 'Full shell command used to build the Managed App. Defaults to npm run build.',
74
+ fileEntryPoint: 'Entry point HTML file for the Managed App. Defaults to index.html.',
75
+ appUrl: 'Local development URL for the Managed App. Defaults to http://localhost:3000.',
76
+ logoPath: 'Path to the Managed App logo. Defaults to Default.',
77
+ buildEntryPoint: 'Entry point HTML file for the app. Defaults to index.html.',
78
+ useExistingGitRepo: 'When set, the CLI will attempt to use an existing git repository in the current directory instead of initializing a new one. The existing repository must have a remote origin configured, and the CLI will use that remote URL as the repo source for the app.',
79
+ provisionGitRepo: 'When set, the CLI will provision a new platform managed git repository for the app even if an existing repository is detected in the current directory. This is useful when you want to initialize an app in a directory that has a git repository, but you do not want to use that repository for the app.',
80
+ openBrowser: 'Launch the browser to complete the GitHub device-code flow during inline GitHub authentication. Default: do not launch. Has no effect when `--json` is set (JSON mode never launches a browser).',
81
+ forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via Device Code Flow, as if the mapping had expired. Has no effect on apps not bound to an external GitHub repository.',
63
82
  },
64
83
  examples: [
65
84
  `${CLI_BINARY_NAME} app init --display-name "My App" --environment-id <id>`,
@@ -68,7 +87,7 @@ export const HelpStrings = {
68
87
  ],
69
88
  },
70
89
  list: {
71
- description: 'List apps the current user can access. By default lists all apps in the tenant; pass --environment-id to filter to a single environment.',
90
+ description: 'List all apps you have access to. By default lists all apps in the tenant; pass --environment-id to filter to a single environment.',
72
91
  options: {
73
92
  environmentId: 'Optional environment ID to scope the listing to. When omitted, all apps the user can access across the tenant are returned.',
74
93
  permission: 'Permission filter. Either `write` (apps the user can contribute to; default) or `read` (apps the user can play/view). Case-insensitive.',
@@ -81,7 +100,7 @@ export const HelpStrings = {
81
100
  ],
82
101
  },
83
102
  info: {
84
- description: `Get information about an app.`,
103
+ description: `Get details for an app.`,
85
104
  options: {
86
105
  app: 'The app name (logical name) to retrieve.',
87
106
  },
@@ -91,11 +110,11 @@ export const HelpStrings = {
91
110
  ],
92
111
  },
93
112
  show: {
94
- description: `Show the current app's configuration and all bound resources.`,
113
+ description: `Show an app's configuration and bound resources.`,
95
114
  examples: [`${CLI_BINARY_NAME} app show`, `${CLI_BINARY_NAME} app show --json`],
96
115
  },
97
116
  delete: {
98
- description: 'Delete a Microsoft App. Soft-deletes the app and cleans up related metadata.',
117
+ description: 'Delete an app. Soft-deletes the app and cleans up related metadata.',
99
118
  options: {
100
119
  app: `The app name to delete. Defaults to appId in ${AppConfigFileName}.`,
101
120
  environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}. Useful for deleting an app from outside its scaffolded directory.`,
@@ -109,7 +128,7 @@ export const HelpStrings = {
109
128
  ],
110
129
  },
111
130
  share: {
112
- description: 'Share a Microsoft App with users or groups. Use --access play (default) to grant play access to the app, or --access edit to grant edit access to the underlying repository.',
131
+ description: 'Share an app with users or groups. Use --access play (default) to grant play access to the app, or --access edit to grant edit access to the underlying repository. To distribute access via a tenant-wide link instead of named principals, use `ms app share link create` (run `ms app share link --help` for the full link surface).',
113
132
  options: {
114
133
  app: `The app name to share. Defaults to appId in ${AppConfigFileName}.`,
115
134
  access: 'Access level to grant: "play" (default — run the app) or "edit" (modify the app).',
@@ -119,10 +138,11 @@ export const HelpStrings = {
119
138
  `${CLI_BINARY_NAME} app share --app my-app <aad-id>`,
120
139
  `${CLI_BINARY_NAME} app share alice@contoso.com --access edit`,
121
140
  `${CLI_BINARY_NAME} app share alice@contoso.com --json`,
141
+ `${CLI_BINARY_NAME} app share link create`,
122
142
  ],
123
143
  },
124
144
  unshare: {
125
- description: 'Unshare a Microsoft App from users or groups. Use --access play (default) to revoke play access on the app, or --access edit to revoke edit access on the underlying repository. Each invocation only touches the requested access level.',
145
+ description: 'Unshare an app from users or groups. Use --access play (default) to revoke play access on the app, or --access edit to revoke edit access on the underlying repository. Each invocation only touches the requested access level.',
126
146
  options: {
127
147
  app: `The app name to unshare. Defaults to appId in ${AppConfigFileName}.`,
128
148
  access: 'Access level to revoke: "play" (default — app access) or "edit" (repository access).',
@@ -134,34 +154,81 @@ export const HelpStrings = {
134
154
  `${CLI_BINARY_NAME} app unshare alice@contoso.com --json`,
135
155
  ],
136
156
  },
157
+ shareLink: {
158
+ description: 'Manage tenant-wide share links for a Microsoft App. A share link is a JIT-redemption URL: the first time a recipient opens it, they are granted the configured role at the app scope. Links can be listed and revoked at any time.',
159
+ create: {
160
+ description: `Create a share link for a Microsoft App. The link grants the "Microsoft App Reader" role at the app scope on redemption. Only this role is supported today; the enum is open server-side for future expansion.`,
161
+ options: {
162
+ app: `The app name to share. Defaults to appId in ${AppConfigFileName}.`,
163
+ environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}.`,
164
+ },
165
+ examples: [
166
+ `${CLI_BINARY_NAME} app share link create`,
167
+ `${CLI_BINARY_NAME} app share link create --app my-app`,
168
+ `${CLI_BINARY_NAME} app share link create --json`,
169
+ ],
170
+ },
171
+ list: {
172
+ description: 'List all share links currently issued for a Microsoft App.',
173
+ options: {
174
+ app: `The app name. Defaults to appId in ${AppConfigFileName}.`,
175
+ environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}.`,
176
+ },
177
+ examples: [
178
+ `${CLI_BINARY_NAME} app share link list`,
179
+ `${CLI_BINARY_NAME} app share link list --app my-app`,
180
+ `${CLI_BINARY_NAME} app share link list --json`,
181
+ ],
182
+ },
183
+ revoke: {
184
+ description: 'Revoke a share link by ID. The server attempts to remove the role assignment for every prior redeemer before tearing down the link record; new recipients can no longer redeem the link.',
185
+ options: {
186
+ app: `The app name. Defaults to appId in ${AppConfigFileName}.`,
187
+ environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}.`,
188
+ linkId: 'The share link ID (4-char lowercase hex) returned at creation time.',
189
+ force: 'Skip the confirmation prompt.',
190
+ },
191
+ examples: [
192
+ `${CLI_BINARY_NAME} app share link revoke --link-id a3f1`,
193
+ `${CLI_BINARY_NAME} app share link revoke --link-id a3f1 --force`,
194
+ `${CLI_BINARY_NAME} app share link revoke --link-id a3f1 --app my-app --json`,
195
+ ],
196
+ },
197
+ },
137
198
  build: {
138
- description: 'Initiate a build for a Microsoft App.',
199
+ description: 'Initiate a build for an app. By default the CLI waits for build-status to reach a terminal state; pass --no-wait to return immediately after submission.',
139
200
  options: {
140
201
  appName: 'The app name to build.',
141
202
  commitSha: 'The commit SHA to build from.',
203
+ openBrowser: 'Launch the browser to complete the GitHub device-code flow during inline GitHub authentication. Default: do not launch. Has no effect when `--json` is set (JSON mode never launches a browser). Only relevant for GHE-bound apps.',
204
+ noWait: 'Return immediately after submitting the build and print a build-status hint.',
205
+ forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via Device Code Flow, as if the mapping had expired. Has no effect on apps not bound to an external GitHub repository.',
142
206
  },
143
207
  examples: [
144
208
  `${CLI_BINARY_NAME} app build --app my-app --commit abc1234`,
209
+ `${CLI_BINARY_NAME} app build --app my-app --commit abc1234 --no-wait`,
145
210
  `${CLI_BINARY_NAME} app build --app my-app --commit abc1234 --json`,
146
211
  ],
147
212
  },
148
213
  buildStatus: {
149
- description: 'Get the status of a Microsoft App build operation.',
214
+ description: 'Check the status of a build.',
150
215
  options: {
151
216
  appName: 'The app name.',
152
- operationId: 'The build operation ID returned by app build.',
217
+ commitSha: 'The commit SHA for which a build was initiated by app build.',
153
218
  },
154
219
  examples: [
155
- `${CLI_BINARY_NAME} app build-status --app my-app --operation-id <id>`,
156
- `${CLI_BINARY_NAME} app build-status --app my-app --operation-id <id> --json`,
220
+ `${CLI_BINARY_NAME} app build-status --app my-app --commit <sha>`,
221
+ `${CLI_BINARY_NAME} app build-status --app my-app --commit <sha> --json`,
157
222
  ],
158
223
  },
159
224
  deploy: {
160
- description: `Deploy an app version. Behavior depends on the app's repoType in ${AppConfigFileName}: git-backed apps (native/github) deploy a commit (default HEAD; override with --commit). External-artifact apps (repoType: 'none') pack and upload locally, or upload a pre-built .zip when --artifact is supplied.`,
225
+ description: `Build and deploy an app to live. Behavior depends on the app's repoType in ${AppConfigFileName}: git-backed apps (native/github) deploy a commit (default HEAD; override with --commit). External-artifact apps (repoType: 'none') pack and upload locally, or upload a pre-built .zip when --artifact is supplied.`,
161
226
  options: {
162
227
  app: `The app name to deploy. Defaults to appId in ${AppConfigFileName}.`,
163
228
  commit: 'The commit SHA to deploy (git-backed apps only). Defaults to the commit at HEAD.',
164
229
  artifact: "Path to a local .zip build artifact to upload and deploy. Only valid for apps created with repoType: 'none'; rejected on git-backed apps. Mutually exclusive with --commit.",
230
+ openBrowser: 'Launch the browser to complete the GitHub device-code flow during inline GitHub authentication. Default: do not launch. Has no effect when `--json` is set (JSON mode never launches a browser). Only relevant for GHE-bound apps.',
231
+ forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via Device Code Flow, as if the mapping had expired. Has no effect on apps not bound to an external GitHub repository.',
165
232
  },
166
233
  examples: [
167
234
  `${CLI_BINARY_NAME} app deploy`,
@@ -174,8 +241,24 @@ export const HelpStrings = {
174
241
  description: `Build the app and copy the output to .ms/packed/apps/<appId>/client/ for local inspection.`,
175
242
  examples: [`${CLI_BINARY_NAME} app pack`],
176
243
  },
244
+ play: {
245
+ description: `Open a Microsoft App in the browser. Use --mode live (default) to launch the deployed version, or --mode preview to preview the app at main branch, or the provided commit ID.`,
246
+ options: {
247
+ app: `The app name to play. Defaults to current app in ${AppConfigFileName}.`,
248
+ mode: `Which app to open: 'live' (default — the deployed version) or 'preview'.`,
249
+ commit: `Preview mode only. The commit SHA to open. When omitted, defaults to HEAD on main.`,
250
+ noBrowser: `Print the URL but do not open a browser window.`,
251
+ },
252
+ examples: [
253
+ `${CLI_BINARY_NAME} app play`,
254
+ `${CLI_BINARY_NAME} app play --mode preview`,
255
+ `${CLI_BINARY_NAME} app play --mode preview --commit abc1234`,
256
+ `${CLI_BINARY_NAME} app play --app my-app --no-browser`,
257
+ `${CLI_BINARY_NAME} app play --json`,
258
+ ],
259
+ },
177
260
  dev: {
178
- description: `Run the app locally.`,
261
+ description: `Start local development.`,
179
262
  options: {
180
263
  port: 'Port number for the local config server.',
181
264
  localAppUrl: 'Local URL where the app is running.',
@@ -188,7 +271,7 @@ export const HelpStrings = {
188
271
  ],
189
272
  },
190
273
  refresh: {
191
- description: `Refresh one or all data sources in the current app.`,
274
+ description: `Refresh data sources in an app.`,
192
275
  options: {
193
276
  dataSourceName: 'Name of the specific data source to refresh. Omit to refresh all.',
194
277
  },
@@ -212,7 +295,7 @@ export const HelpStrings = {
212
295
  skipCodegen: 'Skip TypeScript code generation after adding the data source.',
213
296
  },
214
297
  examples: [
215
- `${CLI_BINARY_NAME} app add action --api-id shared_office365`,
298
+ `${CLI_BINARY_NAME} app add connector --api-id shared_office365`,
216
299
  `${CLI_BINARY_NAME} app add table --api-id shared_sql --connection-id <id> --dataset <db> --table <tbl>`,
217
300
  `${CLI_BINARY_NAME} app add procedure --api-id shared_sql --connection-id <id> --dataset <db>`,
218
301
  ],
@@ -244,6 +327,23 @@ export const HelpStrings = {
244
327
  `${CLI_BINARY_NAME} app add table --api-id shared_sharepointonline --skip-codegen`,
245
328
  ],
246
329
  },
330
+ connector: {
331
+ description: 'Add a connector to the app, routing to table or action based on capabilities. Dual-capability connectors (e.g. SharePoint) prompt, or require --as in non-interactive mode.',
332
+ options: {
333
+ apiId: 'Connector API identifier (e.g. shared_office365, shared_sql).',
334
+ connectionId: 'Connection ID to use. If omitted (and a connection is required), you will be prompted to select one.',
335
+ dataset: 'Dataset name (only used when adding as a table). If omitted in table mode, you will be prompted.',
336
+ table: 'Table name (only used when adding as a table). If omitted in table mode, you will be prompted.',
337
+ as: 'Force the dispatch to "table" or "action". Required in non-interactive mode when the connector supports tables.',
338
+ skipCodegen: 'Skip TypeScript code generation after adding the connector.',
339
+ },
340
+ examples: [
341
+ `${CLI_BINARY_NAME} app add connector --api-id shared_office365`,
342
+ `${CLI_BINARY_NAME} app add connector --api-id shared_sql --as table --connection-id <id> --dataset <db> --table <tbl>`,
343
+ `${CLI_BINARY_NAME} app add connector --api-id shared_sharepointonline --as action`,
344
+ `${CLI_BINARY_NAME} app add connector --api-id shared_sql --as table --skip-codegen`,
345
+ ],
346
+ },
247
347
  },
248
348
  remove: {
249
349
  description: `Remove an action, table or procedure from the app.`,
@@ -260,14 +360,14 @@ export const HelpStrings = {
260
360
  ],
261
361
  },
262
362
  'get-settings': {
263
- description: 'Display all app settings and their current values.',
363
+ description: 'View all app settings.',
264
364
  examples: [
265
365
  `${CLI_BINARY_NAME} app get-settings`,
266
366
  `${CLI_BINARY_NAME} app get-settings --json`,
267
367
  ],
268
368
  },
269
369
  'set-setting': {
270
- description: `Update one or more app settings. Changes are written to ${AppConfigFileName} and take effect on the next run or publish.`,
370
+ description: `Update app settings. Changes are written to ${AppConfigFileName} and take effect on the next run or publish.`,
271
371
  options: {
272
372
  'show-header': 'Show or hide the app header bar (true or false).',
273
373
  },
@@ -347,13 +447,15 @@ export const HelpStrings = {
347
447
  },
348
448
  },
349
449
  'Build-app': {
350
- Description: 'Initiate a build for the app.',
450
+ Description: 'Initiate a build for the app. By default waits for the build to reach a terminal state; pass --no-wait to return immediately after submission.',
351
451
  Options: {
352
452
  AppName: 'The app name to build.',
353
453
  CommitSha: 'The commit SHA to build. Defaults to the commit at HEAD.',
454
+ NoWait: 'Return immediately after submitting the build.',
354
455
  },
355
456
  Examples: [
356
457
  `${CLI_BINARY_NAME} app build --app my-app --commit abc1234`,
458
+ `${CLI_BINARY_NAME} app build --app my-app --commit abc1234 --no-wait`,
357
459
  `${CLI_BINARY_NAME} app build --app my-app --commit abc1234 --json`,
358
460
  ],
359
461
  },
@@ -361,11 +463,11 @@ export const HelpStrings = {
361
463
  Description: 'Get the status of an app build operation.',
362
464
  Options: {
363
465
  AppName: 'The app name.',
364
- OperationId: 'The build operation ID returned by app build.',
466
+ CommitSha: 'The commit SHA for which a build was initiated by app build.',
365
467
  },
366
468
  Examples: [
367
- `${CLI_BINARY_NAME} app build-status --app my-app --operation-id <id>`,
368
- `${CLI_BINARY_NAME} app build-status --app my-app --operation-id <id> --json`,
469
+ `${CLI_BINARY_NAME} app build-status --app my-app --commit <sha>`,
470
+ `${CLI_BINARY_NAME} app build-status --app my-app --commit <sha> --json`,
369
471
  ],
370
472
  },
371
473
  'List-connection-references': {
@@ -443,7 +545,7 @@ export const HelpStrings = {
443
545
  refresh: {
444
546
  description: 'Authenticate against a GitHub repository so subsequent app create / deploy / preview / build ' +
445
547
  'commands targeting that repo know your GitHub identity. Runs the GitHub device-code flow via ' +
446
- "the Managed Apps GitHub App; no GitHub token is stored locally.",
548
+ 'the Managed Apps GitHub App; no GitHub token is stored locally.',
447
549
  options: {
448
550
  repo: 'GitHub repository URL (required, must be a ghe.com URL).',
449
551
  openBrowser: 'Launch the browser to complete the GitHub device-code flow. Default: do not launch.',
@@ -1 +1 @@
1
- {"version":3,"file":"HelpStrings.js","sourceRoot":"","sources":["../../src/Constants/HelpStrings.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"HelpStrings.js","sourceRoot":"","sources":["../../src/Constants/HelpStrings.ts"],"names":[],"mappings":"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"}
@@ -18,7 +18,7 @@ export interface MapErrorContext {
18
18
  /**
19
19
  * Map a structured server error code to a CLI-facing {@link AppError}.
20
20
  * Returns `null` for codes the CLI doesn't recognize so callers can fall back
21
- * to generic error handling. Mirrors design §6.2.
21
+ * to generic error handling.
22
22
  */
23
23
  export declare function mapGitHubServerErrorToCliError(payload: ServerErrorPayload, context: MapErrorContext): AppError | null;
24
24
  /**
@@ -27,13 +27,13 @@ export declare function mapGitHubServerErrorToCliError(payload: ServerErrorPaylo
27
27
  * payload + matched code, or `null` if the error is unrelated.
28
28
  *
29
29
  * Matches:
30
- * - `GrsServerError` with `code === 'GitHubMappingMissing' | 'GitHubMappingExpired'`
30
+ * - `GrsServerError` with `code === 'GitHubMappingMissing' | 'GitHubMappingExpired' | 'GitHubMappingStale'`
31
31
  * - A plain `Error` with `.status === 401` whose message is JSON containing
32
32
  * `error.code` of one of the above values (legacy path before catch-and-retry
33
33
  * wires `allowErrorResponse` everywhere).
34
34
  */
35
35
  export declare function matchGitHubAuthError(error: unknown): {
36
- code: 'GitHubMappingMissing' | 'GitHubMappingExpired';
36
+ code: 'GitHubMappingMissing' | 'GitHubMappingExpired' | 'GitHubMappingStale';
37
37
  payload: ServerErrorPayload;
38
38
  } | null;
39
39
  //# sourceMappingURL=GitHubErrorMap.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GitHubErrorMap.d.ts","sourceRoot":"","sources":["../../src/Errors/GitHubErrorMap.ts"],"names":[],"mappings":"AAAA;;GAEG;AAoBH,OAAO,EAAE,KAAK,QAAQ,EAAqE,MAAM,YAAY,CAAC;AAE9G,+EAA+E;AAC/E,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,eAAe;IAC9B,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wGAAwG;IACxG,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;GAIG;AACH,wBAAgB,8BAA8B,CAC5C,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,eAAe,GACvB,QAAQ,GAAG,IAAI,CA8GjB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG;IACpD,IAAI,EAAE,sBAAsB,GAAG,sBAAsB,CAAC;IACtD,OAAO,EAAE,kBAAkB,CAAC;CAC7B,GAAG,IAAI,CAyCP"}
1
+ {"version":3,"file":"GitHubErrorMap.d.ts","sourceRoot":"","sources":["../../src/Errors/GitHubErrorMap.ts"],"names":[],"mappings":"AAAA;;GAEG;AAqBH,OAAO,EACL,KAAK,QAAQ,EAKd,MAAM,YAAY,CAAC;AAEpB,+EAA+E;AAC/E,MAAM,WAAW,kBAAkB;IACjC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,eAAe;IAC9B,oFAAoF;IACpF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,wGAAwG;IACxG,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;;GAIG;AACH,wBAAgB,8BAA8B,CAC5C,OAAO,EAAE,kBAAkB,EAC3B,OAAO,EAAE,eAAe,GACvB,QAAQ,GAAG,IAAI,CA8GjB;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG;IACpD,IAAI,EAAE,sBAAsB,GAAG,sBAAsB,GAAG,oBAAoB,CAAC;IAC7E,OAAO,EAAE,kBAAkB,CAAC;CAC7B,GAAG,IAAI,CAiDP"}