@microsoft/managed-apps-cli 0.9.2 → 0.11.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.
- package/README.md +18 -342
- package/dist/ArgumentProvider.d.ts.map +1 -1
- package/dist/ArgumentProvider.js +8 -1
- package/dist/ArgumentProvider.js.map +1 -1
- package/dist/Authentication/NodeMsalAuthenticationProvider.js +20 -1
- package/dist/Authentication/NodeMsalAuthenticationProvider.js.map +1 -1
- package/dist/Cli.d.ts.map +1 -1
- package/dist/Cli.js +15 -3
- package/dist/Cli.js.map +1 -1
- package/dist/Constants/CommandRegistry.d.ts +1 -2
- package/dist/Constants/CommandRegistry.d.ts.map +1 -1
- package/dist/Constants/CommandRegistry.js +26 -45
- package/dist/Constants/CommandRegistry.js.map +1 -1
- package/dist/Constants/HelpStrings.d.ts +12 -8
- package/dist/Constants/HelpStrings.d.ts.map +1 -1
- package/dist/Constants/HelpStrings.js +98 -80
- package/dist/Constants/HelpStrings.js.map +1 -1
- package/dist/Errors/GitHubErrorMap.d.ts +43 -14
- package/dist/Errors/GitHubErrorMap.d.ts.map +1 -1
- package/dist/Errors/GitHubErrorMap.js +189 -147
- package/dist/Errors/GitHubErrorMap.js.map +1 -1
- package/dist/Logger/CliLogger.d.ts +2 -0
- package/dist/Logger/CliLogger.d.ts.map +1 -1
- package/dist/Logger/CliLogger.js +12 -3
- package/dist/Logger/CliLogger.js.map +1 -1
- package/dist/Logger/ConsoleWriter.d.ts +2 -0
- package/dist/Logger/ConsoleWriter.d.ts.map +1 -1
- package/dist/Logger/ConsoleWriter.js +17 -7
- package/dist/Logger/ConsoleWriter.js.map +1 -1
- package/dist/Types/Argument.types.d.ts +1 -0
- package/dist/Types/Argument.types.d.ts.map +1 -1
- package/dist/Types/Command.types.d.ts +6 -0
- package/dist/Types/Command.types.d.ts.map +1 -1
- package/dist/Types/Command.types.js +8 -0
- package/dist/Types/Command.types.js.map +1 -1
- package/dist/Utils/BuildVerbDescriptionTable.d.ts.map +1 -1
- package/dist/Utils/BuildVerbDescriptionTable.js +6 -2
- package/dist/Utils/BuildVerbDescriptionTable.js.map +1 -1
- package/dist/Utils/ConnectorIds.d.ts +12 -0
- package/dist/Utils/ConnectorIds.d.ts.map +1 -0
- package/dist/Utils/ConnectorIds.js +20 -0
- package/dist/Utils/ConnectorIds.js.map +1 -0
- package/dist/Utils/DcfRecovery.d.ts +7 -7
- package/dist/Utils/DcfRecovery.d.ts.map +1 -1
- package/dist/Utils/DcfRecovery.js +17 -37
- package/dist/Utils/DcfRecovery.js.map +1 -1
- package/dist/Utils/DownloadTemplate.d.ts +45 -0
- package/dist/Utils/DownloadTemplate.d.ts.map +1 -0
- package/dist/Utils/DownloadTemplate.js +161 -0
- package/dist/Utils/DownloadTemplate.js.map +1 -0
- package/dist/Utils/EnvVars.d.ts +1 -1
- package/dist/Utils/EnvVars.d.ts.map +1 -1
- package/dist/Utils/EnvVars.js.map +1 -1
- package/dist/Utils/EnvironmentRoutingUtils.d.ts +20 -1
- package/dist/Utils/EnvironmentRoutingUtils.d.ts.map +1 -1
- package/dist/Utils/EnvironmentRoutingUtils.js +78 -3
- package/dist/Utils/EnvironmentRoutingUtils.js.map +1 -1
- package/dist/Utils/GitErrorClassifier.d.ts +40 -0
- package/dist/Utils/GitErrorClassifier.d.ts.map +1 -0
- package/dist/Utils/GitErrorClassifier.js +120 -0
- package/dist/Utils/GitErrorClassifier.js.map +1 -0
- package/dist/Utils/GitRunner.d.ts +107 -0
- package/dist/Utils/GitRunner.d.ts.map +1 -0
- package/dist/Utils/GitRunner.js +89 -0
- package/dist/Utils/GitRunner.js.map +1 -0
- package/dist/Utils/GitUtils.d.ts +12 -0
- package/dist/Utils/GitUtils.d.ts.map +1 -1
- package/dist/Utils/GitUtils.js +83 -20
- package/dist/Utils/GitUtils.js.map +1 -1
- package/dist/Utils/GitVersionChecker.d.ts +38 -0
- package/dist/Utils/GitVersionChecker.d.ts.map +1 -0
- package/dist/Utils/GitVersionChecker.js +64 -0
- package/dist/Utils/GitVersionChecker.js.map +1 -0
- package/dist/Utils/MaafAppConfig.d.ts +22 -0
- package/dist/Utils/MaafAppConfig.d.ts.map +1 -0
- package/dist/Utils/MaafAppConfig.js +32 -0
- package/dist/Utils/MaafAppConfig.js.map +1 -0
- package/dist/Utils/NodeVersionChecker.d.ts +3 -6
- package/dist/Utils/NodeVersionChecker.d.ts.map +1 -1
- package/dist/Utils/NodeVersionChecker.js +9 -26
- package/dist/Utils/NodeVersionChecker.js.map +1 -1
- package/dist/Utils/Paging.d.ts +6 -0
- package/dist/Utils/Paging.d.ts.map +1 -1
- package/dist/Utils/Paging.js +36 -1
- package/dist/Utils/Paging.js.map +1 -1
- package/dist/Utils/PinCli.d.ts +28 -0
- package/dist/Utils/PinCli.d.ts.map +1 -0
- package/dist/Utils/PinCli.js +58 -0
- package/dist/Utils/PinCli.js.map +1 -0
- package/dist/Utils/RepoDetails.d.ts +29 -0
- package/dist/Utils/RepoDetails.d.ts.map +1 -0
- package/dist/Utils/RepoDetails.js +37 -0
- package/dist/Utils/RepoDetails.js.map +1 -0
- package/dist/Utils/RepoOption.d.ts +35 -0
- package/dist/Utils/RepoOption.d.ts.map +1 -0
- package/dist/Utils/RepoOption.js +36 -0
- package/dist/Utils/RepoOption.js.map +1 -0
- package/dist/Utils/ResolveCommand.d.ts.map +1 -1
- package/dist/Utils/ResolveCommand.js +6 -4
- package/dist/Utils/ResolveCommand.js.map +1 -1
- package/dist/Utils/Spinner.d.ts.map +1 -1
- package/dist/Utils/Spinner.js +3 -0
- package/dist/Utils/Spinner.js.map +1 -1
- package/dist/Verbs/AddAction.js +6 -6
- package/dist/Verbs/AddAction.js.map +1 -1
- package/dist/Verbs/AddConnector.d.ts +6 -4
- package/dist/Verbs/AddConnector.d.ts.map +1 -1
- package/dist/Verbs/AddConnector.js +54 -14
- package/dist/Verbs/AddConnector.js.map +1 -1
- package/dist/Verbs/AddConnectorFlows.d.ts +29 -16
- package/dist/Verbs/AddConnectorFlows.d.ts.map +1 -1
- package/dist/Verbs/AddConnectorFlows.js +73 -25
- package/dist/Verbs/AddConnectorFlows.js.map +1 -1
- package/dist/Verbs/AddDataSource.d.ts +3 -4
- package/dist/Verbs/AddDataSource.d.ts.map +1 -1
- package/dist/Verbs/AddDataSource.js +9 -20
- package/dist/Verbs/AddDataSource.js.map +1 -1
- package/dist/Verbs/AddTable.js +7 -7
- package/dist/Verbs/AddTable.js.map +1 -1
- package/dist/Verbs/AuthStatus.d.ts.map +1 -1
- package/dist/Verbs/AuthStatus.js +7 -4
- package/dist/Verbs/AuthStatus.js.map +1 -1
- package/dist/Verbs/BuildMaafApp.js +1 -1
- package/dist/Verbs/BuildMaafApp.js.map +1 -1
- package/dist/Verbs/ConnectorHelpers.d.ts +5 -4
- package/dist/Verbs/ConnectorHelpers.d.ts.map +1 -1
- package/dist/Verbs/ConnectorHelpers.js +14 -9
- package/dist/Verbs/ConnectorHelpers.js.map +1 -1
- package/dist/Verbs/CreateMaafApp.d.ts +25 -42
- package/dist/Verbs/CreateMaafApp.d.ts.map +1 -1
- package/dist/Verbs/CreateMaafApp.js +346 -268
- package/dist/Verbs/CreateMaafApp.js.map +1 -1
- package/dist/Verbs/DeployMaafApp.d.ts.map +1 -1
- package/dist/Verbs/DeployMaafApp.js +4 -4
- package/dist/Verbs/DeployMaafApp.js.map +1 -1
- package/dist/Verbs/Dev.js +1 -1
- package/dist/Verbs/Dev.js.map +1 -1
- package/dist/Verbs/GetMaafApp.d.ts.map +1 -1
- package/dist/Verbs/GetMaafApp.js +10 -0
- package/dist/Verbs/GetMaafApp.js.map +1 -1
- package/dist/Verbs/GetMaafBuildStatus.d.ts.map +1 -1
- package/dist/Verbs/GetMaafBuildStatus.js +52 -3
- package/dist/Verbs/GetMaafBuildStatus.js.map +1 -1
- package/dist/Verbs/GetSettings.js +1 -1
- package/dist/Verbs/GetSettings.js.map +1 -1
- package/dist/Verbs/Init.d.ts.map +1 -1
- package/dist/Verbs/Init.js +183 -60
- package/dist/Verbs/Init.js.map +1 -1
- package/dist/Verbs/ListConnectorActions.js +12 -9
- package/dist/Verbs/ListConnectorActions.js.map +1 -1
- package/dist/Verbs/ListConnectors.d.ts.map +1 -1
- package/dist/Verbs/ListConnectors.js +3 -2
- package/dist/Verbs/ListConnectors.js.map +1 -1
- package/dist/Verbs/ListMaafApps.js +3 -3
- package/dist/Verbs/ListMaafApps.js.map +1 -1
- package/dist/Verbs/MaafAppPermissions.d.ts.map +1 -1
- package/dist/Verbs/MaafAppPermissions.js +89 -17
- package/dist/Verbs/MaafAppPermissions.js.map +1 -1
- package/dist/Verbs/Pack.d.ts +1 -1
- package/dist/Verbs/RefreshDataSource.js +1 -1
- package/dist/Verbs/RefreshDataSource.js.map +1 -1
- package/dist/Verbs/RefreshGitAuth.d.ts.map +1 -1
- package/dist/Verbs/RefreshGitAuth.js +3 -15
- package/dist/Verbs/RefreshGitAuth.js.map +1 -1
- package/dist/Verbs/{DeleteDataSource.d.ts → RemoveDataSource.d.ts} +2 -2
- package/dist/Verbs/RemoveDataSource.d.ts.map +1 -0
- package/dist/Verbs/RemoveDataSource.js +158 -0
- package/dist/Verbs/RemoveDataSource.js.map +1 -0
- package/dist/Verbs/SetSetting.js +2 -2
- package/dist/Verbs/SetSetting.js.map +1 -1
- package/dist/Verbs/ShareLinkList.js +1 -1
- package/dist/Verbs/ShareLinkList.js.map +1 -1
- package/dist/Verbs/ShowMaafApp.d.ts +6 -0
- package/dist/Verbs/ShowMaafApp.d.ts.map +1 -1
- package/dist/Verbs/ShowMaafApp.js +10 -2
- package/dist/Verbs/ShowMaafApp.js.map +1 -1
- package/dist/Verbs/VerbConstants.d.ts +20 -23
- package/dist/Verbs/VerbConstants.d.ts.map +1 -1
- package/dist/Verbs/VerbConstants.js +20 -23
- package/dist/Verbs/VerbConstants.js.map +1 -1
- package/dist/Verbs/index.d.ts +1 -1
- package/dist/Verbs/index.d.ts.map +1 -1
- package/dist/Verbs/index.js +1 -1
- package/dist/Verbs/index.js.map +1 -1
- package/package.json +11 -9
- package/dist/Verbs/DeleteDataSource.d.ts.map +0 -1
- package/dist/Verbs/DeleteDataSource.js +0 -105
- package/dist/Verbs/DeleteDataSource.js.map +0 -1
|
@@ -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
|
|
8
|
+
programDescription: `CLI for Microsoft managed apps.`,
|
|
9
9
|
cloud: 'Cloud environment to target. Valid values include: public, usgov, usgovhigh, usgovdod, china. Defaults to public.',
|
|
10
10
|
},
|
|
11
11
|
auth: {
|
|
@@ -41,19 +41,19 @@ export const HelpStrings = {
|
|
|
41
41
|
},
|
|
42
42
|
app: {
|
|
43
43
|
create: {
|
|
44
|
-
description: `Create a new
|
|
44
|
+
description: `Create a new managed app and scaffold a Git-enabled project. The target directory ([directory] or the current directory) must be empty in every flow — to bind an existing project to a new app, use 'ms app init' instead. By default, initializes a local git repo against an auto-provisioned platform-managed (GRS) repository and scaffolds the app template into the directory. Pass '--repo <github-url>' to bind to an external GitHub repo instead (the repo is cloned and the template is overlaid on top), or '--repo none' to skip all git scaffolding and just scaffold the template + ms.config.json.`,
|
|
45
45
|
options: {
|
|
46
|
-
environmentId: 'Target environment ID for the new
|
|
47
|
-
displayName: 'Display name for the
|
|
48
|
-
description: 'Optional description for the
|
|
49
|
-
repositoryId: 'Repository ID to associate with the
|
|
50
|
-
template: 'GitHub repository or subpath to scaffold the
|
|
46
|
+
environmentId: 'Target environment ID for the new managed app (optional).',
|
|
47
|
+
displayName: 'Display name for the managed app.',
|
|
48
|
+
description: 'Optional description for the managed app.',
|
|
49
|
+
repositoryId: 'Repository ID to associate with the managed app for source control.',
|
|
50
|
+
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. Applies to all --repo modes (native, --repo <url>, and --repo none).',
|
|
51
51
|
buildPath: 'Path to the build output directory. Defaults to ./dist.',
|
|
52
|
-
buildCommand: 'Full shell command used to build the
|
|
52
|
+
buildCommand: 'Full shell command used to build the app. Defaults to "npm run build".',
|
|
53
53
|
buildEntryPoint: 'Entry point HTML file for the app. Defaults to index.html.',
|
|
54
|
-
repo: "Source-control binding for the new app. Omit to use the default platform-managed (GRS) flow. Pass a repository URL — for example a GitHub Enterprise Cloud tenant URL (e.g. https://myorg.ghe.com/contoso/expense-tracker) or github.com (e.g. https://github.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
|
|
55
|
-
openBrowser: 'Launch the browser to complete the GitHub device
|
|
56
|
-
forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via
|
|
54
|
+
repo: "Source-control binding for the new app. Omit to use the default platform-managed (GRS) flow. Pass a repository URL — for example a GitHub Enterprise Cloud tenant URL (e.g. https://myorg.ghe.com/contoso/expense-tracker) or github.com (e.g. https://github.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 template. The server is the authority on which hosts/schemes are accepted. Pass '--repo none' to skip all git binding: the CLI scaffolds the template and writes ms.config.json into [directory] but does not init a local git repo or bind to a remote. The target directory must be empty in every mode — to bind an existing project to a new app, use 'ms app init' instead. Cannot be combined with --repository-id.",
|
|
55
|
+
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).',
|
|
56
|
+
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.',
|
|
57
57
|
},
|
|
58
58
|
examples: [
|
|
59
59
|
`${CLI_BINARY_NAME} app create --display-name "My App" --repository-id <id>`,
|
|
@@ -64,25 +64,27 @@ export const HelpStrings = {
|
|
|
64
64
|
],
|
|
65
65
|
},
|
|
66
66
|
init: {
|
|
67
|
-
description: `Convert an existing project into a
|
|
67
|
+
description: `Convert an existing project into a managed app.`,
|
|
68
68
|
options: {
|
|
69
|
-
environmentId: 'Target environment ID for the new
|
|
69
|
+
environmentId: 'Target environment ID for the new managed app (optional).',
|
|
70
70
|
cloud: 'Cloud environment to target. Valid values include: public, usgov, usgovhigh, usgovdod, china. Defaults to public.',
|
|
71
|
-
displayName: 'Display name for the
|
|
72
|
-
description: 'Optional description for the
|
|
71
|
+
displayName: 'Display name for the managed app.',
|
|
72
|
+
description: 'Optional description for the managed app.',
|
|
73
73
|
buildPath: 'Path to the build output directory. Defaults to ./dist.',
|
|
74
|
-
buildCommand: 'Full shell command used to build the
|
|
75
|
-
fileEntryPoint: 'Entry point HTML file for the
|
|
76
|
-
appUrl: 'Local development URL for the
|
|
74
|
+
buildCommand: 'Full shell command used to build the app. Defaults to "npm run build".',
|
|
75
|
+
fileEntryPoint: 'Entry point HTML file for the app. Defaults to index.html.',
|
|
76
|
+
appUrl: 'Local development URL for the app. Defaults to http://localhost:3000.',
|
|
77
77
|
buildEntryPoint: 'Entry point HTML file for the app. Defaults to index.html.',
|
|
78
|
-
|
|
79
|
-
openBrowser: 'Launch the browser to complete the GitHub device
|
|
80
|
-
forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via
|
|
78
|
+
repo: "Repository behavior for init. Pass '--repo none' to use BYO build flow (no platform-managed repo). Pass '--repo <repo-url>' to bind to an existing GitHub repo (current directory must already contain the cloned repo). Omit to auto-detect current git setup and prompt in interactive mode.",
|
|
79
|
+
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).',
|
|
80
|
+
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.',
|
|
81
81
|
},
|
|
82
82
|
examples: [
|
|
83
83
|
`${CLI_BINARY_NAME} app init --display-name "My App" --environment-id <id>`,
|
|
84
84
|
`${CLI_BINARY_NAME} app init --display-name "My App" --environment-id <id> --description "A description"`,
|
|
85
85
|
`${CLI_BINARY_NAME} app init --display-name "My App" --environment-id <id> --build-path ./out`,
|
|
86
|
+
`${CLI_BINARY_NAME} app init --display-name "My App" --repo none`,
|
|
87
|
+
`${CLI_BINARY_NAME} app init --display-name "My App" --repo https://myorg.ghe.com/contoso/expense-tracker`,
|
|
86
88
|
],
|
|
87
89
|
},
|
|
88
90
|
list: {
|
|
@@ -115,7 +117,7 @@ export const HelpStrings = {
|
|
|
115
117
|
delete: {
|
|
116
118
|
description: 'Delete an app. Soft-deletes the app and cleans up related metadata.',
|
|
117
119
|
options: {
|
|
118
|
-
app: `The app name to delete. Defaults to
|
|
120
|
+
app: `The app name to delete. Defaults to the current app in ${AppConfigFileName}.`,
|
|
119
121
|
environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}. Useful for deleting an app from outside its scaffolded directory.`,
|
|
120
122
|
force: 'Skip the confirmation prompt.',
|
|
121
123
|
},
|
|
@@ -127,9 +129,9 @@ export const HelpStrings = {
|
|
|
127
129
|
],
|
|
128
130
|
},
|
|
129
131
|
share: {
|
|
130
|
-
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
|
|
132
|
+
description: 'Share an app with users or groups. Provide one or more users or groups as a comma-separated list of email addresses or Entra (AAD) object IDs. 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 users or groups, use `ms app share link create` (run `ms app share link --help` for the full link surface).',
|
|
131
133
|
options: {
|
|
132
|
-
app: `The app name to share. Defaults to
|
|
134
|
+
app: `The app name to share. Defaults to the current app in ${AppConfigFileName}.`,
|
|
133
135
|
access: 'Access level to grant: "play" (default — run the app) or "edit" (modify the app).',
|
|
134
136
|
},
|
|
135
137
|
examples: [
|
|
@@ -141,9 +143,9 @@ export const HelpStrings = {
|
|
|
141
143
|
],
|
|
142
144
|
},
|
|
143
145
|
unshare: {
|
|
144
|
-
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.',
|
|
146
|
+
description: 'Unshare an app from users or groups. Provide one or more users or groups as a comma-separated list of email addresses or Entra (AAD) object IDs. 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
147
|
options: {
|
|
146
|
-
app: `The app name to unshare. Defaults to
|
|
148
|
+
app: `The app name to unshare. Defaults to the current app in ${AppConfigFileName}.`,
|
|
147
149
|
access: 'Access level to revoke: "play" (default — app access) or "edit" (repository access).',
|
|
148
150
|
},
|
|
149
151
|
examples: [
|
|
@@ -154,11 +156,11 @@ export const HelpStrings = {
|
|
|
154
156
|
],
|
|
155
157
|
},
|
|
156
158
|
shareLink: {
|
|
157
|
-
description: 'Manage tenant-wide share links for a
|
|
159
|
+
description: 'Manage tenant-wide share links for a managed 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.',
|
|
158
160
|
create: {
|
|
159
|
-
description: `Create a share link for a
|
|
161
|
+
description: `Create a share link for a managed 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.`,
|
|
160
162
|
options: {
|
|
161
|
-
app: `The app name to share. Defaults to
|
|
163
|
+
app: `The app name to share. Defaults to the current app in ${AppConfigFileName}.`,
|
|
162
164
|
environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}.`,
|
|
163
165
|
},
|
|
164
166
|
examples: [
|
|
@@ -168,9 +170,9 @@ export const HelpStrings = {
|
|
|
168
170
|
],
|
|
169
171
|
},
|
|
170
172
|
list: {
|
|
171
|
-
description: 'List all share links currently issued for a
|
|
173
|
+
description: 'List all share links currently issued for a managed app.',
|
|
172
174
|
options: {
|
|
173
|
-
app: `The app name. Defaults to
|
|
175
|
+
app: `The app name. Defaults to the current app in ${AppConfigFileName}.`,
|
|
174
176
|
environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}.`,
|
|
175
177
|
},
|
|
176
178
|
examples: [
|
|
@@ -182,7 +184,7 @@ export const HelpStrings = {
|
|
|
182
184
|
revoke: {
|
|
183
185
|
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.',
|
|
184
186
|
options: {
|
|
185
|
-
app: `The app name. Defaults to
|
|
187
|
+
app: `The app name. Defaults to the current app in ${AppConfigFileName}.`,
|
|
186
188
|
environmentId: `Override the environment ID. Defaults to environmentId in ${AppConfigFileName}.`,
|
|
187
189
|
linkId: 'The share link ID (4-char lowercase hex) returned at creation time.',
|
|
188
190
|
force: 'Skip the confirmation prompt.',
|
|
@@ -198,10 +200,10 @@ export const HelpStrings = {
|
|
|
198
200
|
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.',
|
|
199
201
|
options: {
|
|
200
202
|
appName: 'The app name to build.',
|
|
201
|
-
commitSha: 'The commit
|
|
202
|
-
openBrowser: 'Launch the browser to complete the GitHub device
|
|
203
|
+
commitSha: 'The commit ID to build from.',
|
|
204
|
+
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 apps bound to an external GitHub repository.',
|
|
203
205
|
noWait: 'Return immediately after submitting the build and print a build-status hint.',
|
|
204
|
-
forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via
|
|
206
|
+
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.',
|
|
205
207
|
},
|
|
206
208
|
examples: [
|
|
207
209
|
`${CLI_BINARY_NAME} app build --app my-app --commit abc1234`,
|
|
@@ -213,21 +215,23 @@ export const HelpStrings = {
|
|
|
213
215
|
description: 'Check the status of a build.',
|
|
214
216
|
options: {
|
|
215
217
|
appName: 'The app name.',
|
|
216
|
-
commitSha: 'The commit
|
|
218
|
+
commitSha: 'The commit ID for which a build was initiated by app build.',
|
|
219
|
+
showLog: 'Fetch and print the build log when available.',
|
|
217
220
|
},
|
|
218
221
|
examples: [
|
|
219
222
|
`${CLI_BINARY_NAME} app build-status --app my-app --commit <sha>`,
|
|
223
|
+
`${CLI_BINARY_NAME} app build-status --app my-app --commit <sha> --show-log`,
|
|
220
224
|
`${CLI_BINARY_NAME} app build-status --app my-app --commit <sha> --json`,
|
|
221
225
|
],
|
|
222
226
|
},
|
|
223
227
|
deploy: {
|
|
224
228
|
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.`,
|
|
225
229
|
options: {
|
|
226
|
-
app: `The app name to deploy. Defaults to
|
|
227
|
-
commit: 'The commit
|
|
230
|
+
app: `The app name to deploy. Defaults to the current app in ${AppConfigFileName}.`,
|
|
231
|
+
commit: 'The commit ID to deploy (git-backed apps only). Defaults to the commit at HEAD.',
|
|
228
232
|
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.",
|
|
229
|
-
openBrowser: 'Launch the browser to complete the GitHub device
|
|
230
|
-
forceReauth: 'Bypass the stored GitHub authentication mapping and force re-authentication via
|
|
233
|
+
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 apps bound to an external GitHub repository.',
|
|
234
|
+
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.',
|
|
231
235
|
},
|
|
232
236
|
examples: [
|
|
233
237
|
`${CLI_BINARY_NAME} app deploy`,
|
|
@@ -241,11 +245,11 @@ export const HelpStrings = {
|
|
|
241
245
|
examples: [`${CLI_BINARY_NAME} app pack`],
|
|
242
246
|
},
|
|
243
247
|
play: {
|
|
244
|
-
description: `Open a
|
|
248
|
+
description: `Open a managed app in the browser. Use --mode live (default) to launch the deployed version, or --mode preview to preview the app on the main branch, or the provided commit ID.`,
|
|
245
249
|
options: {
|
|
246
|
-
app: `The app name to play. Defaults to current app in ${AppConfigFileName}.`,
|
|
250
|
+
app: `The app name to play. Defaults to the current app in ${AppConfigFileName}.`,
|
|
247
251
|
mode: `Which app to open: 'live' (default — the deployed version) or 'preview'.`,
|
|
248
|
-
commit: `Preview mode only. The commit
|
|
252
|
+
commit: `Preview mode only. The commit ID to open. When omitted, defaults to HEAD on main.`,
|
|
249
253
|
noBrowser: `Print the URL but do not open a browser window.`,
|
|
250
254
|
},
|
|
251
255
|
examples: [
|
|
@@ -283,79 +287,92 @@ export const HelpStrings = {
|
|
|
283
287
|
add: {
|
|
284
288
|
description: `Add a data source to the current app.`,
|
|
285
289
|
options: {
|
|
286
|
-
|
|
290
|
+
connector: 'Connector identifier.',
|
|
287
291
|
connectionId: 'Connection identifier.',
|
|
288
292
|
connectionRef: 'Connection reference name.',
|
|
289
293
|
resourceName: 'Table or resource name.',
|
|
290
294
|
dataset: 'Dataset identifier.',
|
|
291
|
-
orgUrl: 'Organization URL.',
|
|
292
295
|
sqlStoredProcedure: 'SQL stored procedure name.',
|
|
293
296
|
solutionId: 'Solution identifier.',
|
|
294
297
|
skipCodegen: 'Skip TypeScript code generation after adding the data source.',
|
|
295
298
|
},
|
|
296
299
|
examples: [
|
|
297
|
-
`${CLI_BINARY_NAME} app add
|
|
298
|
-
`${CLI_BINARY_NAME} app add table --
|
|
299
|
-
`${CLI_BINARY_NAME} app add procedure --
|
|
300
|
+
`${CLI_BINARY_NAME} app add data-source --connector shared_office365`,
|
|
301
|
+
`${CLI_BINARY_NAME} app add table --connector shared_sql --connection-id <id> --dataset <db> --table <tbl>`,
|
|
302
|
+
`${CLI_BINARY_NAME} app add procedure --connector shared_sql --connection-id <id> --dataset <db>`,
|
|
300
303
|
],
|
|
301
304
|
action: {
|
|
302
305
|
description: 'Add a connector to the app as an action data source.',
|
|
303
306
|
options: {
|
|
304
|
-
|
|
307
|
+
connector: 'Connector identifier (e.g. shared_office365).',
|
|
305
308
|
connectionId: 'Connection identifier. Required for connectors with multi-auth or allowSharing; prompted interactively when omitted.',
|
|
306
309
|
skipCodegen: 'Skip TypeScript code generation after adding the connector.',
|
|
307
310
|
},
|
|
308
311
|
examples: [
|
|
309
|
-
`${CLI_BINARY_NAME} app add action --
|
|
310
|
-
`${CLI_BINARY_NAME} app add action --
|
|
311
|
-
`${CLI_BINARY_NAME} app add action --
|
|
312
|
+
`${CLI_BINARY_NAME} app add action --connector shared_office365`,
|
|
313
|
+
`${CLI_BINARY_NAME} app add action --connector shared_sql --connection-id <id>`,
|
|
314
|
+
`${CLI_BINARY_NAME} app add action --connector shared_office365 --skip-codegen`,
|
|
312
315
|
],
|
|
313
316
|
},
|
|
314
317
|
table: {
|
|
315
318
|
description: 'Add a connector table to the app as a tabular data source.',
|
|
316
319
|
options: {
|
|
317
|
-
|
|
320
|
+
connector: 'Connector identifier (e.g. shared_sql, shared_sharepointonline).',
|
|
318
321
|
connectionId: 'Connection ID to use. If omitted, you will be prompted to select one.',
|
|
319
322
|
dataset: 'Dataset name (e.g. a SQL server/database or SharePoint site URL). If omitted, you will be prompted.',
|
|
320
323
|
table: 'Table name. If omitted, you will be prompted to select one.',
|
|
321
324
|
skipCodegen: 'Skip TypeScript model service generation after adding the table.',
|
|
322
325
|
},
|
|
323
326
|
examples: [
|
|
324
|
-
`${CLI_BINARY_NAME} app add table --
|
|
325
|
-
`${CLI_BINARY_NAME} app add table --
|
|
326
|
-
`${CLI_BINARY_NAME} app add table --
|
|
327
|
+
`${CLI_BINARY_NAME} app add table --connector shared_sql`,
|
|
328
|
+
`${CLI_BINARY_NAME} app add table --connector shared_sql --connection-id <id> --dataset <db> --table <tbl>`,
|
|
329
|
+
`${CLI_BINARY_NAME} app add table --connector shared_sharepointonline --skip-codegen`,
|
|
327
330
|
],
|
|
328
331
|
},
|
|
329
332
|
connector: {
|
|
330
|
-
description: 'Add a
|
|
333
|
+
description: 'Add a data source (a connector table or action) to the app.',
|
|
331
334
|
options: {
|
|
332
|
-
|
|
335
|
+
connector: 'Connector identifier (e.g. shared_office365, shared_sql).',
|
|
333
336
|
connectionId: 'Connection ID to use. If omitted (and a connection is required), you will be prompted to select one.',
|
|
334
337
|
dataset: 'Dataset name (only used when adding as a table). If omitted in table mode, you will be prompted.',
|
|
335
|
-
table: 'Table name
|
|
338
|
+
table: 'Table name. In table mode this is the table name within the dataset. With --connector shared_commondataserviceforapps it is the Dataverse table logical name (e.g. account). If omitted, you will be prompted.',
|
|
336
339
|
as: 'Force the dispatch to "table" or "action". Required in non-interactive mode when the connector supports tables.',
|
|
337
|
-
|
|
340
|
+
dataverseEnvironmentId: 'Dataverse environment ID (GUID). Only used with --connector shared_commondataserviceforapps to bind to a specific table.',
|
|
341
|
+
skipCodegen: 'Skip TypeScript code generation after adding the data source.',
|
|
338
342
|
},
|
|
339
343
|
examples: [
|
|
340
|
-
`${CLI_BINARY_NAME} app add
|
|
341
|
-
`${CLI_BINARY_NAME} app add
|
|
342
|
-
`${CLI_BINARY_NAME} app add
|
|
343
|
-
`${CLI_BINARY_NAME} app add
|
|
344
|
+
`${CLI_BINARY_NAME} app add data-source --connector shared_office365`,
|
|
345
|
+
`${CLI_BINARY_NAME} app add data-source --connector shared_sql --as table --connection-id <id> --dataset <db> --table <tbl>`,
|
|
346
|
+
`${CLI_BINARY_NAME} app add data-source --connector shared_sharepointonline --as action`,
|
|
347
|
+
`${CLI_BINARY_NAME} app add data-source --connector shared_sql --as table --skip-codegen`,
|
|
348
|
+
`${CLI_BINARY_NAME} app add data-source --connector shared_commondataserviceforapps --as action --connection-id <id> --dataverse-environment-id <env-guid> --table account`,
|
|
349
|
+
],
|
|
350
|
+
deprecation: `(deprecated) '${CLI_BINARY_NAME} app add connector' is deprecated. Use '${CLI_BINARY_NAME} app add data-source' instead.`,
|
|
351
|
+
deprecatedExamples: [
|
|
352
|
+
`${CLI_BINARY_NAME} app add connector --connector shared_office365`,
|
|
353
|
+
`${CLI_BINARY_NAME} app add connector --connector shared_sql --as table --connection-id <id> --dataset <db> --table <tbl>`,
|
|
354
|
+
`${CLI_BINARY_NAME} app add connector --connector shared_sharepointonline --as action`,
|
|
355
|
+
`${CLI_BINARY_NAME} app add connector --connector shared_sql --as table --skip-codegen`,
|
|
356
|
+
`${CLI_BINARY_NAME} app add connector --connector shared_commondataserviceforapps --as action --connection-id <id> --dataverse-environment-id <env-guid> --table account`,
|
|
344
357
|
],
|
|
345
358
|
},
|
|
346
359
|
},
|
|
347
360
|
remove: {
|
|
348
|
-
description: `Remove
|
|
361
|
+
description: `Remove a data source (table or action) from the app.`,
|
|
349
362
|
options: {
|
|
350
|
-
|
|
351
|
-
dataSourceName: 'Data source or table name to remove.',
|
|
352
|
-
sqlStoredProcedure: 'SQL stored procedure name to remove.',
|
|
363
|
+
dataSourceName: 'Name of the data source to remove.',
|
|
353
364
|
force: 'Skip confirmation prompt.',
|
|
354
365
|
},
|
|
355
366
|
examples: [
|
|
356
|
-
`${CLI_BINARY_NAME} app remove
|
|
357
|
-
`${CLI_BINARY_NAME} app remove
|
|
358
|
-
`${CLI_BINARY_NAME} app remove
|
|
367
|
+
`${CLI_BINARY_NAME} app remove data-source`,
|
|
368
|
+
`${CLI_BINARY_NAME} app remove data-source --name documents`,
|
|
369
|
+
`${CLI_BINARY_NAME} app remove data-source --name orders --force`,
|
|
370
|
+
],
|
|
371
|
+
deprecation: `(deprecated) '${CLI_BINARY_NAME} app remove connector' is deprecated. Use '${CLI_BINARY_NAME} app remove data-source' instead.`,
|
|
372
|
+
deprecatedExamples: [
|
|
373
|
+
`${CLI_BINARY_NAME} app remove connector`,
|
|
374
|
+
`${CLI_BINARY_NAME} app remove connector --name documents`,
|
|
375
|
+
`${CLI_BINARY_NAME} app remove connector --name orders --force`,
|
|
359
376
|
],
|
|
360
377
|
},
|
|
361
378
|
'get-settings': {
|
|
@@ -376,8 +393,9 @@ export const HelpStrings = {
|
|
|
376
393
|
connector: {
|
|
377
394
|
list: {
|
|
378
395
|
description: 'List connectors available in the environment.',
|
|
396
|
+
hint: 'When adding a connector, use the value in the "Connector" column (e.g. shared_office365), not the display name. Adding a connector by display name is not supported.',
|
|
379
397
|
options: {
|
|
380
|
-
environmentId: '
|
|
398
|
+
environmentId: 'Environment ID (optional).',
|
|
381
399
|
search: 'Filter connectors by display name or connector ID (case-insensitive).',
|
|
382
400
|
},
|
|
383
401
|
examples: [
|
|
@@ -388,11 +406,11 @@ export const HelpStrings = {
|
|
|
388
406
|
],
|
|
389
407
|
},
|
|
390
408
|
'list-actions': {
|
|
391
|
-
description: 'List actions available on a connector with their
|
|
409
|
+
description: 'List actions available on a connector with their policy behavior.',
|
|
392
410
|
options: {
|
|
393
|
-
connector: 'Connector
|
|
394
|
-
environmentId: '
|
|
395
|
-
search: 'Filter actions by
|
|
411
|
+
connector: 'Connector identifier (e.g. shared_office365).',
|
|
412
|
+
environmentId: 'Environment ID (optional).',
|
|
413
|
+
search: 'Filter actions by summary or action ID (case-insensitive).',
|
|
396
414
|
},
|
|
397
415
|
examples: [
|
|
398
416
|
`${CLI_BINARY_NAME} connector list-actions --connector shared_office365`,
|
|
@@ -453,7 +471,7 @@ export const HelpStrings = {
|
|
|
453
471
|
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.',
|
|
454
472
|
Options: {
|
|
455
473
|
AppName: 'The app name to build.',
|
|
456
|
-
CommitSha: 'The commit
|
|
474
|
+
CommitSha: 'The commit ID to build. Defaults to the commit at HEAD.',
|
|
457
475
|
NoWait: 'Return immediately after submitting the build.',
|
|
458
476
|
},
|
|
459
477
|
Examples: [
|
|
@@ -466,7 +484,7 @@ export const HelpStrings = {
|
|
|
466
484
|
Description: 'Get the status of an app build operation.',
|
|
467
485
|
Options: {
|
|
468
486
|
AppName: 'The app name.',
|
|
469
|
-
CommitSha: 'The commit
|
|
487
|
+
CommitSha: 'The commit ID for which a build was initiated by app build.',
|
|
470
488
|
},
|
|
471
489
|
Examples: [
|
|
472
490
|
`${CLI_BINARY_NAME} app build-status --app my-app --commit <sha>`,
|
|
@@ -547,11 +565,11 @@ export const HelpStrings = {
|
|
|
547
565
|
auth: {
|
|
548
566
|
refresh: {
|
|
549
567
|
description: 'Authenticate against a GitHub repository so subsequent app create / deploy / preview / build ' +
|
|
550
|
-
'commands targeting that repo know your GitHub identity. Runs the GitHub device
|
|
568
|
+
'commands targeting that repo know your GitHub identity. Runs the GitHub device code flow via ' +
|
|
551
569
|
'the Managed Apps GitHub App; no GitHub token is stored locally.',
|
|
552
570
|
options: {
|
|
553
571
|
repo: 'GitHub repository URL (e.g. https://contoso.ghe.com/contoso/my-app or https://github.com/contoso/my-app). The Managed Apps GitHub App is the only supported provider; the server enforces which hosts/tenants are accepted.',
|
|
554
|
-
openBrowser: 'Launch the browser to complete the GitHub device
|
|
572
|
+
openBrowser: 'Launch the browser to complete the GitHub device code flow. Default: do not launch.',
|
|
555
573
|
},
|
|
556
574
|
examples: [
|
|
557
575
|
`${CLI_BINARY_NAME} git auth refresh --repo https://contoso.ghe.com/contoso/my-app`,
|
|
@@ -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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"}
|
|
@@ -1,7 +1,15 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
* Copyright (C) Microsoft Corporation. All rights reserved.
|
|
3
3
|
*/
|
|
4
|
-
import {
|
|
4
|
+
import { AppError } from './CliError.js';
|
|
5
|
+
/**
|
|
6
|
+
* Server error codes that signal a recoverable GitHub mapping problem the
|
|
7
|
+
* CLI can resolve in-process via the Device Code Flow (DCF) auto-recovery
|
|
8
|
+
* path. {@link matchGitHubAuthError} uses this tuple to gate dispatch into
|
|
9
|
+
* the verb's catch-and-retry flow.
|
|
10
|
+
*/
|
|
11
|
+
declare const RECOVERABLE_MAPPING_CODES: readonly ["GitHubMappingMissing", "GitHubMappingExpired", "GitHubMappingStale"];
|
|
12
|
+
type RecoverableMappingCode = (typeof RECOVERABLE_MAPPING_CODES)[number];
|
|
5
13
|
/** Server error envelope (subset of GrsServerError) accepted by the mapper. */
|
|
6
14
|
export interface ServerErrorPayload {
|
|
7
15
|
code?: string;
|
|
@@ -9,31 +17,52 @@ export interface ServerErrorPayload {
|
|
|
9
17
|
status: number;
|
|
10
18
|
details?: Record<string, unknown>;
|
|
11
19
|
}
|
|
12
|
-
export interface MapErrorContext {
|
|
13
|
-
/** Optional repository URL — used to interpolate `{owner}/{repo}` into messages. */
|
|
14
|
-
repoUrl?: string;
|
|
15
|
-
/** The CLI verb that triggered the error (e.g. `'git auth refresh'`). Reserved for future telemetry. */
|
|
16
|
-
verb: string;
|
|
17
|
-
}
|
|
18
20
|
/**
|
|
19
|
-
* Map a structured server error
|
|
21
|
+
* Map a structured server error payload to a CLI-facing {@link AppError}.
|
|
22
|
+
* The AppError subclass selects the CLI exit code; the message is the
|
|
23
|
+
* server-supplied `payload.message` passed through verbatim (server is the
|
|
24
|
+
* source of truth for user-facing wording on these codes).
|
|
25
|
+
*
|
|
20
26
|
* Returns `null` for codes the CLI doesn't recognize so callers can fall back
|
|
21
27
|
* to generic error handling.
|
|
22
28
|
*/
|
|
23
|
-
export declare function mapGitHubServerErrorToCliError(payload: ServerErrorPayload
|
|
29
|
+
export declare function mapGitHubServerErrorToCliError(payload: ServerErrorPayload): AppError | null;
|
|
30
|
+
/**
|
|
31
|
+
* Inspect an arbitrary thrown value and, if it carries a recognized GRS
|
|
32
|
+
* envelope, return the mapped {@link AppError}. Returns `null` otherwise.
|
|
33
|
+
*
|
|
34
|
+
* Accepts:
|
|
35
|
+
* - {@link GrsServerError} — direct field access.
|
|
36
|
+
* - {@link HttpClientError} — parse `body` as JSON for `error.code|message`.
|
|
37
|
+
* - Plain {@link Error} whose `.message` embeds `{"error":{...}}` (legacy
|
|
38
|
+
* pre-`allowErrorResponse` path).
|
|
39
|
+
*
|
|
40
|
+
* Intended for the top-level CLI catch so all verbs get envelope handling for
|
|
41
|
+
* free without each having to special-case GrsServerError.
|
|
42
|
+
*/
|
|
43
|
+
export declare function formatServerError(error: unknown): AppError | null;
|
|
24
44
|
/**
|
|
25
45
|
* Inspect an unknown error and decide whether the CLI should run the DCF
|
|
26
46
|
* recovery flow (i.e. the verb's catch-and-retry path). Returns the parsed
|
|
27
47
|
* payload + matched code, or `null` if the error is unrelated.
|
|
28
48
|
*
|
|
29
49
|
* Matches:
|
|
30
|
-
* - `GrsServerError` with `code
|
|
31
|
-
*
|
|
32
|
-
*
|
|
33
|
-
*
|
|
50
|
+
* - `GrsServerError` with `code` in {@link RECOVERABLE_MAPPING_CODES}
|
|
51
|
+
* (status accepted as-is from the typed envelope).
|
|
52
|
+
* - Any other shape recognized by {@link extractServerErrorPayload}
|
|
53
|
+
* (`HttpClientError`, or a plain `Error` whose message embeds the JSON
|
|
54
|
+
* envelope) with a recoverable code AND HTTP status 401.
|
|
55
|
+
*
|
|
56
|
+
* Intentionally narrower than {@link extractServerErrorPayload}: that helper
|
|
57
|
+
* recovers any recognized envelope for generic error formatting, whereas this
|
|
58
|
+
* function exists solely to dispatch DCF auto-recovery and therefore gates on
|
|
59
|
+
* (a) the specific recoverable codes and (b) for legacy / untyped shapes,
|
|
60
|
+
* HTTP 401 only. A 401 with a non-recoverable code, or a recoverable code at
|
|
61
|
+
* a different status, must not trigger the recovery flow.
|
|
34
62
|
*/
|
|
35
63
|
export declare function matchGitHubAuthError(error: unknown): {
|
|
36
|
-
code:
|
|
64
|
+
code: RecoverableMappingCode;
|
|
37
65
|
payload: ServerErrorPayload;
|
|
38
66
|
} | null;
|
|
67
|
+
export {};
|
|
39
68
|
//# sourceMappingURL=GitHubErrorMap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"GitHubErrorMap.d.ts","sourceRoot":"","sources":["../../src/Errors/GitHubErrorMap.ts"],"names":[],"mappings":"AAAA;;GAEG;
|
|
1
|
+
{"version":3,"file":"GitHubErrorMap.d.ts","sourceRoot":"","sources":["../../src/Errors/GitHubErrorMap.ts"],"names":[],"mappings":"AAAA;;GAEG;AAqCH,OAAO,EACL,QAAQ,EAKT,MAAM,YAAY,CAAC;AAEpB;;;;;GAKG;AACH,QAAA,MAAM,yBAAyB,iFAIrB,CAAC;AAEX,KAAK,sBAAsB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,CAAC,CAAC;AAQzE,+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;;;;;;;;GAQG;AACH,wBAAgB,8BAA8B,CAAC,OAAO,EAAE,kBAAkB,GAAG,QAAQ,GAAG,IAAI,CA4C3F;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,QAAQ,GAAG,IAAI,CAajE;AAED;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,OAAO,GAAG;IACpD,IAAI,EAAE,sBAAsB,CAAC;IAC7B,OAAO,EAAE,kBAAkB,CAAC;CAC7B,GAAG,IAAI,CAgBP"}
|