From dc50b0b1e1519bbe2bf7887e8e435b42e0ca134f Mon Sep 17 00:00:00 2001 From: Preston Hales Date: Mon, 29 Apr 2024 14:44:07 -0600 Subject: [PATCH 1/2] Add ability to use --extract on a single script export --- src/cli/script/script-export.ts | 5 +- src/ops/ConfigOps.ts | 6 +- src/ops/ScriptOps.ts | 5 +- .../__snapshots__/script-export.test.js.snap | 3 +- .../script-export.e2e.test.js.snap | 42 ++++++----- test/e2e/mocks/github_584874290/recording.har | 26 +++---- test/e2e/mocks/npmjs_1455397529/recording.har | 32 ++++---- .../am_1076162899/recording.har | 74 +++++++++++-------- .../oauth2_393036114/recording.har | 24 +++--- .../openidm_3290118515/recording.har | 22 +++--- test/e2e/script-export.e2e.test.js | 6 +- 11 files changed, 135 insertions(+), 110 deletions(-) rename test/e2e/mocks/script_540962730/export_4211608755/{0_Nn_D_154757799 => 0_Nxn_D_2054426259}/am_1076162899/recording.har (86%) rename test/e2e/mocks/script_540962730/export_4211608755/{0_Nn_D_154757799 => 0_Nxn_D_2054426259}/oauth2_393036114/recording.har (86%) rename test/e2e/mocks/script_540962730/export_4211608755/{0_Nn_D_154757799 => 0_Nxn_D_2054426259}/openidm_3290118515/recording.har (90%) diff --git a/src/cli/script/script-export.ts b/src/cli/script/script-export.ts index f758a637f..f8c251ea2 100644 --- a/src/cli/script/script-export.ts +++ b/src/cli/script/script-export.ts @@ -54,7 +54,7 @@ program .addOption( new Option( '-x, --extract', - 'Extract the script from the exported file, and save it to a separate file. Ignored with -n or -a.' + 'Extract the script from the exported file, and save it to a separate file. Ignored with -a.' ) ) .addOption( @@ -80,7 +80,8 @@ program const outcome = await exportScriptByNameToFile( options.scriptName || options.script, options.file, - options.metadata + options.metadata, + options.extract ); if (!outcome) process.exitCode = 1; } diff --git a/src/ops/ConfigOps.ts b/src/ops/ConfigOps.ts index cd3712119..c79eab153 100644 --- a/src/ops/ConfigOps.ts +++ b/src/ops/ConfigOps.ts @@ -12,7 +12,11 @@ import { getFullExportConfig, getFullExportConfigFromDirectory, } from '../utils/Config'; -import { cleanupProgressIndicators, printError, printMessage } from '../utils/Console'; +import { + cleanupProgressIndicators, + printError, + printMessage, +} from '../utils/Console'; import { extractScriptToFile } from './ScriptOps'; const { diff --git a/src/ops/ScriptOps.ts b/src/ops/ScriptOps.ts index 7f2d0b1cb..0ba558e9a 100644 --- a/src/ops/ScriptOps.ts +++ b/src/ops/ScriptOps.ts @@ -200,12 +200,14 @@ export async function exportScriptToFile( * @param {string} name script name * @param {string} file file name * @param {boolean} includeMeta true to include metadata, false otherwise. Default: true + * @param {boolean} extract Extracts the scripts from the exports into separate files if true * @returns {Promise} true if successful, false otherwise */ export async function exportScriptByNameToFile( name: string, file: string, - includeMeta: boolean = true + includeMeta: boolean = true, + extract: boolean = false ): Promise { debugMessage(`Cli.ScriptOps.exportScriptByNameToFile: start`); try { @@ -217,6 +219,7 @@ export async function exportScriptByNameToFile( const filePath = getFilePath(fileName, true); spinSpinner(`Exporting script '${name}' to '${filePath}'...`); const scriptExport = await exportScriptByName(name); + if (extract) extractScriptToFile(scriptExport); saveJsonToFile(scriptExport, filePath, includeMeta); succeedSpinner(`Exported script '${name}' to '${filePath}'.`); debugMessage(`Cli.ScriptOps.exportScriptByNameToFile: end`); diff --git a/test/client_cli/en/__snapshots__/script-export.test.js.snap b/test/client_cli/en/__snapshots__/script-export.test.js.snap index b80049b30..55a07dbb0 100644 --- a/test/client_cli/en/__snapshots__/script-export.test.js.snap +++ b/test/client_cli/en/__snapshots__/script-export.test.js.snap @@ -69,8 +69,7 @@ Options: specified, may or may not produce additional output. -x, --extract Extract the script from the exported file, and - save it to a separate file. Ignored with -n or - -a. + save it to a separate file. Ignored with -a. Evironment Variables: FRODO_HOST: Access Management base URL. Overrides 'host' argument. diff --git a/test/e2e/__snapshots__/script-export.e2e.test.js.snap b/test/e2e/__snapshots__/script-export.e2e.test.js.snap index 4d82ba7ce..03150d2bf 100644 --- a/test/e2e/__snapshots__/script-export.e2e.test.js.snap +++ b/test/e2e/__snapshots__/script-export.e2e.test.js.snap @@ -16144,9 +16144,28 @@ exports[`frodo script export "frodo script export -NaD scriptExportTestDir2": sh } `; -exports[`frodo script export "frodo script export -Nn 'GitHub Profile Normalization' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1 1`] = `""`; +exports[`frodo script export "frodo script export -Nxn 'GitHub Profile Normalization' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1 1`] = `""`; -exports[`frodo script export "frodo script export -Nn 'GitHub Profile Normalization' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1: scriptExportTestDir1/GitHub-Profile-Normalization.script.json 1`] = ` +exports[`frodo script export "frodo script export -Nxn 'GitHub Profile Normalization' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1: scriptExportTestDir1/GitHub-Profile-Normalization.script.groovy 1`] = ` +"/* + * Copyright 2022 ForgeRock AS. All Rights Reserved + * + * Use of this code requires a commercial software license with ForgeRock AS. + * or with one of its affiliates. All use shall be exclusively subject + * to such license between the licensee and ForgeRock AS. + */ + +import static org.forgerock.json.JsonValue.field +import static org.forgerock.json.JsonValue.json +import static org.forgerock.json.JsonValue.object + +return json(object( + field("id", rawProfile.id), + field("displayName", rawProfile.name), + field("username", rawProfile.login)))" +`; + +exports[`frodo script export "frodo script export -Nxn 'GitHub Profile Normalization' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1: scriptExportTestDir1/GitHub-Profile-Normalization.script.json 1`] = ` { "script": { "a7a78773-445b-4eca-bb93-409e86bced81": { @@ -16161,24 +16180,7 @@ exports[`frodo script export "frodo script export -Nn 'GitHub Profile Normalizat "lastModifiedBy": "null", "lastModifiedDate": 0, "name": "GitHub Profile Normalization", - "script": [ - "/*", - " * Copyright 2022 ForgeRock AS. All Rights Reserved", - " *", - " * Use of this code requires a commercial software license with ForgeRock AS.", - " * or with one of its affiliates. All use shall be exclusively subject", - " * to such license between the licensee and ForgeRock AS.", - " */", - "", - "import static org.forgerock.json.JsonValue.field", - "import static org.forgerock.json.JsonValue.json", - "import static org.forgerock.json.JsonValue.object", - "", - "return json(object(", - " field("id", rawProfile.id),", - " field("displayName", rawProfile.name),", - " field("username", rawProfile.login)))", - ], + "script": "file://scriptExportTestDir1/GitHub-Profile-Normalization.script.groovy", }, }, } diff --git a/test/e2e/mocks/github_584874290/recording.har b/test/e2e/mocks/github_584874290/recording.har index 6db4fef5f..50598659f 100644 --- a/test/e2e/mocks/github_584874290/recording.har +++ b/test/e2e/mocks/github_584874290/recording.har @@ -21,7 +21,7 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-76" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "content-type", @@ -39,11 +39,11 @@ "url": "https://api.github.com/repos/rockcarver/frodo-cli/releases" }, "response": { - "bodySize": 422014, + "bodySize": 428748, "content": { "mimeType": "application/json; charset=utf-8", - "size": 422014, - "text": "[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/149239251\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/149239251/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/149239251/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-54\",\"id\":149239251,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I5TXT\",\"tag_name\":\"v2.0.0-54\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-54\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-04-01T14:25:23Z\",\"published_at\":\"2024-04-01T14:25:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706103\",\"id\":159706103,\"node_id\":\"RA_kwDOH1LPHs4JhOv3\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":70227,\"download_count\":0,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706104\",\"id\":159706104,\"node_id\":\"RA_kwDOH1LPHs4JhOv4\",\"name\":\"frodo-linux-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29562095,\"download_count\":1,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-linux-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706108\",\"id\":159706108,\"node_id\":\"RA_kwDOH1LPHs4JhOv8\",\"name\":\"frodo-linux-arm64-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28615836,\"download_count\":0,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-linux-arm64-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706106\",\"id\":159706106,\"node_id\":\"RA_kwDOH1LPHs4JhOv6\",\"name\":\"frodo-macos-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31929897,\"download_count\":4,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-macos-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706105\",\"id\":159706105,\"node_id\":\"RA_kwDOH1LPHs4JhOv5\",\"name\":\"frodo-win-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27433400,\"download_count\":2,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-win-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706102\",\"id\":159706102,\"node_id\":\"RA_kwDOH1LPHs4JhOv2\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706107\",\"id\":159706107,\"node_id\":\"RA_kwDOH1LPHs4JhOv7\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":1,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-54\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-54\",\"body\":\"### Changed\\n\\n - Update to frodo-lib 2.0.0-75\\n\\n### Fixed\\n\\n - rockcarver/frodo-lib\\\\#397: Service accounts now use the proper scopes when created using the `frodo conn save` command\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n* fix rockcarver/frodo-lib#391 and upgrade to frodo-lib 2.0.0-74 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/380\\n* only show scope row if scope defined by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/381\\n* update to frodo-lib 2.0.0-75 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/382\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-54\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148065722\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148065722/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/148065722/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-53\",\"id\":148065722,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I0026\",\"tag_name\":\"v2.0.0-53\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-53\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-03-24T01:11:53Z\",\"published_at\":\"2024-03-24T01:11:55Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299075\",\"id\":158299075,\"node_id\":\"RA_kwDOH1LPHs4Jb3PD\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":69935,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299076\",\"id\":158299076,\"node_id\":\"RA_kwDOH1LPHs4Jb3PE\",\"name\":\"frodo-linux-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29564057,\"download_count\":1,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-linux-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299080\",\"id\":158299080,\"node_id\":\"RA_kwDOH1LPHs4Jb3PI\",\"name\":\"frodo-linux-arm64-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28615602,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-linux-arm64-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299079\",\"id\":158299079,\"node_id\":\"RA_kwDOH1LPHs4Jb3PH\",\"name\":\"frodo-macos-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31930157,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-macos-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299078\",\"id\":158299078,\"node_id\":\"RA_kwDOH1LPHs4Jb3PG\",\"name\":\"frodo-win-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27435114,\"download_count\":4,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-win-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299077\",\"id\":158299077,\"node_id\":\"RA_kwDOH1LPHs4Jb3PF\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299082\",\"id\":158299082,\"node_id\":\"RA_kwDOH1LPHs4Jb3PK\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-53\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-53\",\"body\":\"### Changed\\n\\n - Update to frodo-lib 2.0.0-74\\n\\n### Fixed\\n\\n - rockcarver/frodo-lib\\\\#391: Frodo now creates service accounts with all allowed scopes:\\n - `fr:am:*`\\n - `fr:idc:analytics:*`\\n - `fr:autoaccess:*`\\n - `fr:idc:certificate:*`\\n - `fr:idc:certificate:read`\\n - `fr:idc:content-security-policy:*`\\n - `fr:idc:custom-domain:*`\\n - `fr:idc:esv:*`\\n - `fr:idc:esv:read`\\n - `fr:idc:esv:restart`\\n - `fr:idc:esv:update`\\n - `fr:idm:*`\\n - `fr:iga:*`\\n - `fr:idc:promotion:*`\\n - `fr:idc:release:*`\\n - `fr:idc:sso-cookie:*`\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n* fix rockcarver/frodo-lib#391 and upgrade to frodo-lib 2.0.0-74 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/380\\n* only show scope row if scope defined by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/381\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-53\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148021193\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148021193/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/148021193/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-52\",\"id\":148021193,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I0p_J\",\"tag_name\":\"v2.0.0-52\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-52\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-03-23T00:54:42Z\",\"published_at\":\"2024-03-23T00:54:43Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175084\",\"id\":158175084,\"node_id\":\"RA_kwDOH1LPHs4JbY9s\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":69184,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175089\",\"id\":158175089,\"node_id\":\"RA_kwDOH1LPHs4JbY9x\",\"name\":\"frodo-linux-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29560240,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-linux-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175090\",\"id\":158175090,\"node_id\":\"RA_kwDOH1LPHs4JbY9y\",\"name\":\"frodo-linux-arm64-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28612359,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-linux-arm64-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175086\",\"id\":158175086,\"node_id\":\"RA_kwDOH1LPHs4JbY9u\",\"name\":\"frodo-macos-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31927133,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-macos-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175087\",\"id\":158175087,\"node_id\":\"RA_kwDOH1LPHs4JbY9v\",\"name\":\"frodo-win-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27430960,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-win-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175085\",\"id\":158175085,\"node_id\":\"RA_kwDOH1LPHs4JbY9t\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175088\",\"id\":158175088,\"node_id\":\"RA_kwDOH1LPHs4JbY9w\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-52\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-52\",\"body\":\"### Fixed\\n\\n - \\\\#378: `--llt` option of `frodo admin create-oauth2-client-with-admin-privileges` now works properly again\\n - \\\\#377: Frodo CLI now properly handles FrodoErrors thrown by frodo-lib\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-52\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/141140121\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/141140121/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/141140121/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-51\",\"id\":141140121,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IaaCZ\",\"tag_name\":\"v2.0.0-51\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-51\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-10T05:28:19Z\",\"published_at\":\"2024-02-10T05:28:20Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829951\",\"id\":150829951,\"node_id\":\"RA_kwDOH1LPHs4I_Xt_\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68876,\"download_count\":1,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829950\",\"id\":150829950,\"node_id\":\"RA_kwDOH1LPHs4I_Xt-\",\"name\":\"frodo-linux-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29509312,\"download_count\":11,\"created_at\":\"2024-02-10T05:28:20Z\",\"updated_at\":\"2024-02-10T05:28:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-linux-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829954\",\"id\":150829954,\"node_id\":\"RA_kwDOH1LPHs4I_XuC\",\"name\":\"frodo-linux-arm64-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28530039,\"download_count\":1,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-linux-arm64-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829953\",\"id\":150829953,\"node_id\":\"RA_kwDOH1LPHs4I_XuB\",\"name\":\"frodo-macos-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31891517,\"download_count\":8,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-macos-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829948\",\"id\":150829948,\"node_id\":\"RA_kwDOH1LPHs4I_Xt8\",\"name\":\"frodo-win-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27394209,\"download_count\":24,\"created_at\":\"2024-02-10T05:28:20Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-win-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829949\",\"id\":150829949,\"node_id\":\"RA_kwDOH1LPHs4I_Xt9\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-02-10T05:28:20Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829952\",\"id\":150829952,\"node_id\":\"RA_kwDOH1LPHs4I_XuA\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-51\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-51\",\"body\":\"## What's Changed\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-50...v2.0.0-51\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140390150\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140390150/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/140390150/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-50\",\"id\":140390150,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IXi8G\",\"tag_name\":\"v2.0.0-50\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-50\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-07T19:07:37Z\",\"published_at\":\"2024-02-07T19:07:38Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373157\",\"id\":150373157,\"node_id\":\"RA_kwDOH1LPHs4I9oMl\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68765,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373153\",\"id\":150373153,\"node_id\":\"RA_kwDOH1LPHs4I9oMh\",\"name\":\"frodo-linux-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29511002,\"download_count\":1,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-linux-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373151\",\"id\":150373151,\"node_id\":\"RA_kwDOH1LPHs4I9oMf\",\"name\":\"frodo-linux-arm64-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28532728,\"download_count\":1,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-linux-arm64-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373155\",\"id\":150373155,\"node_id\":\"RA_kwDOH1LPHs4I9oMj\",\"name\":\"frodo-macos-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31891664,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-macos-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373156\",\"id\":150373156,\"node_id\":\"RA_kwDOH1LPHs4I9oMk\",\"name\":\"frodo-win-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27396354,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-win-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373154\",\"id\":150373154,\"node_id\":\"RA_kwDOH1LPHs4I9oMi\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373152\",\"id\":150373152,\"node_id\":\"RA_kwDOH1LPHs4I9oMg\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-50\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-50\",\"body\":\"## What's Changed\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-49...v2.0.0-50\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140005720\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140005720/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/140005720/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-49\",\"id\":140005720,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IWFFY\",\"tag_name\":\"v2.0.0-49\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-49\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-05T23:30:20Z\",\"published_at\":\"2024-02-05T23:30:22Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001703\",\"id\":150001703,\"node_id\":\"RA_kwDOH1LPHs4I8Ngn\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68654,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001706\",\"id\":150001706,\"node_id\":\"RA_kwDOH1LPHs4I8Ngq\",\"name\":\"frodo-linux-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29506455,\"download_count\":2,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-linux-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001705\",\"id\":150001705,\"node_id\":\"RA_kwDOH1LPHs4I8Ngp\",\"name\":\"frodo-linux-arm64-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28531542,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-linux-arm64-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001701\",\"id\":150001701,\"node_id\":\"RA_kwDOH1LPHs4I8Ngl\",\"name\":\"frodo-macos-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31889575,\"download_count\":1,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-macos-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001704\",\"id\":150001704,\"node_id\":\"RA_kwDOH1LPHs4I8Ngo\",\"name\":\"frodo-win-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27395370,\"download_count\":1,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-win-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001707\",\"id\":150001707,\"node_id\":\"RA_kwDOH1LPHs4I8Ngr\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001702\",\"id\":150001702,\"node_id\":\"RA_kwDOH1LPHs4I8Ngm\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-49\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-49\",\"body\":\"### Fixed\\n\\n - \\\\#363: Doing a full export of IDM from FIDC started hanging between v2.0.0.32 and v2.0.0.33\\n\\n\\n\\n## What's Changed\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-48...v2.0.0-49\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/139564461\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/139564461/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/139564461/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-48\",\"id\":139564461,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IUZWt\",\"tag_name\":\"v2.0.0-48\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-48\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-01T19:12:44Z\",\"published_at\":\"2024-02-01T19:12:46Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228004\",\"id\":149228004,\"node_id\":\"RA_kwDOH1LPHs4I5Qnk\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68435,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228006\",\"id\":149228006,\"node_id\":\"RA_kwDOH1LPHs4I5Qnm\",\"name\":\"frodo-linux-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29507541,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-linux-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228007\",\"id\":149228007,\"node_id\":\"RA_kwDOH1LPHs4I5Qnn\",\"name\":\"frodo-linux-arm64-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28529985,\"download_count\":1,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-linux-arm64-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228008\",\"id\":149228008,\"node_id\":\"RA_kwDOH1LPHs4I5Qno\",\"name\":\"frodo-macos-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31889901,\"download_count\":2,\"created_at\":\"2024-02-01T19:12:47Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-macos-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228009\",\"id\":149228009,\"node_id\":\"RA_kwDOH1LPHs4I5Qnp\",\"name\":\"frodo-win-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27393957,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:47Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-win-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228003\",\"id\":149228003,\"node_id\":\"RA_kwDOH1LPHs4I5Qnj\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228005\",\"id\":149228005,\"node_id\":\"RA_kwDOH1LPHs4I5Qnl\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-48\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-48\",\"body\":\"## What's Changed\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-47...v2.0.0-48\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137866277\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137866277/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/137866277/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-47\",\"id\":137866277,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IN6wl\",\"tag_name\":\"v2.0.0-47\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-47\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-21T03:14:23Z\",\"published_at\":\"2024-01-21T03:14:25Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818465\",\"id\":146818465,\"node_id\":\"RA_kwDOH1LPHs4IwEWh\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68324,\"download_count\":1,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818461\",\"id\":146818461,\"node_id\":\"RA_kwDOH1LPHs4IwEWd\",\"name\":\"frodo-linux-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29505966,\"download_count\":7,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-linux-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818460\",\"id\":146818460,\"node_id\":\"RA_kwDOH1LPHs4IwEWc\",\"name\":\"frodo-linux-arm64-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28530047,\"download_count\":0,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-linux-arm64-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818459\",\"id\":146818459,\"node_id\":\"RA_kwDOH1LPHs4IwEWb\",\"name\":\"frodo-macos-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31889371,\"download_count\":3,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-macos-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818464\",\"id\":146818464,\"node_id\":\"RA_kwDOH1LPHs4IwEWg\",\"name\":\"frodo-win-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27393047,\"download_count\":8,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-win-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818463\",\"id\":146818463,\"node_id\":\"RA_kwDOH1LPHs4IwEWf\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818462\",\"id\":146818462,\"node_id\":\"RA_kwDOH1LPHs4IwEWe\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-47\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-47\",\"body\":\"### Added\\n\\n - \\\\#360: Frodo now saves the deployment type in connection profiles.\\n\\n### Changed\\n\\n - Update to frodo-lib 2.0.0-67\\n\\n\\n\\n## What's Changed\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-46...v2.0.0-47\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137851327\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137851327/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/137851327/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-46\",\"id\":137851327,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IN3G_\",\"tag_name\":\"v2.0.0-46\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-46\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-20T16:30:48Z\",\"published_at\":\"2024-01-20T16:30:50Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738978\",\"id\":146738978,\"node_id\":\"RA_kwDOH1LPHs4Ivw8i\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68083,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:50Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738977\",\"id\":146738977,\"node_id\":\"RA_kwDOH1LPHs4Ivw8h\",\"name\":\"frodo-linux-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29506343,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-linux-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738979\",\"id\":146738979,\"node_id\":\"RA_kwDOH1LPHs4Ivw8j\",\"name\":\"frodo-linux-arm64-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28525404,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-linux-arm64-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738975\",\"id\":146738975,\"node_id\":\"RA_kwDOH1LPHs4Ivw8f\",\"name\":\"frodo-macos-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31888779,\"download_count\":1,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-macos-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738976\",\"id\":146738976,\"node_id\":\"RA_kwDOH1LPHs4Ivw8g\",\"name\":\"frodo-win-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27392880,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-win-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738973\",\"id\":146738973,\"node_id\":\"RA_kwDOH1LPHs4Ivw8d\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:50Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738974\",\"id\":146738974,\"node_id\":\"RA_kwDOH1LPHs4Ivw8e\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:50Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-46\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-46\",\"body\":\"## What's Changed\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-45...v2.0.0-46\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137148134\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137148134/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/137148134/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-45\",\"id\":137148134,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4ILLbm\",\"tag_name\":\"v2.0.0-45\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-45\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-16T06:09:12Z\",\"published_at\":\"2024-01-16T06:09:14Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803058\",\"id\":145803058,\"node_id\":\"RA_kwDOH1LPHs4IsMcy\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67972,\"download_count\":1,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:15Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803063\",\"id\":145803063,\"node_id\":\"RA_kwDOH1LPHs4IsMc3\",\"name\":\"frodo-linux-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29504115,\"download_count\":3,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-linux-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803064\",\"id\":145803064,\"node_id\":\"RA_kwDOH1LPHs4IsMc4\",\"name\":\"frodo-linux-arm64-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28528146,\"download_count\":1,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-linux-arm64-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803061\",\"id\":145803061,\"node_id\":\"RA_kwDOH1LPHs4IsMc1\",\"name\":\"frodo-macos-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31887244,\"download_count\":2,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-macos-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803057\",\"id\":145803057,\"node_id\":\"RA_kwDOH1LPHs4IsMcx\",\"name\":\"frodo-win-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27389099,\"download_count\":10,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-win-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803059\",\"id\":145803059,\"node_id\":\"RA_kwDOH1LPHs4IsMcz\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:15Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803060\",\"id\":145803060,\"node_id\":\"RA_kwDOH1LPHs4IsMc0\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:15Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-45\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-45\",\"body\":\"### Added\\n\\n - pem and base64hmac encoded ESV secret creation\\n\\n\\n\\n## What's Changed\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-44...v2.0.0-45\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/136584173\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/136584173/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/136584173/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-44\",\"id\":136584173,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IJBvt\",\"tag_name\":\"v2.0.0-44\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-44\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-11T01:53:23Z\",\"published_at\":\"2024-01-11T01:53:25Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944813\",\"id\":144944813,\"node_id\":\"RA_kwDOH1LPHs4Io66t\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67798,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944814\",\"id\":144944814,\"node_id\":\"RA_kwDOH1LPHs4Io66u\",\"name\":\"frodo-linux-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29502218,\"download_count\":3,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:28Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-linux-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944817\",\"id\":144944817,\"node_id\":\"RA_kwDOH1LPHs4Io66x\",\"name\":\"frodo-linux-arm64-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28526167,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-linux-arm64-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944812\",\"id\":144944812,\"node_id\":\"RA_kwDOH1LPHs4Io66s\",\"name\":\"frodo-macos-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31884470,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:28Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-macos-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944815\",\"id\":144944815,\"node_id\":\"RA_kwDOH1LPHs4Io66v\",\"name\":\"frodo-win-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27388748,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-win-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944816\",\"id\":144944816,\"node_id\":\"RA_kwDOH1LPHs4Io66w\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944811\",\"id\":144944811,\"node_id\":\"RA_kwDOH1LPHs4Io66r\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-44\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-44\",\"body\":\"## What's Changed\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-43...v2.0.0-44\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135916342\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135916342/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/135916342/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-43\",\"id\":135916342,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IGes2\",\"tag_name\":\"v2.0.0-43\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-43\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-05T03:19:23Z\",\"published_at\":\"2024-01-05T03:19:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871087\",\"id\":143871087,\"node_id\":\"RA_kwDOH1LPHs4Ik0xv\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67687,\"download_count\":1,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871090\",\"id\":143871090,\"node_id\":\"RA_kwDOH1LPHs4Ik0xy\",\"name\":\"frodo-linux-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29502625,\"download_count\":4,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-linux-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871091\",\"id\":143871091,\"node_id\":\"RA_kwDOH1LPHs4Ik0xz\",\"name\":\"frodo-linux-arm64-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28524869,\"download_count\":3,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-linux-arm64-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871089\",\"id\":143871089,\"node_id\":\"RA_kwDOH1LPHs4Ik0xx\",\"name\":\"frodo-macos-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31884576,\"download_count\":1,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-macos-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871088\",\"id\":143871088,\"node_id\":\"RA_kwDOH1LPHs4Ik0xw\",\"name\":\"frodo-win-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27388163,\"download_count\":6,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-win-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871086\",\"id\":143871086,\"node_id\":\"RA_kwDOH1LPHs4Ik0xu\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871085\",\"id\":143871085,\"node_id\":\"RA_kwDOH1LPHs4Ik0xt\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-43\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-43\",\"body\":\"## What's Changed\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-42...v2.0.0-43\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135758433\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135758433/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/135758433/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-42\",\"id\":135758433,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IF4Jh\",\"tag_name\":\"v2.0.0-42\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-42\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-04T00:21:52Z\",\"published_at\":\"2024-01-04T00:21:54Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671394\",\"id\":143671394,\"node_id\":\"RA_kwDOH1LPHs4IkEBi\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67576,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671395\",\"id\":143671395,\"node_id\":\"RA_kwDOH1LPHs4IkEBj\",\"name\":\"frodo-linux-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29501538,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-linux-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671403\",\"id\":143671403,\"node_id\":\"RA_kwDOH1LPHs4IkEBr\",\"name\":\"frodo-linux-arm64-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28522636,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-linux-arm64-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671399\",\"id\":143671399,\"node_id\":\"RA_kwDOH1LPHs4IkEBn\",\"name\":\"frodo-macos-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31881892,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-macos-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671398\",\"id\":143671398,\"node_id\":\"RA_kwDOH1LPHs4IkEBm\",\"name\":\"frodo-win-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27385614,\"download_count\":4,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-win-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671397\",\"id\":143671397,\"node_id\":\"RA_kwDOH1LPHs4IkEBl\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671396\",\"id\":143671396,\"node_id\":\"RA_kwDOH1LPHs4IkEBk\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-42\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-42\",\"body\":\"## What's Changed\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-41...v2.0.0-42\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134961811\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134961811/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134961811/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-41\",\"id\":134961811,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IC1qT\",\"tag_name\":\"v2.0.0-41\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-41\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-23T02:57:37Z\",\"published_at\":\"2023-12-23T02:57:39Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083167\",\"id\":142083167,\"node_id\":\"RA_kwDOH1LPHs4IeARf\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67465,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083170\",\"id\":142083170,\"node_id\":\"RA_kwDOH1LPHs4IeARi\",\"name\":\"frodo-linux-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29498762,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-linux-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083168\",\"id\":142083168,\"node_id\":\"RA_kwDOH1LPHs4IeARg\",\"name\":\"frodo-linux-arm64-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28521078,\"download_count\":2,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:41Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-linux-arm64-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083171\",\"id\":142083171,\"node_id\":\"RA_kwDOH1LPHs4IeARj\",\"name\":\"frodo-macos-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31879104,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:41Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-macos-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083166\",\"id\":142083166,\"node_id\":\"RA_kwDOH1LPHs4IeARe\",\"name\":\"frodo-win-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27382631,\"download_count\":4,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:41Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-win-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083165\",\"id\":142083165,\"node_id\":\"RA_kwDOH1LPHs4IeARd\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083169\",\"id\":142083169,\"node_id\":\"RA_kwDOH1LPHs4IeARh\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-41\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-41\",\"body\":\"## What's Changed\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-40...v2.0.0-41\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134935590\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134935590/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134935590/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-40\",\"id\":134935590,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4ICvQm\",\"tag_name\":\"v2.0.0-40\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-40\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-22T18:12:51Z\",\"published_at\":\"2023-12-22T18:12:52Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018971\",\"id\":142018971,\"node_id\":\"RA_kwDOH1LPHs4Idwmb\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67354,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018974\",\"id\":142018974,\"node_id\":\"RA_kwDOH1LPHs4Idwme\",\"name\":\"frodo-linux-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29489984,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-linux-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018975\",\"id\":142018975,\"node_id\":\"RA_kwDOH1LPHs4Idwmf\",\"name\":\"frodo-linux-arm64-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28506380,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-linux-arm64-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018969\",\"id\":142018969,\"node_id\":\"RA_kwDOH1LPHs4IdwmZ\",\"name\":\"frodo-macos-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31863716,\"download_count\":2,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-macos-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018972\",\"id\":142018972,\"node_id\":\"RA_kwDOH1LPHs4Idwmc\",\"name\":\"frodo-win-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27369901,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-win-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018970\",\"id\":142018970,\"node_id\":\"RA_kwDOH1LPHs4Idwma\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018973\",\"id\":142018973,\"node_id\":\"RA_kwDOH1LPHs4Idwmd\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-40\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-40\",\"body\":\"## What's Changed\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-39...v2.0.0-40\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134410644\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134410644/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134410644/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-39\",\"id\":134410644,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IAvGU\",\"tag_name\":\"v2.0.0-39\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-39\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-19T03:27:21Z\",\"published_at\":\"2023-12-19T03:27:23Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383076\",\"id\":141383076,\"node_id\":\"RA_kwDOH1LPHs4IbVWk\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67243,\"download_count\":1,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383080\",\"id\":141383080,\"node_id\":\"RA_kwDOH1LPHs4IbVWo\",\"name\":\"frodo-linux-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28813177,\"download_count\":7,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-linux-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383081\",\"id\":141383081,\"node_id\":\"RA_kwDOH1LPHs4IbVWp\",\"name\":\"frodo-linux-arm64-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28734952,\"download_count\":1,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-linux-arm64-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383079\",\"id\":141383079,\"node_id\":\"RA_kwDOH1LPHs4IbVWn\",\"name\":\"frodo-macos-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30930907,\"download_count\":3,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-macos-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383077\",\"id\":141383077,\"node_id\":\"RA_kwDOH1LPHs4IbVWl\",\"name\":\"frodo-win-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26549833,\"download_count\":2,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-win-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383075\",\"id\":141383075,\"node_id\":\"RA_kwDOH1LPHs4IbVWj\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383078\",\"id\":141383078,\"node_id\":\"RA_kwDOH1LPHs4IbVWm\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-39\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-39\",\"body\":\"## What's Changed\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-38...v2.0.0-39\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134197465\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134197465/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134197465/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-38\",\"id\":134197465,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H_7DZ\",\"tag_name\":\"v2.0.0-38\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-38\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-16T20:15:55Z\",\"published_at\":\"2023-12-16T20:15:56Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037534\",\"id\":141037534,\"node_id\":\"RA_kwDOH1LPHs4IaA_e\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67132,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037537\",\"id\":141037537,\"node_id\":\"RA_kwDOH1LPHs4IaA_h\",\"name\":\"frodo-linux-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28810871,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-linux-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037540\",\"id\":141037540,\"node_id\":\"RA_kwDOH1LPHs4IaA_k\",\"name\":\"frodo-linux-arm64-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28724650,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-linux-arm64-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037538\",\"id\":141037538,\"node_id\":\"RA_kwDOH1LPHs4IaA_i\",\"name\":\"frodo-macos-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30927777,\"download_count\":2,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-macos-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037539\",\"id\":141037539,\"node_id\":\"RA_kwDOH1LPHs4IaA_j\",\"name\":\"frodo-win-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26546680,\"download_count\":3,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-win-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037535\",\"id\":141037535,\"node_id\":\"RA_kwDOH1LPHs4IaA_f\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037536\",\"id\":141037536,\"node_id\":\"RA_kwDOH1LPHs4IaA_g\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-38\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-38\",\"body\":\"## What's Changed\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-37...v2.0.0-38\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132776811\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132776811/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/132776811/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-37\",\"id\":132776811,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H6gNr\",\"tag_name\":\"v2.0.0-37\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-37\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-06T04:06:19Z\",\"published_at\":\"2023-12-06T04:06:21Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189793\",\"id\":139189793,\"node_id\":\"RA_kwDOH1LPHs4IS94h\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67021,\"download_count\":1,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189796\",\"id\":139189796,\"node_id\":\"RA_kwDOH1LPHs4IS94k\",\"name\":\"frodo-linux-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28790575,\"download_count\":2,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-linux-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189799\",\"id\":139189799,\"node_id\":\"RA_kwDOH1LPHs4IS94n\",\"name\":\"frodo-linux-arm64-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28714399,\"download_count\":1,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-linux-arm64-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189797\",\"id\":139189797,\"node_id\":\"RA_kwDOH1LPHs4IS94l\",\"name\":\"frodo-macos-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30872834,\"download_count\":4,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-macos-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189798\",\"id\":139189798,\"node_id\":\"RA_kwDOH1LPHs4IS94m\",\"name\":\"frodo-win-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26491832,\"download_count\":10,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-win-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189794\",\"id\":139189794,\"node_id\":\"RA_kwDOH1LPHs4IS94i\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189795\",\"id\":139189795,\"node_id\":\"RA_kwDOH1LPHs4IS94j\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":4,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-37\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-37\",\"body\":\"## What's Changed\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-36...v2.0.0-37\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132221217\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132221217/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/132221217/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-36\",\"id\":132221217,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H4Ykh\",\"tag_name\":\"v2.0.0-36\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-36\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-01T03:14:31Z\",\"published_at\":\"2023-12-01T03:14:33Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343705\",\"id\":138343705,\"node_id\":\"RA_kwDOH1LPHs4IPvUZ\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66910,\"download_count\":1,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:34Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343706\",\"id\":138343706,\"node_id\":\"RA_kwDOH1LPHs4IPvUa\",\"name\":\"frodo-linux-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28784025,\"download_count\":3,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-linux-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343707\",\"id\":138343707,\"node_id\":\"RA_kwDOH1LPHs4IPvUb\",\"name\":\"frodo-linux-arm64-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28699658,\"download_count\":3,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-linux-arm64-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343704\",\"id\":138343704,\"node_id\":\"RA_kwDOH1LPHs4IPvUY\",\"name\":\"frodo-macos-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30859121,\"download_count\":7,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-macos-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343708\",\"id\":138343708,\"node_id\":\"RA_kwDOH1LPHs4IPvUc\",\"name\":\"frodo-win-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26478958,\"download_count\":3,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-win-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343702\",\"id\":138343702,\"node_id\":\"RA_kwDOH1LPHs4IPvUW\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:34Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343701\",\"id\":138343701,\"node_id\":\"RA_kwDOH1LPHs4IPvUV\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:34Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-36\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-36\",\"body\":\"## What's Changed\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-35...v2.0.0-36\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132023096\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132023096/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/132023096/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-35\",\"id\":132023096,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H3oM4\",\"tag_name\":\"v2.0.0-35\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-35\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-30T04:15:16Z\",\"published_at\":\"2023-11-30T04:15:18Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156673\",\"id\":138156673,\"node_id\":\"RA_kwDOH1LPHs4IPBqB\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66799,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156668\",\"id\":138156668,\"node_id\":\"RA_kwDOH1LPHs4IPBp8\",\"name\":\"frodo-linux-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28784827,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-linux-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156669\",\"id\":138156669,\"node_id\":\"RA_kwDOH1LPHs4IPBp9\",\"name\":\"frodo-linux-arm64-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28697371,\"download_count\":2,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-linux-arm64-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156671\",\"id\":138156671,\"node_id\":\"RA_kwDOH1LPHs4IPBp_\",\"name\":\"frodo-macos-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30859711,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-macos-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156672\",\"id\":138156672,\"node_id\":\"RA_kwDOH1LPHs4IPBqA\",\"name\":\"frodo-win-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26478786,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-win-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156670\",\"id\":138156670,\"node_id\":\"RA_kwDOH1LPHs4IPBp-\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156667\",\"id\":138156667,\"node_id\":\"RA_kwDOH1LPHs4IPBp7\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:18Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-35\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-35\",\"body\":\"## What's Changed\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-34...v2.0.0-35\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131849479\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131849479/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/131849479/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-34\",\"id\":131849479,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H290H\",\"tag_name\":\"v2.0.0-34\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-34\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-29T04:12:27Z\",\"published_at\":\"2023-11-29T04:12:29Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960097\",\"id\":137960097,\"node_id\":\"RA_kwDOH1LPHs4IORqh\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66688,\"download_count\":2,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960092\",\"id\":137960092,\"node_id\":\"RA_kwDOH1LPHs4IORqc\",\"name\":\"frodo-linux-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28780631,\"download_count\":3,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:32Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-linux-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960096\",\"id\":137960096,\"node_id\":\"RA_kwDOH1LPHs4IORqg\",\"name\":\"frodo-linux-arm64-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-linux-arm64-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960095\",\"id\":137960095,\"node_id\":\"RA_kwDOH1LPHs4IORqf\",\"name\":\"frodo-macos-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30854524,\"download_count\":1,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:31Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-macos-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960094\",\"id\":137960094,\"node_id\":\"RA_kwDOH1LPHs4IORqe\",\"name\":\"frodo-win-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26475379,\"download_count\":3,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:31Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-win-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960093\",\"id\":137960093,\"node_id\":\"RA_kwDOH1LPHs4IORqd\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960091\",\"id\":137960091,\"node_id\":\"RA_kwDOH1LPHs4IORqb\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-34\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-34\",\"body\":\"## What's Changed\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-33...v2.0.0-34\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131456425\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131456425/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/131456425/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-33\",\"id\":131456425,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H1d2p\",\"tag_name\":\"v2.0.0-33\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-33\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-26T07:33:22Z\",\"published_at\":\"2023-11-26T07:33:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478671\",\"id\":137478671,\"node_id\":\"RA_kwDOH1LPHs4IMcIP\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66577,\"download_count\":4,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478677\",\"id\":137478677,\"node_id\":\"RA_kwDOH1LPHs4IMcIV\",\"name\":\"frodo-linux-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28736465,\"download_count\":2,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-linux-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478676\",\"id\":137478676,\"node_id\":\"RA_kwDOH1LPHs4IMcIU\",\"name\":\"frodo-linux-arm64-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":3,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-linux-arm64-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478673\",\"id\":137478673,\"node_id\":\"RA_kwDOH1LPHs4IMcIR\",\"name\":\"frodo-macos-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30812468,\"download_count\":1,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-macos-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478675\",\"id\":137478675,\"node_id\":\"RA_kwDOH1LPHs4IMcIT\",\"name\":\"frodo-win-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26433710,\"download_count\":5,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-win-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478674\",\"id\":137478674,\"node_id\":\"RA_kwDOH1LPHs4IMcIS\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478672\",\"id\":137478672,\"node_id\":\"RA_kwDOH1LPHs4IMcIQ\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-33\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-33\",\"body\":\"## What's Changed\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-32...v2.0.0-33\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130814474\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130814474/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/130814474/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-32\",\"id\":130814474,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HzBIK\",\"tag_name\":\"v2.0.0-32\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-32\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-21T20:39:54Z\",\"published_at\":\"2023-11-21T20:39:56Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768721\",\"id\":136768721,\"node_id\":\"RA_kwDOH1LPHs4IJuzR\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66466,\"download_count\":1,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768725\",\"id\":136768725,\"node_id\":\"RA_kwDOH1LPHs4IJuzV\",\"name\":\"frodo-linux-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28699489,\"download_count\":2,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-linux-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768723\",\"id\":136768723,\"node_id\":\"RA_kwDOH1LPHs4IJuzT\",\"name\":\"frodo-linux-arm64-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":3,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-linux-arm64-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768720\",\"id\":136768720,\"node_id\":\"RA_kwDOH1LPHs4IJuzQ\",\"name\":\"frodo-macos-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30777435,\"download_count\":1,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-macos-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768724\",\"id\":136768724,\"node_id\":\"RA_kwDOH1LPHs4IJuzU\",\"name\":\"frodo-win-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26398009,\"download_count\":3,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-win-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768722\",\"id\":136768722,\"node_id\":\"RA_kwDOH1LPHs4IJuzS\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768719\",\"id\":136768719,\"node_id\":\"RA_kwDOH1LPHs4IJuzP\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-32\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-32\",\"body\":\"## What's Changed\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-31...v2.0.0-32\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130007303\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130007303/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/130007303/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-31\",\"id\":130007303,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hv8EH\",\"tag_name\":\"v2.0.0-31\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-31\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-17T18:29:51Z\",\"published_at\":\"2023-11-17T18:29:52Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085958\",\"id\":136085958,\"node_id\":\"RA_kwDOH1LPHs4IHIHG\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66355,\"download_count\":1,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085956\",\"id\":136085956,\"node_id\":\"RA_kwDOH1LPHs4IHIHE\",\"name\":\"frodo-linux-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28695451,\"download_count\":6,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-linux-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085959\",\"id\":136085959,\"node_id\":\"RA_kwDOH1LPHs4IHIHH\",\"name\":\"frodo-linux-arm64-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":3,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-linux-arm64-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085954\",\"id\":136085954,\"node_id\":\"RA_kwDOH1LPHs4IHIHC\",\"name\":\"frodo-macos-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30772389,\"download_count\":3,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-macos-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085961\",\"id\":136085961,\"node_id\":\"RA_kwDOH1LPHs4IHIHJ\",\"name\":\"frodo-win-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26393222,\"download_count\":2,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-win-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085955\",\"id\":136085955,\"node_id\":\"RA_kwDOH1LPHs4IHIHD\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085957\",\"id\":136085957,\"node_id\":\"RA_kwDOH1LPHs4IHIHF\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-31\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-31\",\"body\":\"## What's Changed\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-30...v2.0.0-31\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127970989\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127970989/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/127970989/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-30\",\"id\":127970989,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HoK6t\",\"tag_name\":\"v2.0.0-30\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-30\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-04T02:35:42Z\",\"published_at\":\"2023-11-04T02:35:43Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876836\",\"id\":133876836,\"node_id\":\"RA_kwDOH1LPHs4H-sxk\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66244,\"download_count\":1,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876834\",\"id\":133876834,\"node_id\":\"RA_kwDOH1LPHs4H-sxi\",\"name\":\"frodo-linux-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28695387,\"download_count\":6,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-linux-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876838\",\"id\":133876838,\"node_id\":\"RA_kwDOH1LPHs4H-sxm\",\"name\":\"frodo-linux-arm64-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-linux-arm64-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876837\",\"id\":133876837,\"node_id\":\"RA_kwDOH1LPHs4H-sxl\",\"name\":\"frodo-macos-2.0.0-30.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30850600,\"download_count\":2,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-macos-2.0.0-30.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876833\",\"id\":133876833,\"node_id\":\"RA_kwDOH1LPHs4H-sxh\",\"name\":\"frodo-macos-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30773726,\"download_count\":3,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-macos-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876839\",\"id\":133876839,\"node_id\":\"RA_kwDOH1LPHs4H-sxn\",\"name\":\"frodo-win-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26393327,\"download_count\":14,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-win-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876835\",\"id\":133876835,\"node_id\":\"RA_kwDOH1LPHs4H-sxj\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876840\",\"id\":133876840,\"node_id\":\"RA_kwDOH1LPHs4H-sxo\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-30\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-30\",\"body\":\"### Added\\n\\n - \\\\#283: Support for authentication settings:\\n \\n - `frodo authn` Manage authentication setting.\\n - `describe` List authentication settings.\\n - `export` Export authentication settings.\\n - `import` Import authentication settings.\\n \\n Examples:\\n \\n - Describe authentication settings:
`frodo authn describe `\\n \\n `frodo authn describe --json `\\n \\n `frodo authn describe `\\n \\n - Describe authentication settings in machine-readable format (json):
`frodo authn describe --json `\\n \\n `frodo authn describe --json `\\n \\n - Export authentication settings to file:
`frodo authn export `\\n \\n `frodo authn export `\\n \\n - Import authentication settings from file:
`frodo authn import -f alphaRealm.authentication.settings.json `\\n \\n `frodo authn import -f alphaRealm.authentication.settings.json `
\\n \\n - \\\\#217: Support `--json` with `frodo esv variable describe`.\\n\\n\\n\\n## What's Changed\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-29...v2.0.0-30\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127623933\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127623933/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/127623933/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-29\",\"id\":127623933,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hm2L9\",\"tag_name\":\"v2.0.0-29\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-29\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-02T02:53:45Z\",\"published_at\":\"2023-11-02T02:53:46Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521055\",\"id\":133521055,\"node_id\":\"RA_kwDOH1LPHs4H9V6f\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":64897,\"download_count\":2,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521056\",\"id\":133521056,\"node_id\":\"RA_kwDOH1LPHs4H9V6g\",\"name\":\"frodo-linux-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28671366,\"download_count\":63,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-linux-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521057\",\"id\":133521057,\"node_id\":\"RA_kwDOH1LPHs4H9V6h\",\"name\":\"frodo-linux-arm64-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-linux-arm64-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521059\",\"id\":133521059,\"node_id\":\"RA_kwDOH1LPHs4H9V6j\",\"name\":\"frodo-macos-2.0.0-29.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30816856,\"download_count\":1,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-macos-2.0.0-29.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521058\",\"id\":133521058,\"node_id\":\"RA_kwDOH1LPHs4H9V6i\",\"name\":\"frodo-macos-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30747786,\"download_count\":1,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-macos-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521060\",\"id\":133521060,\"node_id\":\"RA_kwDOH1LPHs4H9V6k\",\"name\":\"frodo-win-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26367299,\"download_count\":3,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-win-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521053\",\"id\":133521053,\"node_id\":\"RA_kwDOH1LPHs4H9V6d\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521054\",\"id\":133521054,\"node_id\":\"RA_kwDOH1LPHs4H9V6e\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-29\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-29\",\"body\":\"### Added\\n\\n - rockcarver/frodo-lib\\\\#53: Frodo Library now uses a file-based secure token cache to persist session and access tokens for re-use. The cached tokens are protected by the credential that was used to obtain them. Session tokens are encrypted using the hashed password as the master key, access tokens are encrypted using the hashed JWK private key as the master key. Therefore only users and processes with the correct credentials can access the tokens in the cache.\\n \\n - The new default behavior is for Frodo CLI to use the new token cache for all applicable commands.\\n - A new global option `--no-cache` has been added to all commands to allow disabling the cache for indiviual invocations.\\n - A new environment variable `FRODO_NO_CACHE` is available to globally turn off token caching.\\n - A new environment variable `FRODO_TOKEN_CACHE_PATH` is available to instruct Frodo Library to use a non-default token cache file.\\n\\n - rockcarver/frodo-lib\\\\#340: Frodo Library now autotomatically refreshes expired session and access tokens.\\n \\n - The new default behavior is for Frodo CLI to automatically refresh tokens. This will only ever be noticeable during long-running operations like `frodo journey prune` or `frodo esv apply` that can take longer than 15 mins to complete.\\n\\n### Fixed\\n\\n - \\\\#316: Frodo Library now properly exports scripts referenced by the `Device Match` node if the `Use Custom Matching Script` option is selected.\\n\\n\\n\\n## What's Changed\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-28...v2.0.0-29\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126529634\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126529634/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/126529634/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-28\",\"id\":126529634,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HirBi\",\"tag_name\":\"v2.0.0-28\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-28\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-25T04:32:17Z\",\"published_at\":\"2023-10-25T04:32:19Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226519\",\"id\":132226519,\"node_id\":\"RA_kwDOH1LPHs4H4Z3X\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":63319,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226518\",\"id\":132226518,\"node_id\":\"RA_kwDOH1LPHs4H4Z3W\",\"name\":\"frodo-linux-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28632473,\"download_count\":8,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-linux-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226521\",\"id\":132226521,\"node_id\":\"RA_kwDOH1LPHs4H4Z3Z\",\"name\":\"frodo-linux-arm64-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-linux-arm64-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226520\",\"id\":132226520,\"node_id\":\"RA_kwDOH1LPHs4H4Z3Y\",\"name\":\"frodo-macos-2.0.0-28.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30784157,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-macos-2.0.0-28.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226516\",\"id\":132226516,\"node_id\":\"RA_kwDOH1LPHs4H4Z3U\",\"name\":\"frodo-macos-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30710755,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-macos-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226522\",\"id\":132226522,\"node_id\":\"RA_kwDOH1LPHs4H4Z3a\",\"name\":\"frodo-win-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26330812,\"download_count\":30,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-win-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226523\",\"id\":132226523,\"node_id\":\"RA_kwDOH1LPHs4H4Z3b\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226517\",\"id\":132226517,\"node_id\":\"RA_kwDOH1LPHs4H4Z3V\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-28\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-28\",\"body\":\"## What's Changed\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-27...v2.0.0-28\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126134031\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126134031/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/126134031/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-27\",\"id\":126134031,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HhKcP\",\"tag_name\":\"v2.0.0-27\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-27\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-22T01:57:51Z\",\"published_at\":\"2023-10-22T01:57:53Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755450\",\"id\":131755450,\"node_id\":\"RA_kwDOH1LPHs4H2m26\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":63208,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755451\",\"id\":131755451,\"node_id\":\"RA_kwDOH1LPHs4H2m27\",\"name\":\"frodo-linux-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28614730,\"download_count\":4,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-linux-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755452\",\"id\":131755452,\"node_id\":\"RA_kwDOH1LPHs4H2m28\",\"name\":\"frodo-linux-arm64-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-linux-arm64-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755454\",\"id\":131755454,\"node_id\":\"RA_kwDOH1LPHs4H2m2-\",\"name\":\"frodo-macos-2.0.0-27.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30774103,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:54Z\",\"updated_at\":\"2023-10-22T01:57:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-macos-2.0.0-27.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755449\",\"id\":131755449,\"node_id\":\"RA_kwDOH1LPHs4H2m25\",\"name\":\"frodo-macos-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30699488,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-macos-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755453\",\"id\":131755453,\"node_id\":\"RA_kwDOH1LPHs4H2m29\",\"name\":\"frodo-win-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26320220,\"download_count\":3,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-win-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755447\",\"id\":131755447,\"node_id\":\"RA_kwDOH1LPHs4H2m23\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755448\",\"id\":131755448,\"node_id\":\"RA_kwDOH1LPHs4H2m24\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-27\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-27\",\"body\":\"## What's Changed\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-26...v2.0.0-27\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/125820352\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/125820352/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/125820352/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-26\",\"id\":125820352,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hf93A\",\"tag_name\":\"v2.0.0-26\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-26\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-19T14:50:23Z\",\"published_at\":\"2023-10-19T14:50:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382687\",\"id\":131382687,\"node_id\":\"RA_kwDOH1LPHs4H1L2f\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":63097,\"download_count\":1,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382684\",\"id\":131382684,\"node_id\":\"RA_kwDOH1LPHs4H1L2c\",\"name\":\"frodo-linux-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28606813,\"download_count\":2,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-linux-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382689\",\"id\":131382689,\"node_id\":\"RA_kwDOH1LPHs4H1L2h\",\"name\":\"frodo-linux-arm64-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-linux-arm64-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382690\",\"id\":131382690,\"node_id\":\"RA_kwDOH1LPHs4H1L2i\",\"name\":\"frodo-macos-2.0.0-26.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30767091,\"download_count\":1,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-macos-2.0.0-26.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382683\",\"id\":131382683,\"node_id\":\"RA_kwDOH1LPHs4H1L2b\",\"name\":\"frodo-macos-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30693241,\"download_count\":2,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-macos-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382686\",\"id\":131382686,\"node_id\":\"RA_kwDOH1LPHs4H1L2e\",\"name\":\"frodo-win-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26313389,\"download_count\":2,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-win-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382685\",\"id\":131382685,\"node_id\":\"RA_kwDOH1LPHs4H1L2d\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382688\",\"id\":131382688,\"node_id\":\"RA_kwDOH1LPHs4H1L2g\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-26\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-26\",\"body\":\"## What's Changed\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-25...v2.0.0-26\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/125791541\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/125791541/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/125791541/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-25\",\"id\":125791541,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hf201\",\"tag_name\":\"v2.0.0-25\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-25\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-19T12:33:35Z\",\"published_at\":\"2023-10-19T12:33:37Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361121\",\"id\":131361121,\"node_id\":\"RA_kwDOH1LPHs4H1Glh\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":62986,\"download_count\":1,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:38Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361122\",\"id\":131361122,\"node_id\":\"RA_kwDOH1LPHs4H1Gli\",\"name\":\"frodo-linux-2.0.0-25.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28577214,\"download_count\":2,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/frodo-linux-2.0.0-25.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361117\",\"id\":131361117,\"node_id\":\"RA_kwDOH1LPHs4H1Gld\",\"name\":\"frodo-linux-arm64-2.0.0-25.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:38Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/frodo-linux-arm64-2.0.0-25.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361123\",\"id\":131361123,\"node_id\":\"RA_kwDOH1LPHs4H1Glj\",\"name\":\"frodo-macos-2.0.0-25.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30741703,\"download_count\":1,\"created_at\":\"2023-10-19T12:33:38Z\",\"updated_at\":\"2023-10-19T12:33:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/frodo-macos-2.0.0-25.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361116\",\"id\":131361116,\"node_id\":\"RA_kwDOH1LPHs4H1Glc\",\"name\":\"frodo-macos-2.0.0-25.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30667611,\"download_count\":2,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/frodo-macos-2.0.0-25.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361118\",\"id\":131361118,\"node_id\":\"RA_kwDOH1LPHs4H1Gle\",\"name\":\"frodo-win-2.0.0-25.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26288468,\"download_count\":1,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/frodo-win-2.0.0-25.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361120\",\"id\":131361120,\"node_id\":\"RA_kwDOH1LPHs4H1Glg\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:38Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131361119\",\"id\":131361119,\"node_id\":\"RA_kwDOH1LPHs4H1Glf\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-19T12:33:37Z\",\"updated_at\":\"2023-10-19T12:33:38Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-25/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-25\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-25\",\"body\":\"## What's Changed\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-24...v2.0.0-25\",\"mentions_count\":1}]" + "size": 428748, + "text": "[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/150323658\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/150323658/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/150323658/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-55\",\"id\":150323658,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I9cHK\",\"tag_name\":\"v2.0.0-55\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-55\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-04-09T03:58:00Z\",\"published_at\":\"2024-04-09T03:58:02Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062559\",\"id\":161062559,\"node_id\":\"RA_kwDOH1LPHs4JmZ6f\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":70716,\"download_count\":1,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:02Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062561\",\"id\":161062561,\"node_id\":\"RA_kwDOH1LPHs4JmZ6h\",\"name\":\"frodo-linux-2.0.0-55.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29569371,\"download_count\":5,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:03Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/frodo-linux-2.0.0-55.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062565\",\"id\":161062565,\"node_id\":\"RA_kwDOH1LPHs4JmZ6l\",\"name\":\"frodo-linux-arm64-2.0.0-55.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28621083,\"download_count\":1,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:03Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/frodo-linux-arm64-2.0.0-55.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062564\",\"id\":161062564,\"node_id\":\"RA_kwDOH1LPHs4JmZ6k\",\"name\":\"frodo-macos-2.0.0-55.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31933314,\"download_count\":3,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:03Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/frodo-macos-2.0.0-55.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062558\",\"id\":161062558,\"node_id\":\"RA_kwDOH1LPHs4JmZ6e\",\"name\":\"frodo-win-2.0.0-55.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27437190,\"download_count\":17,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:03Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/frodo-win-2.0.0-55.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062563\",\"id\":161062563,\"node_id\":\"RA_kwDOH1LPHs4JmZ6j\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:02Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/161062560\",\"id\":161062560,\"node_id\":\"RA_kwDOH1LPHs4JmZ6g\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2024-04-09T03:58:02Z\",\"updated_at\":\"2024-04-09T03:58:02Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-55/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-55\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-55\",\"body\":\"### Changed\\n\\n - Update to frodo-lib 2.0.0-77\\n\\n### Fixed\\n\\n - Improved filtering out secrets from recordings\\n - rockcarver/frodo-lib\\\\#392: Implemented error handling pattern for methods with unusual amounts of REST calls like `frodo.config.exportFullConfiguration` and `frodo.config.importFullConfiguration` used in the `frodo config import` and `frodo config export` commands\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n* fix rockcarver/frodo-lib#391 and upgrade to frodo-lib 2.0.0-74 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/380\\n* only show scope row if scope defined by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/381\\n* update to frodo-lib 2.0.0-75 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/382\\n* update to frodo-lib 2.0.0-77 and remove secrets from recordings by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/384\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-55\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/149239251\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/149239251/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/149239251/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-54\",\"id\":149239251,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I5TXT\",\"tag_name\":\"v2.0.0-54\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-54\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-04-01T14:25:23Z\",\"published_at\":\"2024-04-01T14:25:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706103\",\"id\":159706103,\"node_id\":\"RA_kwDOH1LPHs4JhOv3\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":70227,\"download_count\":0,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706104\",\"id\":159706104,\"node_id\":\"RA_kwDOH1LPHs4JhOv4\",\"name\":\"frodo-linux-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29562095,\"download_count\":1,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-linux-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706108\",\"id\":159706108,\"node_id\":\"RA_kwDOH1LPHs4JhOv8\",\"name\":\"frodo-linux-arm64-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28615836,\"download_count\":0,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-linux-arm64-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706106\",\"id\":159706106,\"node_id\":\"RA_kwDOH1LPHs4JhOv6\",\"name\":\"frodo-macos-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31929897,\"download_count\":4,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-macos-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706105\",\"id\":159706105,\"node_id\":\"RA_kwDOH1LPHs4JhOv5\",\"name\":\"frodo-win-2.0.0-54.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27433400,\"download_count\":2,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/frodo-win-2.0.0-54.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706102\",\"id\":159706102,\"node_id\":\"RA_kwDOH1LPHs4JhOv2\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/159706107\",\"id\":159706107,\"node_id\":\"RA_kwDOH1LPHs4JhOv7\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":1,\"created_at\":\"2024-04-01T14:25:25Z\",\"updated_at\":\"2024-04-01T14:25:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-54/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-54\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-54\",\"body\":\"### Changed\\n\\n - Update to frodo-lib 2.0.0-75\\n\\n### Fixed\\n\\n - rockcarver/frodo-lib\\\\#397: Service accounts now use the proper scopes when created using the `frodo conn save` command\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n* fix rockcarver/frodo-lib#391 and upgrade to frodo-lib 2.0.0-74 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/380\\n* only show scope row if scope defined by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/381\\n* update to frodo-lib 2.0.0-75 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/382\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-54\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148065722\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148065722/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/148065722/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-53\",\"id\":148065722,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I0026\",\"tag_name\":\"v2.0.0-53\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-53\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-03-24T01:11:53Z\",\"published_at\":\"2024-03-24T01:11:55Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299075\",\"id\":158299075,\"node_id\":\"RA_kwDOH1LPHs4Jb3PD\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":69935,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299076\",\"id\":158299076,\"node_id\":\"RA_kwDOH1LPHs4Jb3PE\",\"name\":\"frodo-linux-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29564057,\"download_count\":1,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-linux-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299080\",\"id\":158299080,\"node_id\":\"RA_kwDOH1LPHs4Jb3PI\",\"name\":\"frodo-linux-arm64-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28615602,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-linux-arm64-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299079\",\"id\":158299079,\"node_id\":\"RA_kwDOH1LPHs4Jb3PH\",\"name\":\"frodo-macos-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31930157,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-macos-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299078\",\"id\":158299078,\"node_id\":\"RA_kwDOH1LPHs4Jb3PG\",\"name\":\"frodo-win-2.0.0-53.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27435114,\"download_count\":4,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/frodo-win-2.0.0-53.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299077\",\"id\":158299077,\"node_id\":\"RA_kwDOH1LPHs4Jb3PF\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158299082\",\"id\":158299082,\"node_id\":\"RA_kwDOH1LPHs4Jb3PK\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-03-24T01:11:55Z\",\"updated_at\":\"2024-03-24T01:11:56Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-53/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-53\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-53\",\"body\":\"### Changed\\n\\n - Update to frodo-lib 2.0.0-74\\n\\n### Fixed\\n\\n - rockcarver/frodo-lib\\\\#391: Frodo now creates service accounts with all allowed scopes:\\n - `fr:am:*`\\n - `fr:idc:analytics:*`\\n - `fr:autoaccess:*`\\n - `fr:idc:certificate:*`\\n - `fr:idc:certificate:read`\\n - `fr:idc:content-security-policy:*`\\n - `fr:idc:custom-domain:*`\\n - `fr:idc:esv:*`\\n - `fr:idc:esv:read`\\n - `fr:idc:esv:restart`\\n - `fr:idc:esv:update`\\n - `fr:idm:*`\\n - `fr:iga:*`\\n - `fr:idc:promotion:*`\\n - `fr:idc:release:*`\\n - `fr:idc:sso-cookie:*`\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n* fix rockcarver/frodo-lib#391 and upgrade to frodo-lib 2.0.0-74 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/380\\n* only show scope row if scope defined by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/381\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-53\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148021193\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/148021193/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/148021193/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-52\",\"id\":148021193,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4I0p_J\",\"tag_name\":\"v2.0.0-52\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-52\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-03-23T00:54:42Z\",\"published_at\":\"2024-03-23T00:54:43Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175084\",\"id\":158175084,\"node_id\":\"RA_kwDOH1LPHs4JbY9s\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":69184,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175089\",\"id\":158175089,\"node_id\":\"RA_kwDOH1LPHs4JbY9x\",\"name\":\"frodo-linux-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29560240,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-linux-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175090\",\"id\":158175090,\"node_id\":\"RA_kwDOH1LPHs4JbY9y\",\"name\":\"frodo-linux-arm64-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28612359,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-linux-arm64-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175086\",\"id\":158175086,\"node_id\":\"RA_kwDOH1LPHs4JbY9u\",\"name\":\"frodo-macos-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31927133,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-macos-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175087\",\"id\":158175087,\"node_id\":\"RA_kwDOH1LPHs4JbY9v\",\"name\":\"frodo-win-2.0.0-52.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27430960,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/frodo-win-2.0.0-52.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175085\",\"id\":158175085,\"node_id\":\"RA_kwDOH1LPHs4JbY9t\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/158175088\",\"id\":158175088,\"node_id\":\"RA_kwDOH1LPHs4JbY9w\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-03-23T00:54:44Z\",\"updated_at\":\"2024-03-23T00:54:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-52/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-52\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-52\",\"body\":\"### Fixed\\n\\n - \\\\#378: `--llt` option of `frodo admin create-oauth2-client-with-admin-privileges` now works properly again\\n - \\\\#377: Frodo CLI now properly handles FrodoErrors thrown by frodo-lib\\n\\n\\n\\n## What's Changed\\n* Update pipeline by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/269\\n* Merged next into main by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/270\\n* update and adapt to frodo-lib 2.0.0-16 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/271\\n* fixes rockcarver/frodo-lib#272 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/272\\n* update to frodo-lib 2.0.0-19 and add frodo shell command by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/274\\n* update to frodo-lib 2.0.0-21 and adapt to latest frodo-lib changes by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/275\\n* resolves #276 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/277\\n* rename `app` command to `oauth` and add new `app` command for app onboarding by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/279\\n* update to frodo-lib 2.0.0-26 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/281\\n* update to frodo-lib 2.0.0-27 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/284\\n* Add tests for list and export ops by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/282\\n* cli e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/286\\n* update log list/tail/fetch commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/287\\n* fixes #288 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/289\\n* fixes #297 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/298\\n* Fix and add tests for authz policy list by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/291\\n* Fix journey exports and add journey export tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/292\\n* Add theme delete tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/293\\n* Fix service list and add service list tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/294\\n* Fix idm count and add idm count tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/295\\n* Fix Imports and Add Import Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/299\\n* Consume Trivir PRs by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/300\\n* Inlcude e2e mock recordings in frodo-cli project by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/301\\n* Update to frodo-lib 2.0.0-37 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/302\\n* Pr/303 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/304\\n* Add Working Directory Option by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/303\\n* fix saml cot import tests and snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/305\\n* more sophisticated journey export/import tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/306\\n* fix e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/307\\n* fix saml cot import and e2e tests by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/308\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n* fixes #377 and fixes #378 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/379\\n\\n## New Contributors\\n* @phalestrivir made their first contribution in https://github.com/rockcarver/frodo-cli/pull/282\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v1.0.1...v2.0.0-52\",\"mentions_count\":4},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/141140121\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/141140121/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/141140121/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-51\",\"id\":141140121,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IaaCZ\",\"tag_name\":\"v2.0.0-51\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-51\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-10T05:28:19Z\",\"published_at\":\"2024-02-10T05:28:20Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829951\",\"id\":150829951,\"node_id\":\"RA_kwDOH1LPHs4I_Xt_\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68876,\"download_count\":1,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829950\",\"id\":150829950,\"node_id\":\"RA_kwDOH1LPHs4I_Xt-\",\"name\":\"frodo-linux-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29509312,\"download_count\":11,\"created_at\":\"2024-02-10T05:28:20Z\",\"updated_at\":\"2024-02-10T05:28:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-linux-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829954\",\"id\":150829954,\"node_id\":\"RA_kwDOH1LPHs4I_XuC\",\"name\":\"frodo-linux-arm64-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28530039,\"download_count\":1,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-linux-arm64-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829953\",\"id\":150829953,\"node_id\":\"RA_kwDOH1LPHs4I_XuB\",\"name\":\"frodo-macos-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31891517,\"download_count\":8,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-macos-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829948\",\"id\":150829948,\"node_id\":\"RA_kwDOH1LPHs4I_Xt8\",\"name\":\"frodo-win-2.0.0-51.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27394209,\"download_count\":25,\"created_at\":\"2024-02-10T05:28:20Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/frodo-win-2.0.0-51.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829949\",\"id\":150829949,\"node_id\":\"RA_kwDOH1LPHs4I_Xt9\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-02-10T05:28:20Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150829952\",\"id\":150829952,\"node_id\":\"RA_kwDOH1LPHs4I_XuA\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2024-02-10T05:28:21Z\",\"updated_at\":\"2024-02-10T05:28:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-51/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-51\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-51\",\"body\":\"## What's Changed\\n* fixes #369 and update to frodo-lib 2.0.0-72 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/370\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-50...v2.0.0-51\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140390150\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140390150/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/140390150/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-50\",\"id\":140390150,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IXi8G\",\"tag_name\":\"v2.0.0-50\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-50\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-07T19:07:37Z\",\"published_at\":\"2024-02-07T19:07:38Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373157\",\"id\":150373157,\"node_id\":\"RA_kwDOH1LPHs4I9oMl\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68765,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373153\",\"id\":150373153,\"node_id\":\"RA_kwDOH1LPHs4I9oMh\",\"name\":\"frodo-linux-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29511002,\"download_count\":1,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-linux-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373151\",\"id\":150373151,\"node_id\":\"RA_kwDOH1LPHs4I9oMf\",\"name\":\"frodo-linux-arm64-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28532728,\"download_count\":1,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-linux-arm64-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373155\",\"id\":150373155,\"node_id\":\"RA_kwDOH1LPHs4I9oMj\",\"name\":\"frodo-macos-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31891664,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-macos-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373156\",\"id\":150373156,\"node_id\":\"RA_kwDOH1LPHs4I9oMk\",\"name\":\"frodo-win-2.0.0-50.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27396354,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/frodo-win-2.0.0-50.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373154\",\"id\":150373154,\"node_id\":\"RA_kwDOH1LPHs4I9oMi\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150373152\",\"id\":150373152,\"node_id\":\"RA_kwDOH1LPHs4I9oMg\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-02-07T19:07:39Z\",\"updated_at\":\"2024-02-07T19:07:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-50/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-50\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-50\",\"body\":\"## What's Changed\\n* update to frodo-lib 2.0.0-71 and leverage new node classifications by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/367\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-49...v2.0.0-50\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140005720\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/140005720/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/140005720/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-49\",\"id\":140005720,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IWFFY\",\"tag_name\":\"v2.0.0-49\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-49\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-05T23:30:20Z\",\"published_at\":\"2024-02-05T23:30:22Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001703\",\"id\":150001703,\"node_id\":\"RA_kwDOH1LPHs4I8Ngn\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68654,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001706\",\"id\":150001706,\"node_id\":\"RA_kwDOH1LPHs4I8Ngq\",\"name\":\"frodo-linux-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29506455,\"download_count\":2,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-linux-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001705\",\"id\":150001705,\"node_id\":\"RA_kwDOH1LPHs4I8Ngp\",\"name\":\"frodo-linux-arm64-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28531542,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-linux-arm64-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001701\",\"id\":150001701,\"node_id\":\"RA_kwDOH1LPHs4I8Ngl\",\"name\":\"frodo-macos-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31889575,\"download_count\":1,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-macos-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001704\",\"id\":150001704,\"node_id\":\"RA_kwDOH1LPHs4I8Ngo\",\"name\":\"frodo-win-2.0.0-49.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27395370,\"download_count\":1,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/frodo-win-2.0.0-49.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001707\",\"id\":150001707,\"node_id\":\"RA_kwDOH1LPHs4I8Ngr\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/150001702\",\"id\":150001702,\"node_id\":\"RA_kwDOH1LPHs4I8Ngm\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-02-05T23:30:22Z\",\"updated_at\":\"2024-02-05T23:30:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-49/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-49\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-49\",\"body\":\"### Fixed\\n\\n - \\\\#363: Doing a full export of IDM from FIDC started hanging between v2.0.0.32 and v2.0.0.33\\n\\n\\n\\n## What's Changed\\n* Fix for #363 by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/366\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-48...v2.0.0-49\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/139564461\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/139564461/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/139564461/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-48\",\"id\":139564461,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IUZWt\",\"tag_name\":\"v2.0.0-48\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-48\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-02-01T19:12:44Z\",\"published_at\":\"2024-02-01T19:12:46Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228004\",\"id\":149228004,\"node_id\":\"RA_kwDOH1LPHs4I5Qnk\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68435,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228006\",\"id\":149228006,\"node_id\":\"RA_kwDOH1LPHs4I5Qnm\",\"name\":\"frodo-linux-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29507541,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-linux-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228007\",\"id\":149228007,\"node_id\":\"RA_kwDOH1LPHs4I5Qnn\",\"name\":\"frodo-linux-arm64-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28529985,\"download_count\":1,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-linux-arm64-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228008\",\"id\":149228008,\"node_id\":\"RA_kwDOH1LPHs4I5Qno\",\"name\":\"frodo-macos-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31889901,\"download_count\":2,\"created_at\":\"2024-02-01T19:12:47Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-macos-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228009\",\"id\":149228009,\"node_id\":\"RA_kwDOH1LPHs4I5Qnp\",\"name\":\"frodo-win-2.0.0-48.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27393957,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:47Z\",\"updated_at\":\"2024-02-01T19:12:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/frodo-win-2.0.0-48.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228003\",\"id\":149228003,\"node_id\":\"RA_kwDOH1LPHs4I5Qnj\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/149228005\",\"id\":149228005,\"node_id\":\"RA_kwDOH1LPHs4I5Qnl\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-02-01T19:12:46Z\",\"updated_at\":\"2024-02-01T19:12:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-48/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-48\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-48\",\"body\":\"## What's Changed\\n* Update to frodo-lib 2.0.0-70 and check for updates only once a day by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/365\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-47...v2.0.0-48\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137866277\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137866277/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/137866277/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-47\",\"id\":137866277,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IN6wl\",\"tag_name\":\"v2.0.0-47\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-47\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-21T03:14:23Z\",\"published_at\":\"2024-01-21T03:14:25Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818465\",\"id\":146818465,\"node_id\":\"RA_kwDOH1LPHs4IwEWh\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68324,\"download_count\":1,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818461\",\"id\":146818461,\"node_id\":\"RA_kwDOH1LPHs4IwEWd\",\"name\":\"frodo-linux-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29505966,\"download_count\":7,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-linux-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818460\",\"id\":146818460,\"node_id\":\"RA_kwDOH1LPHs4IwEWc\",\"name\":\"frodo-linux-arm64-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28530047,\"download_count\":0,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-linux-arm64-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818459\",\"id\":146818459,\"node_id\":\"RA_kwDOH1LPHs4IwEWb\",\"name\":\"frodo-macos-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31889371,\"download_count\":3,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-macos-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818464\",\"id\":146818464,\"node_id\":\"RA_kwDOH1LPHs4IwEWg\",\"name\":\"frodo-win-2.0.0-47.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27393047,\"download_count\":8,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/frodo-win-2.0.0-47.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818463\",\"id\":146818463,\"node_id\":\"RA_kwDOH1LPHs4IwEWf\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146818462\",\"id\":146818462,\"node_id\":\"RA_kwDOH1LPHs4IwEWe\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2024-01-21T03:14:25Z\",\"updated_at\":\"2024-01-21T03:14:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-47/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-47\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-47\",\"body\":\"### Added\\n\\n - \\\\#360: Frodo now saves the deployment type in connection profiles.\\n\\n### Changed\\n\\n - Update to frodo-lib 2.0.0-67\\n\\n\\n\\n## What's Changed\\n* resolves #360 - Frodo now saves the deployment type in connection profiles by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/362\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-46...v2.0.0-47\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137851327\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137851327/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/137851327/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-46\",\"id\":137851327,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IN3G_\",\"tag_name\":\"v2.0.0-46\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-46\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-20T16:30:48Z\",\"published_at\":\"2024-01-20T16:30:50Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738978\",\"id\":146738978,\"node_id\":\"RA_kwDOH1LPHs4Ivw8i\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":68083,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:50Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738977\",\"id\":146738977,\"node_id\":\"RA_kwDOH1LPHs4Ivw8h\",\"name\":\"frodo-linux-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29506343,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-linux-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738979\",\"id\":146738979,\"node_id\":\"RA_kwDOH1LPHs4Ivw8j\",\"name\":\"frodo-linux-arm64-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28525404,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-linux-arm64-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738975\",\"id\":146738975,\"node_id\":\"RA_kwDOH1LPHs4Ivw8f\",\"name\":\"frodo-macos-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31888779,\"download_count\":1,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-macos-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738976\",\"id\":146738976,\"node_id\":\"RA_kwDOH1LPHs4Ivw8g\",\"name\":\"frodo-win-2.0.0-46.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27392880,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:51Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/frodo-win-2.0.0-46.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738973\",\"id\":146738973,\"node_id\":\"RA_kwDOH1LPHs4Ivw8d\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:50Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/146738974\",\"id\":146738974,\"node_id\":\"RA_kwDOH1LPHs4Ivw8e\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-01-20T16:30:50Z\",\"updated_at\":\"2024-01-20T16:30:50Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-46/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-46\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-46\",\"body\":\"## What's Changed\\n* handle encoding when creating a new version of a secret by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/361\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-45...v2.0.0-46\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137148134\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/137148134/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/137148134/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-45\",\"id\":137148134,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4ILLbm\",\"tag_name\":\"v2.0.0-45\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-45\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-16T06:09:12Z\",\"published_at\":\"2024-01-16T06:09:14Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803058\",\"id\":145803058,\"node_id\":\"RA_kwDOH1LPHs4IsMcy\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67972,\"download_count\":1,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:15Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803063\",\"id\":145803063,\"node_id\":\"RA_kwDOH1LPHs4IsMc3\",\"name\":\"frodo-linux-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29504115,\"download_count\":3,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-linux-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803064\",\"id\":145803064,\"node_id\":\"RA_kwDOH1LPHs4IsMc4\",\"name\":\"frodo-linux-arm64-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28528146,\"download_count\":1,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-linux-arm64-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803061\",\"id\":145803061,\"node_id\":\"RA_kwDOH1LPHs4IsMc1\",\"name\":\"frodo-macos-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31887244,\"download_count\":2,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-macos-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803057\",\"id\":145803057,\"node_id\":\"RA_kwDOH1LPHs4IsMcx\",\"name\":\"frodo-win-2.0.0-45.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27389099,\"download_count\":10,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:16Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/frodo-win-2.0.0-45.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803059\",\"id\":145803059,\"node_id\":\"RA_kwDOH1LPHs4IsMcz\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:15Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/145803060\",\"id\":145803060,\"node_id\":\"RA_kwDOH1LPHs4IsMc0\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-01-16T06:09:15Z\",\"updated_at\":\"2024-01-16T06:09:15Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-45/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-45\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-45\",\"body\":\"### Added\\n\\n - pem and base64hmac encoded ESV secret creation\\n\\n\\n\\n## What's Changed\\n* pem and base64hmac encoded ESV secret creation support by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/353\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-44...v2.0.0-45\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/136584173\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/136584173/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/136584173/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-44\",\"id\":136584173,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IJBvt\",\"tag_name\":\"v2.0.0-44\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-44\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-11T01:53:23Z\",\"published_at\":\"2024-01-11T01:53:25Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944813\",\"id\":144944813,\"node_id\":\"RA_kwDOH1LPHs4Io66t\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67798,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944814\",\"id\":144944814,\"node_id\":\"RA_kwDOH1LPHs4Io66u\",\"name\":\"frodo-linux-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29502218,\"download_count\":3,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:28Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-linux-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944817\",\"id\":144944817,\"node_id\":\"RA_kwDOH1LPHs4Io66x\",\"name\":\"frodo-linux-arm64-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28526167,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-linux-arm64-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944812\",\"id\":144944812,\"node_id\":\"RA_kwDOH1LPHs4Io66s\",\"name\":\"frodo-macos-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31884470,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:28Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-macos-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944815\",\"id\":144944815,\"node_id\":\"RA_kwDOH1LPHs4Io66v\",\"name\":\"frodo-win-2.0.0-44.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27388748,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/frodo-win-2.0.0-44.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944816\",\"id\":144944816,\"node_id\":\"RA_kwDOH1LPHs4Io66w\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/144944811\",\"id\":144944811,\"node_id\":\"RA_kwDOH1LPHs4Io66r\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":0,\"created_at\":\"2024-01-11T01:53:26Z\",\"updated_at\":\"2024-01-11T01:53:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-44/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-44\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-44\",\"body\":\"## What's Changed\\n* Saml import/export dependency work by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/352\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-43...v2.0.0-44\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135916342\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135916342/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/135916342/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-43\",\"id\":135916342,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IGes2\",\"tag_name\":\"v2.0.0-43\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-43\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-05T03:19:23Z\",\"published_at\":\"2024-01-05T03:19:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871087\",\"id\":143871087,\"node_id\":\"RA_kwDOH1LPHs4Ik0xv\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67687,\"download_count\":1,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871090\",\"id\":143871090,\"node_id\":\"RA_kwDOH1LPHs4Ik0xy\",\"name\":\"frodo-linux-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29502625,\"download_count\":4,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-linux-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871091\",\"id\":143871091,\"node_id\":\"RA_kwDOH1LPHs4Ik0xz\",\"name\":\"frodo-linux-arm64-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28524869,\"download_count\":3,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-linux-arm64-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871089\",\"id\":143871089,\"node_id\":\"RA_kwDOH1LPHs4Ik0xx\",\"name\":\"frodo-macos-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31884576,\"download_count\":1,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-macos-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871088\",\"id\":143871088,\"node_id\":\"RA_kwDOH1LPHs4Ik0xw\",\"name\":\"frodo-win-2.0.0-43.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27388163,\"download_count\":8,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/frodo-win-2.0.0-43.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871086\",\"id\":143871086,\"node_id\":\"RA_kwDOH1LPHs4Ik0xu\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143871085\",\"id\":143871085,\"node_id\":\"RA_kwDOH1LPHs4Ik0xt\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2024-01-05T03:19:25Z\",\"updated_at\":\"2024-01-05T03:19:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-43/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-43\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-43\",\"body\":\"## What's Changed\\n* Pr/350 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/351\\n* Add ability to not include default scripts in exports and imports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/350\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-42...v2.0.0-43\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135758433\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/135758433/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/135758433/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-42\",\"id\":135758433,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IF4Jh\",\"tag_name\":\"v2.0.0-42\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-42\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2024-01-04T00:21:52Z\",\"published_at\":\"2024-01-04T00:21:54Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671394\",\"id\":143671394,\"node_id\":\"RA_kwDOH1LPHs4IkEBi\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67576,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671395\",\"id\":143671395,\"node_id\":\"RA_kwDOH1LPHs4IkEBj\",\"name\":\"frodo-linux-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29501538,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-linux-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671403\",\"id\":143671403,\"node_id\":\"RA_kwDOH1LPHs4IkEBr\",\"name\":\"frodo-linux-arm64-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28522636,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-linux-arm64-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671399\",\"id\":143671399,\"node_id\":\"RA_kwDOH1LPHs4IkEBn\",\"name\":\"frodo-macos-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31881892,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-macos-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671398\",\"id\":143671398,\"node_id\":\"RA_kwDOH1LPHs4IkEBm\",\"name\":\"frodo-win-2.0.0-42.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27385614,\"download_count\":4,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/frodo-win-2.0.0-42.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671397\",\"id\":143671397,\"node_id\":\"RA_kwDOH1LPHs4IkEBl\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/143671396\",\"id\":143671396,\"node_id\":\"RA_kwDOH1LPHs4IkEBk\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":1,\"created_at\":\"2024-01-04T00:21:54Z\",\"updated_at\":\"2024-01-04T00:21:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-42/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-42\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-42\",\"body\":\"## What's Changed\\n* Pr/348 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/349\\n* Add ability to export and import journeys without coordinates by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/348\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-41...v2.0.0-42\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134961811\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134961811/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134961811/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-41\",\"id\":134961811,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IC1qT\",\"tag_name\":\"v2.0.0-41\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-41\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-23T02:57:37Z\",\"published_at\":\"2023-12-23T02:57:39Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083167\",\"id\":142083167,\"node_id\":\"RA_kwDOH1LPHs4IeARf\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67465,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083170\",\"id\":142083170,\"node_id\":\"RA_kwDOH1LPHs4IeARi\",\"name\":\"frodo-linux-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29498762,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:40Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-linux-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083168\",\"id\":142083168,\"node_id\":\"RA_kwDOH1LPHs4IeARg\",\"name\":\"frodo-linux-arm64-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28521078,\"download_count\":2,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:41Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-linux-arm64-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083171\",\"id\":142083171,\"node_id\":\"RA_kwDOH1LPHs4IeARj\",\"name\":\"frodo-macos-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31879104,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:41Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-macos-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083166\",\"id\":142083166,\"node_id\":\"RA_kwDOH1LPHs4IeARe\",\"name\":\"frodo-win-2.0.0-41.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27382631,\"download_count\":4,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:41Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/frodo-win-2.0.0-41.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083165\",\"id\":142083165,\"node_id\":\"RA_kwDOH1LPHs4IeARd\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142083169\",\"id\":142083169,\"node_id\":\"RA_kwDOH1LPHs4IeARh\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-23T02:57:39Z\",\"updated_at\":\"2023-12-23T02:57:39Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-41/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-41\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-41\",\"body\":\"## What's Changed\\n* Pr/346 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/347\\n* Improve imports and add ability to do a full import by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/346\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-40...v2.0.0-41\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134935590\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134935590/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134935590/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-40\",\"id\":134935590,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4ICvQm\",\"tag_name\":\"v2.0.0-40\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-40\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-22T18:12:51Z\",\"published_at\":\"2023-12-22T18:12:52Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018971\",\"id\":142018971,\"node_id\":\"RA_kwDOH1LPHs4Idwmb\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67354,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018974\",\"id\":142018974,\"node_id\":\"RA_kwDOH1LPHs4Idwme\",\"name\":\"frodo-linux-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":29489984,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-linux-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018975\",\"id\":142018975,\"node_id\":\"RA_kwDOH1LPHs4Idwmf\",\"name\":\"frodo-linux-arm64-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28506380,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-linux-arm64-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018969\",\"id\":142018969,\"node_id\":\"RA_kwDOH1LPHs4IdwmZ\",\"name\":\"frodo-macos-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":31863716,\"download_count\":2,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-macos-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018972\",\"id\":142018972,\"node_id\":\"RA_kwDOH1LPHs4Idwmc\",\"name\":\"frodo-win-2.0.0-40.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":27369901,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/frodo-win-2.0.0-40.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018970\",\"id\":142018970,\"node_id\":\"RA_kwDOH1LPHs4Idwma\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/142018973\",\"id\":142018973,\"node_id\":\"RA_kwDOH1LPHs4Idwmd\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":1,\"created_at\":\"2023-12-22T18:12:53Z\",\"updated_at\":\"2023-12-22T18:12:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-40/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-40\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-40\",\"body\":\"## What's Changed\\n* update dependencies and update to frodo-lib 2.0.0-56 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/344\\n* fix codesigning on macos by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/345\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-39...v2.0.0-40\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134410644\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134410644/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134410644/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-39\",\"id\":134410644,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4IAvGU\",\"tag_name\":\"v2.0.0-39\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-39\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-19T03:27:21Z\",\"published_at\":\"2023-12-19T03:27:23Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383076\",\"id\":141383076,\"node_id\":\"RA_kwDOH1LPHs4IbVWk\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67243,\"download_count\":1,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383080\",\"id\":141383080,\"node_id\":\"RA_kwDOH1LPHs4IbVWo\",\"name\":\"frodo-linux-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28813177,\"download_count\":7,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-linux-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383081\",\"id\":141383081,\"node_id\":\"RA_kwDOH1LPHs4IbVWp\",\"name\":\"frodo-linux-arm64-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28734952,\"download_count\":1,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-linux-arm64-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383079\",\"id\":141383079,\"node_id\":\"RA_kwDOH1LPHs4IbVWn\",\"name\":\"frodo-macos-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30930907,\"download_count\":3,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-macos-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383077\",\"id\":141383077,\"node_id\":\"RA_kwDOH1LPHs4IbVWl\",\"name\":\"frodo-win-2.0.0-39.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26549833,\"download_count\":2,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/frodo-win-2.0.0-39.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383075\",\"id\":141383075,\"node_id\":\"RA_kwDOH1LPHs4IbVWj\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141383078\",\"id\":141383078,\"node_id\":\"RA_kwDOH1LPHs4IbVWm\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-19T03:27:23Z\",\"updated_at\":\"2023-12-19T03:27:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-39/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-39\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-39\",\"body\":\"## What's Changed\\n* Pr/340 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/341\\n* Add ability to explicitly exclude metadata from exports by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/340\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-38...v2.0.0-39\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134197465\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/134197465/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/134197465/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-38\",\"id\":134197465,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H_7DZ\",\"tag_name\":\"v2.0.0-38\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-38\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-16T20:15:55Z\",\"published_at\":\"2023-12-16T20:15:56Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037534\",\"id\":141037534,\"node_id\":\"RA_kwDOH1LPHs4IaA_e\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67132,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037537\",\"id\":141037537,\"node_id\":\"RA_kwDOH1LPHs4IaA_h\",\"name\":\"frodo-linux-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28810871,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-linux-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037540\",\"id\":141037540,\"node_id\":\"RA_kwDOH1LPHs4IaA_k\",\"name\":\"frodo-linux-arm64-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28724650,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-linux-arm64-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037538\",\"id\":141037538,\"node_id\":\"RA_kwDOH1LPHs4IaA_i\",\"name\":\"frodo-macos-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30927777,\"download_count\":2,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-macos-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037539\",\"id\":141037539,\"node_id\":\"RA_kwDOH1LPHs4IaA_j\",\"name\":\"frodo-win-2.0.0-38.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26546680,\"download_count\":3,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/frodo-win-2.0.0-38.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037535\",\"id\":141037535,\"node_id\":\"RA_kwDOH1LPHs4IaA_f\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/141037536\",\"id\":141037536,\"node_id\":\"RA_kwDOH1LPHs4IaA_g\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-16T20:15:57Z\",\"updated_at\":\"2023-12-16T20:15:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-38/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-38\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-38\",\"body\":\"## What's Changed\\n* Add ability to see usage of scripts and ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/338\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-37...v2.0.0-38\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132776811\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132776811/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/132776811/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-37\",\"id\":132776811,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H6gNr\",\"tag_name\":\"v2.0.0-37\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-37\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-06T04:06:19Z\",\"published_at\":\"2023-12-06T04:06:21Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189793\",\"id\":139189793,\"node_id\":\"RA_kwDOH1LPHs4IS94h\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":67021,\"download_count\":1,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189796\",\"id\":139189796,\"node_id\":\"RA_kwDOH1LPHs4IS94k\",\"name\":\"frodo-linux-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28790575,\"download_count\":2,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-linux-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189799\",\"id\":139189799,\"node_id\":\"RA_kwDOH1LPHs4IS94n\",\"name\":\"frodo-linux-arm64-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28714399,\"download_count\":1,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-linux-arm64-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189797\",\"id\":139189797,\"node_id\":\"RA_kwDOH1LPHs4IS94l\",\"name\":\"frodo-macos-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30872834,\"download_count\":4,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-macos-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189798\",\"id\":139189798,\"node_id\":\"RA_kwDOH1LPHs4IS94m\",\"name\":\"frodo-win-2.0.0-37.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26491832,\"download_count\":10,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:23Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/frodo-win-2.0.0-37.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189794\",\"id\":139189794,\"node_id\":\"RA_kwDOH1LPHs4IS94i\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/139189795\",\"id\":139189795,\"node_id\":\"RA_kwDOH1LPHs4IS94j\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":4,\"created_at\":\"2023-12-06T04:06:21Z\",\"updated_at\":\"2023-12-06T04:06:22Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-37/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-37\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-37\",\"body\":\"## What's Changed\\n* Pr/335 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/336\\n* Fix config exports and create config command by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/335\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-36...v2.0.0-37\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132221217\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132221217/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/132221217/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-36\",\"id\":132221217,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H4Ykh\",\"tag_name\":\"v2.0.0-36\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-36\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-12-01T03:14:31Z\",\"published_at\":\"2023-12-01T03:14:33Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343705\",\"id\":138343705,\"node_id\":\"RA_kwDOH1LPHs4IPvUZ\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66910,\"download_count\":1,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:34Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343706\",\"id\":138343706,\"node_id\":\"RA_kwDOH1LPHs4IPvUa\",\"name\":\"frodo-linux-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28784025,\"download_count\":3,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-linux-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343707\",\"id\":138343707,\"node_id\":\"RA_kwDOH1LPHs4IPvUb\",\"name\":\"frodo-linux-arm64-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28699658,\"download_count\":3,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-linux-arm64-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343704\",\"id\":138343704,\"node_id\":\"RA_kwDOH1LPHs4IPvUY\",\"name\":\"frodo-macos-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30859121,\"download_count\":7,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-macos-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343708\",\"id\":138343708,\"node_id\":\"RA_kwDOH1LPHs4IPvUc\",\"name\":\"frodo-win-2.0.0-36.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26478958,\"download_count\":3,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:35Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/frodo-win-2.0.0-36.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343702\",\"id\":138343702,\"node_id\":\"RA_kwDOH1LPHs4IPvUW\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:34Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138343701\",\"id\":138343701,\"node_id\":\"RA_kwDOH1LPHs4IPvUV\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-12-01T03:14:33Z\",\"updated_at\":\"2023-12-01T03:14:34Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-36/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-36\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-36\",\"body\":\"## What's Changed\\n* rename function and command and update to frodo-lib 2.0.0-53 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/333\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-35...v2.0.0-36\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132023096\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/132023096/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/132023096/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-35\",\"id\":132023096,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H3oM4\",\"tag_name\":\"v2.0.0-35\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-35\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-30T04:15:16Z\",\"published_at\":\"2023-11-30T04:15:18Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156673\",\"id\":138156673,\"node_id\":\"RA_kwDOH1LPHs4IPBqB\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66799,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156668\",\"id\":138156668,\"node_id\":\"RA_kwDOH1LPHs4IPBp8\",\"name\":\"frodo-linux-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28784827,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-linux-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156669\",\"id\":138156669,\"node_id\":\"RA_kwDOH1LPHs4IPBp9\",\"name\":\"frodo-linux-arm64-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28697371,\"download_count\":2,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-linux-arm64-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156671\",\"id\":138156671,\"node_id\":\"RA_kwDOH1LPHs4IPBp_\",\"name\":\"frodo-macos-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30859711,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-macos-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156672\",\"id\":138156672,\"node_id\":\"RA_kwDOH1LPHs4IPBqA\",\"name\":\"frodo-win-2.0.0-35.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26478786,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/frodo-win-2.0.0-35.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156670\",\"id\":138156670,\"node_id\":\"RA_kwDOH1LPHs4IPBp-\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:19Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/138156667\",\"id\":138156667,\"node_id\":\"RA_kwDOH1LPHs4IPBp7\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-11-30T04:15:18Z\",\"updated_at\":\"2023-11-30T04:15:18Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-35/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-35\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-35\",\"body\":\"## What's Changed\\n* fixes arm64 builds #330 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/331\\n* minor fixes and additional help for the new commands by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/332\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-34...v2.0.0-35\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131849479\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131849479/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/131849479/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-34\",\"id\":131849479,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H290H\",\"tag_name\":\"v2.0.0-34\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-34\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-29T04:12:27Z\",\"published_at\":\"2023-11-29T04:12:29Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960097\",\"id\":137960097,\"node_id\":\"RA_kwDOH1LPHs4IORqh\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66688,\"download_count\":2,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960092\",\"id\":137960092,\"node_id\":\"RA_kwDOH1LPHs4IORqc\",\"name\":\"frodo-linux-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28780631,\"download_count\":3,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:32Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-linux-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960096\",\"id\":137960096,\"node_id\":\"RA_kwDOH1LPHs4IORqg\",\"name\":\"frodo-linux-arm64-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-linux-arm64-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960095\",\"id\":137960095,\"node_id\":\"RA_kwDOH1LPHs4IORqf\",\"name\":\"frodo-macos-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30854524,\"download_count\":1,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:31Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-macos-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960094\",\"id\":137960094,\"node_id\":\"RA_kwDOH1LPHs4IORqe\",\"name\":\"frodo-win-2.0.0-34.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26475379,\"download_count\":3,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:31Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/frodo-win-2.0.0-34.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960093\",\"id\":137960093,\"node_id\":\"RA_kwDOH1LPHs4IORqd\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137960091\",\"id\":137960091,\"node_id\":\"RA_kwDOH1LPHs4IORqb\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-29T04:12:30Z\",\"updated_at\":\"2023-11-29T04:12:30Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-34/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-34\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-34\",\"body\":\"## What's Changed\\n* new admin commands to configure and test rfc7523 authz grant flows by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/329\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-33...v2.0.0-34\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131456425\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/131456425/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/131456425/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-33\",\"id\":131456425,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4H1d2p\",\"tag_name\":\"v2.0.0-33\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-33\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-26T07:33:22Z\",\"published_at\":\"2023-11-26T07:33:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478671\",\"id\":137478671,\"node_id\":\"RA_kwDOH1LPHs4IMcIP\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66577,\"download_count\":4,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478677\",\"id\":137478677,\"node_id\":\"RA_kwDOH1LPHs4IMcIV\",\"name\":\"frodo-linux-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28736465,\"download_count\":2,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:27Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-linux-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478676\",\"id\":137478676,\"node_id\":\"RA_kwDOH1LPHs4IMcIU\",\"name\":\"frodo-linux-arm64-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":3,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-linux-arm64-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478673\",\"id\":137478673,\"node_id\":\"RA_kwDOH1LPHs4IMcIR\",\"name\":\"frodo-macos-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30812468,\"download_count\":1,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-macos-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478675\",\"id\":137478675,\"node_id\":\"RA_kwDOH1LPHs4IMcIT\",\"name\":\"frodo-win-2.0.0-33.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26433710,\"download_count\":5,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/frodo-win-2.0.0-33.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478674\",\"id\":137478674,\"node_id\":\"RA_kwDOH1LPHs4IMcIS\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/137478672\",\"id\":137478672,\"node_id\":\"RA_kwDOH1LPHs4IMcIQ\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-11-26T07:33:25Z\",\"updated_at\":\"2023-11-26T07:33:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-33/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-33\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-33\",\"body\":\"## What's Changed\\n* Pr/325 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/328\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-32...v2.0.0-33\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130814474\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130814474/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/130814474/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-32\",\"id\":130814474,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HzBIK\",\"tag_name\":\"v2.0.0-32\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-32\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-21T20:39:54Z\",\"published_at\":\"2023-11-21T20:39:56Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768721\",\"id\":136768721,\"node_id\":\"RA_kwDOH1LPHs4IJuzR\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66466,\"download_count\":1,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768725\",\"id\":136768725,\"node_id\":\"RA_kwDOH1LPHs4IJuzV\",\"name\":\"frodo-linux-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28699489,\"download_count\":2,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:58Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-linux-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768723\",\"id\":136768723,\"node_id\":\"RA_kwDOH1LPHs4IJuzT\",\"name\":\"frodo-linux-arm64-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":3,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-linux-arm64-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768720\",\"id\":136768720,\"node_id\":\"RA_kwDOH1LPHs4IJuzQ\",\"name\":\"frodo-macos-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30777435,\"download_count\":1,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-macos-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768724\",\"id\":136768724,\"node_id\":\"RA_kwDOH1LPHs4IJuzU\",\"name\":\"frodo-win-2.0.0-32.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26398009,\"download_count\":3,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/frodo-win-2.0.0-32.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768722\",\"id\":136768722,\"node_id\":\"RA_kwDOH1LPHs4IJuzS\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136768719\",\"id\":136768719,\"node_id\":\"RA_kwDOH1LPHs4IJuzP\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":2,\"created_at\":\"2023-11-21T20:39:56Z\",\"updated_at\":\"2023-11-21T20:39:57Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-32/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-32\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-32\",\"body\":\"## What's Changed\\n* Add ability to delete scripts by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/320\\n* Pr/320 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/324\\n* update snapshots by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/326\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-31...v2.0.0-32\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130007303\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/130007303/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/130007303/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-31\",\"id\":130007303,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hv8EH\",\"tag_name\":\"v2.0.0-31\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-31\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-17T18:29:51Z\",\"published_at\":\"2023-11-17T18:29:52Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085958\",\"id\":136085958,\"node_id\":\"RA_kwDOH1LPHs4IHIHG\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66355,\"download_count\":1,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085956\",\"id\":136085956,\"node_id\":\"RA_kwDOH1LPHs4IHIHE\",\"name\":\"frodo-linux-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28695451,\"download_count\":6,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-linux-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085959\",\"id\":136085959,\"node_id\":\"RA_kwDOH1LPHs4IHIHH\",\"name\":\"frodo-linux-arm64-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":3,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-linux-arm64-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085954\",\"id\":136085954,\"node_id\":\"RA_kwDOH1LPHs4IHIHC\",\"name\":\"frodo-macos-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30772389,\"download_count\":3,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-macos-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085961\",\"id\":136085961,\"node_id\":\"RA_kwDOH1LPHs4IHIHJ\",\"name\":\"frodo-win-2.0.0-31.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26393222,\"download_count\":2,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/frodo-win-2.0.0-31.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085955\",\"id\":136085955,\"node_id\":\"RA_kwDOH1LPHs4IHIHD\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/136085957\",\"id\":136085957,\"node_id\":\"RA_kwDOH1LPHs4IHIHF\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-17T18:29:53Z\",\"updated_at\":\"2023-11-17T18:29:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-31/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-31\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-31\",\"body\":\"## What's Changed\\n* Replace gon with notarytool for Mac OS notarization by @hfranklin in https://github.com/rockcarver/frodo-cli/pull/319\\n* Added support for picking stable or latest homebrew, in the build pipeline by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/321\\n* npm audit will only fail on high or above vulnerabilities by @atomicsamurai in https://github.com/rockcarver/frodo-cli/pull/323\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-30...v2.0.0-31\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127970989\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127970989/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/127970989/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-30\",\"id\":127970989,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HoK6t\",\"tag_name\":\"v2.0.0-30\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-30\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-04T02:35:42Z\",\"published_at\":\"2023-11-04T02:35:43Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876836\",\"id\":133876836,\"node_id\":\"RA_kwDOH1LPHs4H-sxk\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":66244,\"download_count\":1,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876834\",\"id\":133876834,\"node_id\":\"RA_kwDOH1LPHs4H-sxi\",\"name\":\"frodo-linux-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28695387,\"download_count\":6,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-linux-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876838\",\"id\":133876838,\"node_id\":\"RA_kwDOH1LPHs4H-sxm\",\"name\":\"frodo-linux-arm64-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-linux-arm64-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876837\",\"id\":133876837,\"node_id\":\"RA_kwDOH1LPHs4H-sxl\",\"name\":\"frodo-macos-2.0.0-30.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30850600,\"download_count\":2,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-macos-2.0.0-30.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876833\",\"id\":133876833,\"node_id\":\"RA_kwDOH1LPHs4H-sxh\",\"name\":\"frodo-macos-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30773726,\"download_count\":3,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-macos-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876839\",\"id\":133876839,\"node_id\":\"RA_kwDOH1LPHs4H-sxn\",\"name\":\"frodo-win-2.0.0-30.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26393327,\"download_count\":14,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:45Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/frodo-win-2.0.0-30.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876835\",\"id\":133876835,\"node_id\":\"RA_kwDOH1LPHs4H-sxj\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133876840\",\"id\":133876840,\"node_id\":\"RA_kwDOH1LPHs4H-sxo\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-04T02:35:44Z\",\"updated_at\":\"2023-11-04T02:35:44Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-30/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-30\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-30\",\"body\":\"### Added\\n\\n - \\\\#283: Support for authentication settings:\\n \\n - `frodo authn` Manage authentication setting.\\n - `describe` List authentication settings.\\n - `export` Export authentication settings.\\n - `import` Import authentication settings.\\n \\n Examples:\\n \\n - Describe authentication settings:
`frodo authn describe `\\n \\n `frodo authn describe --json `\\n \\n `frodo authn describe `\\n \\n - Describe authentication settings in machine-readable format (json):
`frodo authn describe --json `\\n \\n `frodo authn describe --json `\\n \\n - Export authentication settings to file:
`frodo authn export `\\n \\n `frodo authn export `\\n \\n - Import authentication settings from file:
`frodo authn import -f alphaRealm.authentication.settings.json `\\n \\n `frodo authn import -f alphaRealm.authentication.settings.json `
\\n \\n - \\\\#217: Support `--json` with `frodo esv variable describe`.\\n\\n\\n\\n## What's Changed\\n* Resolve #283 and #217 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/318\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-29...v2.0.0-30\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127623933\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/127623933/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/127623933/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-29\",\"id\":127623933,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hm2L9\",\"tag_name\":\"v2.0.0-29\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-29\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-11-02T02:53:45Z\",\"published_at\":\"2023-11-02T02:53:46Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521055\",\"id\":133521055,\"node_id\":\"RA_kwDOH1LPHs4H9V6f\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":64897,\"download_count\":2,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521056\",\"id\":133521056,\"node_id\":\"RA_kwDOH1LPHs4H9V6g\",\"name\":\"frodo-linux-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28671366,\"download_count\":63,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-linux-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521057\",\"id\":133521057,\"node_id\":\"RA_kwDOH1LPHs4H9V6h\",\"name\":\"frodo-linux-arm64-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-linux-arm64-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521059\",\"id\":133521059,\"node_id\":\"RA_kwDOH1LPHs4H9V6j\",\"name\":\"frodo-macos-2.0.0-29.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30816856,\"download_count\":1,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-macos-2.0.0-29.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521058\",\"id\":133521058,\"node_id\":\"RA_kwDOH1LPHs4H9V6i\",\"name\":\"frodo-macos-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30747786,\"download_count\":1,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-macos-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521060\",\"id\":133521060,\"node_id\":\"RA_kwDOH1LPHs4H9V6k\",\"name\":\"frodo-win-2.0.0-29.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26367299,\"download_count\":3,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:48Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/frodo-win-2.0.0-29.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521053\",\"id\":133521053,\"node_id\":\"RA_kwDOH1LPHs4H9V6d\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/133521054\",\"id\":133521054,\"node_id\":\"RA_kwDOH1LPHs4H9V6e\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-11-02T02:53:47Z\",\"updated_at\":\"2023-11-02T02:53:47Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-29/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-29\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-29\",\"body\":\"### Added\\n\\n - rockcarver/frodo-lib\\\\#53: Frodo Library now uses a file-based secure token cache to persist session and access tokens for re-use. The cached tokens are protected by the credential that was used to obtain them. Session tokens are encrypted using the hashed password as the master key, access tokens are encrypted using the hashed JWK private key as the master key. Therefore only users and processes with the correct credentials can access the tokens in the cache.\\n \\n - The new default behavior is for Frodo CLI to use the new token cache for all applicable commands.\\n - A new global option `--no-cache` has been added to all commands to allow disabling the cache for indiviual invocations.\\n - A new environment variable `FRODO_NO_CACHE` is available to globally turn off token caching.\\n - A new environment variable `FRODO_TOKEN_CACHE_PATH` is available to instruct Frodo Library to use a non-default token cache file.\\n\\n - rockcarver/frodo-lib\\\\#340: Frodo Library now autotomatically refreshes expired session and access tokens.\\n \\n - The new default behavior is for Frodo CLI to automatically refresh tokens. This will only ever be noticeable during long-running operations like `frodo journey prune` or `frodo esv apply` that can take longer than 15 mins to complete.\\n\\n### Fixed\\n\\n - \\\\#316: Frodo Library now properly exports scripts referenced by the `Device Match` node if the `Use Custom Matching Script` option is selected.\\n\\n\\n\\n## What's Changed\\n* Add More Tests by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/313\\n* bug fixes and new features by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/317\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-28...v2.0.0-29\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126529634\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126529634/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/126529634/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-28\",\"id\":126529634,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HirBi\",\"tag_name\":\"v2.0.0-28\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-28\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-25T04:32:17Z\",\"published_at\":\"2023-10-25T04:32:19Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226519\",\"id\":132226519,\"node_id\":\"RA_kwDOH1LPHs4H4Z3X\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":63319,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226518\",\"id\":132226518,\"node_id\":\"RA_kwDOH1LPHs4H4Z3W\",\"name\":\"frodo-linux-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28632473,\"download_count\":8,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-linux-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226521\",\"id\":132226521,\"node_id\":\"RA_kwDOH1LPHs4H4Z3Z\",\"name\":\"frodo-linux-arm64-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-linux-arm64-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226520\",\"id\":132226520,\"node_id\":\"RA_kwDOH1LPHs4H4Z3Y\",\"name\":\"frodo-macos-2.0.0-28.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30784157,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-macos-2.0.0-28.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226516\",\"id\":132226516,\"node_id\":\"RA_kwDOH1LPHs4H4Z3U\",\"name\":\"frodo-macos-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30710755,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-macos-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226522\",\"id\":132226522,\"node_id\":\"RA_kwDOH1LPHs4H4Z3a\",\"name\":\"frodo-win-2.0.0-28.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26330812,\"download_count\":30,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:21Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/frodo-win-2.0.0-28.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226523\",\"id\":132226523,\"node_id\":\"RA_kwDOH1LPHs4H4Z3b\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/132226517\",\"id\":132226517,\"node_id\":\"RA_kwDOH1LPHs4H4Z3V\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-25T04:32:20Z\",\"updated_at\":\"2023-10-25T04:32:20Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-28/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-28\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-28\",\"body\":\"## What's Changed\\n* Pr/312 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/314\\n* Add ability to export ESVs by @phalestrivir in https://github.com/rockcarver/frodo-cli/pull/312\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-27...v2.0.0-28\",\"mentions_count\":2},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126134031\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/126134031/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/126134031/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-27\",\"id\":126134031,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4HhKcP\",\"tag_name\":\"v2.0.0-27\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-27\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-22T01:57:51Z\",\"published_at\":\"2023-10-22T01:57:53Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755450\",\"id\":131755450,\"node_id\":\"RA_kwDOH1LPHs4H2m26\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":63208,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755451\",\"id\":131755451,\"node_id\":\"RA_kwDOH1LPHs4H2m27\",\"name\":\"frodo-linux-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28614730,\"download_count\":4,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-linux-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755452\",\"id\":131755452,\"node_id\":\"RA_kwDOH1LPHs4H2m28\",\"name\":\"frodo-linux-arm64-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-linux-arm64-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755454\",\"id\":131755454,\"node_id\":\"RA_kwDOH1LPHs4H2m2-\",\"name\":\"frodo-macos-2.0.0-27.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30774103,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:54Z\",\"updated_at\":\"2023-10-22T01:57:55Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-macos-2.0.0-27.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755449\",\"id\":131755449,\"node_id\":\"RA_kwDOH1LPHs4H2m25\",\"name\":\"frodo-macos-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30699488,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-macos-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755453\",\"id\":131755453,\"node_id\":\"RA_kwDOH1LPHs4H2m29\",\"name\":\"frodo-win-2.0.0-27.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26320220,\"download_count\":3,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:54Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/frodo-win-2.0.0-27.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755447\",\"id\":131755447,\"node_id\":\"RA_kwDOH1LPHs4H2m23\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131755448\",\"id\":131755448,\"node_id\":\"RA_kwDOH1LPHs4H2m24\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-22T01:57:53Z\",\"updated_at\":\"2023-10-22T01:57:53Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-27/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-27\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-27\",\"body\":\"## What's Changed\\n* adapt and update to frodo-lib 2.0.0-44 by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/310\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-26...v2.0.0-27\",\"mentions_count\":1},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/125820352\",\"assets_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/125820352/assets\",\"upload_url\":\"https://uploads.github.com/repos/rockcarver/frodo-cli/releases/125820352/assets{?name,label}\",\"html_url\":\"https://github.com/rockcarver/frodo-cli/releases/tag/v2.0.0-26\",\"id\":125820352,\"author\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"node_id\":\"RE_kwDOH1LPHs4Hf93A\",\"tag_name\":\"v2.0.0-26\",\"target_commitish\":\"main\",\"name\":\"Frodo CLI 2.0.0-26\",\"draft\":false,\"prerelease\":true,\"created_at\":\"2023-10-19T14:50:23Z\",\"published_at\":\"2023-10-19T14:50:24Z\",\"assets\":[{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382687\",\"id\":131382687,\"node_id\":\"RA_kwDOH1LPHs4H1L2f\",\"name\":\"CHANGELOG.md\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/markdown\",\"state\":\"uploaded\",\"size\":63097,\"download_count\":1,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/CHANGELOG.md\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382684\",\"id\":131382684,\"node_id\":\"RA_kwDOH1LPHs4H1L2c\",\"name\":\"frodo-linux-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":28606813,\"download_count\":2,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-linux-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382689\",\"id\":131382689,\"node_id\":\"RA_kwDOH1LPHs4H1L2h\",\"name\":\"frodo-linux-arm64-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":22,\"download_count\":4,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-linux-arm64-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382690\",\"id\":131382690,\"node_id\":\"RA_kwDOH1LPHs4H1L2i\",\"name\":\"frodo-macos-2.0.0-26.dmg\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":30767091,\"download_count\":1,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-macos-2.0.0-26.dmg\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382683\",\"id\":131382683,\"node_id\":\"RA_kwDOH1LPHs4H1L2b\",\"name\":\"frodo-macos-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":30693241,\"download_count\":2,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-macos-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382686\",\"id\":131382686,\"node_id\":\"RA_kwDOH1LPHs4H1L2e\",\"name\":\"frodo-win-2.0.0-26.zip\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/zip\",\"state\":\"uploaded\",\"size\":26313389,\"download_count\":2,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:26Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/frodo-win-2.0.0-26.zip\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382685\",\"id\":131382685,\"node_id\":\"RA_kwDOH1LPHs4H1L2d\",\"name\":\"LICENSE\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"application/octet-stream\",\"state\":\"uploaded\",\"size\":1068,\"download_count\":1,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/LICENSE\"},{\"url\":\"https://api.github.com/repos/rockcarver/frodo-cli/releases/assets/131382688\",\"id\":131382688,\"node_id\":\"RA_kwDOH1LPHs4H1L2g\",\"name\":\"Release.txt\",\"label\":\"\",\"uploader\":{\"login\":\"github-actions[bot]\",\"id\":41898282,\"node_id\":\"MDM6Qm90NDE4OTgyODI=\",\"avatar_url\":\"https://avatars.githubusercontent.com/in/15368?v=4\",\"gravatar_id\":\"\",\"url\":\"https://api.github.com/users/github-actions%5Bbot%5D\",\"html_url\":\"https://github.com/apps/github-actions\",\"followers_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/followers\",\"following_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/following{/other_user}\",\"gists_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/gists{/gist_id}\",\"starred_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/starred{/owner}{/repo}\",\"subscriptions_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/subscriptions\",\"organizations_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/orgs\",\"repos_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/repos\",\"events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/events{/privacy}\",\"received_events_url\":\"https://api.github.com/users/github-actions%5Bbot%5D/received_events\",\"type\":\"Bot\",\"site_admin\":false},\"content_type\":\"text/plain\",\"state\":\"uploaded\",\"size\":41,\"download_count\":3,\"created_at\":\"2023-10-19T14:50:25Z\",\"updated_at\":\"2023-10-19T14:50:25Z\",\"browser_download_url\":\"https://github.com/rockcarver/frodo-cli/releases/download/v2.0.0-26/Release.txt\"}],\"tarball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/tarball/v2.0.0-26\",\"zipball_url\":\"https://api.github.com/repos/rockcarver/frodo-cli/zipball/v2.0.0-26\",\"body\":\"## What's Changed\\n* update dependencies to address vulnerabilities by @vscheuber in https://github.com/rockcarver/frodo-cli/pull/309\\n\\n\\n**Full Changelog**: https://github.com/rockcarver/frodo-cli/compare/v2.0.0-25...v2.0.0-26\",\"mentions_count\":1}]" }, "cookies": [], "headers": [ @@ -53,7 +53,7 @@ }, { "name": "date", - "value": "Tue, 09 Apr 2024 01:21:20 GMT" + "value": "Mon, 29 Apr 2024 19:15:14 GMT" }, { "name": "content-type", @@ -69,7 +69,7 @@ }, { "name": "etag", - "value": "W/\"20cf730df3c8945e8cd6537ed5e6b78e0512a9aadab05f9f096a31e8127ccef7\"" + "value": "W/\"b97ccb20d68f642151095ecdd314bf23b1462f521a869dd39301b2949e1cad09\"" }, { "name": "x-github-media-type", @@ -121,11 +121,11 @@ }, { "name": "x-ratelimit-remaining", - "value": "49" + "value": "11" }, { "name": "x-ratelimit-reset", - "value": "1712626173" + "value": "1714419684" }, { "name": "x-ratelimit-resource", @@ -133,7 +133,7 @@ }, { "name": "x-ratelimit-used", - "value": "11" + "value": "49" }, { "name": "accept-ranges", @@ -145,7 +145,7 @@ }, { "name": "x-github-request-id", - "value": "D395:1D25BE:2479CB8:3AE8263:66149810" + "value": "180B:29C245:902552D:E90BADA:662FF1C1" } ], "headersSize": 1381, @@ -154,8 +154,8 @@ "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-04-09T01:21:20.203Z", - "time": 606, + "startedDateTime": "2024-04-29T19:15:13.769Z", + "time": 1387, "timings": { "blocked": -1, "connect": -1, @@ -163,7 +163,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 606 + "wait": 1387 } } ], diff --git a/test/e2e/mocks/npmjs_1455397529/recording.har b/test/e2e/mocks/npmjs_1455397529/recording.har index 0dd121e04..c4a436bb2 100644 --- a/test/e2e/mocks/npmjs_1455397529/recording.har +++ b/test/e2e/mocks/npmjs_1455397529/recording.har @@ -21,7 +21,7 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-76" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "content-type", @@ -39,17 +39,17 @@ "url": "https://registry.npmjs.org/@rockcarver/frodo-cli" }, "response": { - "bodySize": 891611, + "bodySize": 898125, "content": { "mimeType": "application/json", - "size": 891611, - "text": "{\"_id\":\"@rockcarver/frodo-cli\",\"_rev\":\"225-c186bd568408530967e1f34202fd461e\",\"name\":\"@rockcarver/frodo-cli\",\"dist-tags\":{\"latest\":\"1.0.1\",\"next\":\"2.0.0-54\"},\"versions\":{\"0.10.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.10.4\",\"type\":\"module\",\"description\":\"This is the ForgeROck DO (FRODO) command line interface, a CLI to manage the ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"idm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\"},\"jest\":{\"globalSetup\":\"/test/global/setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-json-modules\",\"enable-source-maps\",\"no-warnings\"],\"scripts\":[\"src/api/**/*.js\",\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\"},\"gitHead\":\"e8b0b83659ded3f48a6835f95892e0cd94361c41\",\"homepage\":\"https://github.com/rockcarver/frodo#readme\",\"_id\":\"@rockcarver/frodo-cli@0.10.4\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-QXJgPUbMUhZaBa+K4IOlufJNo9RkF6EUiQLfCaNRjEhLg5PZ8BUO+qotVSc2I4eFBbXf+zK9eQ0/IZOgYdfxJg==\",\"shasum\":\"14a9f2d7ac0a3ae41d6958fc42506920054160b8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.10.4.tgz\",\"fileCount\":272,\"unpackedSize\":1416017,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBtLcnRDSQkn99qFkOClWPb8dq9MdwdC6BYjCnd4mRqoAiAmbpcQOkiM5ya0uuCNKpz7IzLM4zLoQ+I74pS+dxE3bw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJi+AAmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqYow//cQ9fuN4BOJSpQgQhUNy+x3C8aeeHIOonvACyIvIQYucz8nlz\\r\\n/vq/50EtmlX7ctAIbifJV6wzd6V1sJ5j/rGmO5mku0O38zZAjY1YGfE2puRv\\r\\nuTN+DW6W2WSPyRpEOo++uCNL6UMRlRT3NLXUemyBfE1wkXfk0KGKgYCvdJaz\\r\\nrBZnYI2gOLP7pyUbxaXXxN+2+URDKpVEvyp8mEqXsaMEkDWEy19YqPMHNKnV\\r\\n6bwoB3UwWfUgG9dshGjWwMuFebWrcyffiszLCVpEFwh9/13DQdV4oMx9baew\\r\\nQj0YD24m9DWt68eR9K6VRLX2u7xzMXTADDfntPg7PueT3tIR/3ByPEXZuVnd\\r\\nzhEKklCLhAh6+YQxOUjCA6mmS4huiEDUOsCZe2YqynNc9HUtaRhVUe6Q4XOn\\r\\nAqgIh98fQQ6YzfEWQ1dwaAGVSAy46Y2caFLuMpOkrDJhE+DC6RwE1Ngkpr+b\\r\\nwLVgshXO9xaLbnQLXPBvytV9e3p6eoso8B2S3ml1EVGUCIxuF37MbC7YY+rz\\r\\neMoWlq94F8s9Rk6NeaCQF8MQVspNKwYdfrqeEGNfTYskoJY/l1Cwi5upl+3T\\r\\n70sqkfxuqgmSzNUA8Qs6Zrc23AAwa88FaOSw720skTcWLL+bfyvGsmntuwo5\\r\\nr13l/t9+9tbnEUqjbn7sdaQxtQZkOQnWuVo=\\r\\n=s8uB\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.10.4_1660420134147_0.6120366803081272\"},\"_hasShrinkwrap\":false},\"0.11.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.11.1-0\",\"type\":\"module\",\"description\":\"This is the ForgeROck DO (FRODO) command line interface, a CLI to manage the ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"idm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"eslint --ext .js --ignore-path .gitignore .\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-json-modules\",\"enable-source-maps\",\"no-warnings\"],\"scripts\":[\"src/api/**/*.js\",\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"^0.11.1-3\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c8cd263e0cf276187a028c43313c84a8969b38c7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.11.1-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-WyKirKaqCOBlUZY+ytGrz9SVKhmkAqBz01g8UhvjF59zAXPxDAyJ0Tt+/qpz1QebCoVCiIZQBYN3zoiIP027vQ==\",\"shasum\":\"efd019e34f1b5065b2f31376241093843d199c34\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.11.1-0.tgz\",\"fileCount\":211,\"unpackedSize\":903297,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCdyBqp3i2wBz00ppIzrvHlmOr3k8VrEqJHyVmXLUcMUgIhAMPvMmWxoTFQ0gtRPb/IwuU5e1Ovw0GOZYN9oSFmYHaP\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJi/yL2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoFgxAAjUiEopazFYz1zT6JH+K974+HblrrW+kK00/Y22pMd+BMb6ek\\r\\n1/ha1/qoK8yHNXIQhawkHgQPx7mpbDBGRcO3gjOirFx2syc6IGH0NaxUI9AB\\r\\nHlDXolbYGKNhb8hOhfJxOr+CdHs14SM7G1oB3H38TbBlNO1OdiR7p0tLmlgQ\\r\\nhEoKTG6r7y/2DnMPNdt66SPXjSMJ4hsI4ANVxjxheHM0IwMU6abwlaidwdk1\\r\\nLDWybnisO4rKDdGyzxd+jVNSB2J9p+Aspp7c9lsyrbpNZvXorIvcvWyhN+xm\\r\\n/umLb2b8POZy2lO3Ue4YpwlrMY+jGk329oli7sL9khaz7fepLH7KvLOYnVwR\\r\\nlAdhjjMebNg9HtiX33yUyOBngFdHEPOICo0Cujqk+B32bFdv4A8mSfPwJY7W\\r\\n5Vs89KvqsqlytsEFTmZH5pVcCj+C9LKPY2SlVoRdlZYPnccySp/yb3kv0MIa\\r\\nNGcmk+lFX6YJuXGK+kf6KxhXudfYry6rzAzrlEKql2YO/Rembb3ooTrml2/N\\r\\nBir5BStNGZ+GN/be91yrkPmnTIHUgv/Kje6sGCXwLeTQ/WDArZr4likZUJ6M\\r\\n8AP7ZT6/l55tIbozcjwzGNXpOhWJEvI5J5HyMXeCIznxoByD41SYD0le1MKV\\r\\n01d4fRKrHxx/csikqU7E8i7EynTXxaTtHLs=\\r\\n=/f29\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.11.1-0_1660887797955_0.23293010417987792\"},\"_hasShrinkwrap\":false},\"0.11.1-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.11.1-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"^0.11.1-6\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f1980f449294ffee0c2c39f9de07876001d0659e\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.11.1-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-9ewdVWj9TrmYrKdw9ENKs2qk4e+3sQoYdfdCdAuG3kCWNu7A06A4Dt6js653EnfWzee8bavnP6nGGx5iGHQxvw==\",\"shasum\":\"861e92f363a63f042c7366d4901b0be3d9c6c536\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.11.1-1.tgz\",\"fileCount\":124,\"unpackedSize\":230315,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICyCs3yCynKBQbSu/eSgF1Af9wHi+Opi942ScmJ4X4OnAiEAvXtCwA9ppwbmOfEJXnrMfmdjdbMlCIyVRG01tdA7c/c=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjAbQ9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmol5A/9EjZ6L77rvqNt8Xo53Gb3iqLimML/6vCF6haohLpazyBxPz3M\\r\\n4ttNNqoy5zNbamX0p5aYeJn1FQ9xymm2GZ/GVWd7F88cXEz3HHEtT8q2EnhP\\r\\n2A0oyDJ1mO6OAahwRiQJHdODwqKZV4X/q4rru/Fokn+2lxS3FuwV1o8mlk8G\\r\\n6fB6CG8184RTVLbIBwW62afzSUz759OjiGl1LTqJ+SWTeI+9/B6Gmnns3/Db\\r\\ngeBMMQQk4y1adbxICacXzrYzNttoOWIHQSvflIJy+0SOr0Qp09CHcOBjSzW3\\r\\n0Ji3R/JkffFtEWRoHhwunnHVe+XzC/IJLo6BLi6y9s1rplqDtVJdkNAgSXgW\\r\\n1u1c0H9uGRL3HG2DVPfTDaCgdyUdR1vFmcQL3IOow9omDcCqm66ulH7gkuZY\\r\\nSEBHRCIPggfAhE3aheDf8VJzNJbkQUa0NTkCOjK/LdhLTgA2nYh2x0oBkW6H\\r\\nT+jYRj3n8r861RKTS8kvY2NIZACgM7vE/bEAJJzDb3AL+DjR76kFnAxsHC0D\\r\\nGXiaY1UVen2DvHEDCLPopQeEce/3L/dHsb7pHFnZnqE1R9kOVzSkpAuCTja6\\r\\nh3RSkN4r2eXfEhyI6U9SRquTg/h0PHElOdVLuFI6vOjGfKp0M04FffMhUl4q\\r\\n5PUaxA/3IqbqZMCaCQ8of0xsrSI8MEHkYn0=\\r\\n=urpt\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.11.1-1_1661056061304_0.3214128263552538\"},\"_hasShrinkwrap\":false},\"0.11.1-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.11.1-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"^0.11.1-7\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"ab48d037fc34ce7bbcfc333646e32c4c7142ce7a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.11.1-2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-HwEqPxyQgL7jNRBEI7lK/R1FcBKUp1omiYZHXnTKzipC5GL4AJ5y1JxPIw3y/ERwu129/VOdkGpnHokSR+EAmw==\",\"shasum\":\"a207bda70b26842f2d3f0ec63d64070eafe4f889\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.11.1-2.tgz\",\"fileCount\":124,\"unpackedSize\":230444,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC11qnq+qnh353geLZ2CIvNqwGdhbMlxb2rZM+LXJkKswIgNNWGdyfwRAS47wOEm3b1EKVPWesfa/ULc/M4bk1HiH0=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjAlMSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpdGQ//WlUy90uGafVXvfWa+ALoP3EQ1sCNQt3o3DDntb54exHdykEt\\r\\nXXD8GgXu5RNM+W9VxR9HmouAJxtmT7/kVSSaxXOcXa4UptFX/s2JO5rvBKQ/\\r\\nE9UIIC7Q9M7uWDCpuVeC68YpSlrHSV4/PRnEF7UtUOvX1qj0rtvcq1NYVFR7\\r\\ncum8N9EesKPSI9JKM0LOldK/SwKKDY0X0BbLhl7s+z1HXHSvbOf9OfJRgyTE\\r\\nxQIwk9+Q5LboSy3JeKHnVu270ii9dCLwKgBh0aLHOoLcFpL7xjoqLupe+Axm\\r\\nIqy3njaCLcTkDnx/Sqeel/tmfbrDUcCqQ0ajh4yoA53HfZx+8ifZi78SuyyO\\r\\npyh5eRmtqJaGeQMRagKNTG02gV6OOuKs+zzVveSUx7nb0CTfUieU8ahqRBe0\\r\\nIUWq94saq2951eNETeNq8ceE3Rj0hLBNV084SJXHUaZEZ05cGvj0vU1c3e+R\\r\\nUbU4Hzc4tbyJ+mL9XaI1GM4kxbqrPnanOAdlmemLFlQ5UNCsA2FduMDloHf/\\r\\ngshdCufhg4XQbIl6aDAUoiRxan2veEwhdkM857qtmIQ/L/bC/eBIIb14gZVW\\r\\nhnk/ctxjRKy7IfB9zCAiND+kqTjo27R98/ox9Ys2LFsxFbaq9DLl4uszPWM6\\r\\nwTREEl/+NvePHcTfE8NV9TJAe2pb/NGkZUM=\\r\\n=RCSH\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.11.1-2_1661096722603_0.7170601114175112\"},\"_hasShrinkwrap\":false},\"0.12.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"gitHead\":\"bb3dc0f4b0d93105c099457ef87c39cfa403f65a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-lEvVUXt7qsqqa/W+47LUgmvUJwjUvS2P3IzPmXyShoNml0mUTbvcwBXM4StSJoVN0mTwrJOgRf4Jdbaen6pxCg==\",\"shasum\":\"3e0c9576cef8d625cb31160687ee876f18c211a3\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.1.tgz\",\"fileCount\":125,\"unpackedSize\":243722,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICnwOJfJJ6/2e77bo0ERkTxPl4qtdfoire1qHfbeNyTMAiEAsWSPrtgwozZDzhs0UN5fF4zlS+u9bRFB62fb35UvCsU=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCb4SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoXPQ/8C3LYXx2wwcBxYyq1s+tEt7kZDvR/bmlPB7cgh+XIiUgGC4fN\\r\\n0ZpVRICb6MOkA9BhjFDbsDqTYawltxOqwbgRrfe2xE1HBhxV84qfqUEvgzJ1\\r\\nI66R7ZOwmkT2aj8iBhFbyxQNCWbPr6m603ToFL8ZX1JoOjbZ6cROM4uCG2Jg\\r\\nURyhFa829ej2uDDBdTooB8nijLNa/E/r5cO4Y6ON2ceR+MJW6Bm3v33iywen\\r\\nOnujNaZ2WB5NrLq7F1wM6GougeMqw95niHqWLYnkHXckC64gsTQxaaNyaVtX\\r\\n/R+YIP4xI5UtDjGYpt5hTvo4DCCPo7DZxAOfnQRSjSTtYJVYQLcxhWGdOyfb\\r\\nqGoWUQplOMHdn7rFtENz/n2K3DHLYnacJYP4ijawUQkFEacrPsM03MzVCi2q\\r\\nc2DFtN60+96mcNh1Owp4/xrCzv7kxujvhtD7FB5gvyBEDUDu3Xd565MW2afO\\r\\nD8mdm9tCei4TZlN0EzlajmBHOHHZcyaGP7wi6i2mfN6gRspsQ5tfOSIGq5BL\\r\\nSsvjf7KPaZtzesYkrb8P/8tJlAU4XhBdhLjQyMCVGoLXpOcL8A4mqZjTWfPw\\r\\nLmnGHZoT1Y+s31yAABRSuY3uttmBZ1PjzKIjw0hv6bcJHvkwtUD56d/pDTN0\\r\\neJxI6xr+n4ZU+dWqK6AtZlnpOd+pYjvkDo4=\\r\\n=XacU\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.1_1661582866023_0.8905807797965275\"},\"_hasShrinkwrap\":false},\"0.12.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7aee7eac74fcdcbc95e722720dcc12e000dc0d70\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-P/cuYkk94mVM++ZE0IbRd7G94ySB3xTAkkjm88tqRJDshSmXYYGOmDlPzLI63ZUSVabRXlu5I0iw4HFWoFikEg==\",\"shasum\":\"cf985b8bea42763fbd2e2b7b4535fc62adb60acb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2-0.tgz\",\"fileCount\":125,\"unpackedSize\":243835,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIGxcI7Rm3hiAUlNcswcvuU//yFuKChFmsdFCgSevSQDjAiEA/1LHVD5NbWT0QFyCfi346RBgX//Uk8LTukJTa3OZn38=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCcN1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoI4w//aMCkVTV500ig51gZgzbhl6mZkAL+SG6gOxzxZR9mqvzdS+HS\\r\\nP+EL9Oxbg8Ze94Dend2IBuVbSA7DUpcnnhhpWSFx6DpUo4Z5YIKFHS24Onsi\\r\\n1E71rkr6QCwo0D8/Y8n8WmwKyUTxACPUoDUsMBAwsQjF/ZOSyVOrM4w/WXQi\\r\\naMRTjJMMhsm7RJhwU2h695ZL0nhiWbIXVa0dmea+k27GG5d8Tj0G3tWvYWsz\\r\\nnFQn7bOq0DaPgMA+L3hSZ7FN2kJOssfFrOXLHVgcUEB/hG3FABw6V39rnSnu\\r\\n6q1GIQ4X1SSys50OtujGgej7v8zL5aWuG1ioaUFfSeXxd3ypYzJrrACBfSLh\\r\\n8lMyrnOKq/J4BUW7/0meYhWu+UreABlqTfyli/b10d1ZrO2qbPYF3G1/1eAm\\r\\n3leU+Q0IaYkStdkich2tKvCAz1Ek2U8SqhaQqWPWagdFKkT+ALj1KnO8pXSu\\r\\n0dvCOkzCZZwecp7mqFvI8UYJNLRNYaklHxPUeIlhMnavvBCK9MYsCU0qGwVF\\r\\n6b5fXCXE1hKY3YY7PBYDIHgPzI3QQ+CSZg2n3+vk8ps8lkjpMs5psufkpyEj\\r\\nHEEXHWIkN5JJL7IeI9Tt1V59HwPAMXLKaB89NX5oFgMb40o3CrrB6+fekMQ2\\r\\nbLp9q10gkhaWp290vIe7ngYqMdf4121IGNE=\\r\\n=uRBo\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2-0_1661584244996_0.48526639919129044\"},\"_hasShrinkwrap\":false},\"0.12.2-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"372b46a2d7258d404294f03cdee72cbfb0f1c51a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-DUMmMUU3AdMOv6Wqu69EA+yizn5IdwRT+/DQ4YGSQyo88UyvguzN3cPryCNo7c1IkCbEHhTA809tWAaJ16aI3w==\",\"shasum\":\"48c00bd238a5f8d9f9166659969a5e29717b13fd\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2-1.tgz\",\"fileCount\":125,\"unpackedSize\":243946,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDaAHSKYkJtT97HAnMkprJ4M2B9UqXbzns/oRcNqL1N1wIgTHVuxOXgdiwyNFPmN43UT59jwVfD0sfOQEE1K/YSr6E=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCm8JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrFNg//dxnvOhOW4QcGA1iOj45UYMThL2+sXpP62ZCT//lI4eiWR++z\\r\\nVM+mvYO6S3pVj2mkFzQvlYbPElmo0xcxiJJt/utzXOvRdPIekg78gR/ic2cC\\r\\nogiFGyG9OTecjQv5phxUj5lKTsrFJ4lMnI9ud1PZDWvEWv1MmNSA3Q5WSOnf\\r\\nlABfTmAnsLLB+DjkJBXnHkuRLbSMKxZbVyKc75Ogh5DBvjoIpzjaH8bqoQJu\\r\\nyvhuC9BxyTLt80pFjSB1TWMTpihbMwGHQmqHU2HrUyUJE2MGqStJMcfdOLuV\\r\\nYF+OpA0/qDaB1el8mI6UH9COJ5Vy63F4LgeMX5XU9aQuHGQ5iXYVf4fgDfc1\\r\\nONatpprgbMWTA64m3MVRc2C5f2qQN0fgzEBMohF73HLAW0+mkezi3hIVWSkj\\r\\nCwAIE7sH0MTuBSzxC2IOLA6nua8uxamT8C4bvuLviww+F6kX8SIcbGJ/zUcW\\r\\nmFAtkLbBnxmFKH2BYEbkZf46guk8g3qWf9C88n9ZIiioQxEfwJewYe2OD37/\\r\\njQCXBcqygbNooARMr1M6uaZ4szhaJRgiWffPDq5uvzsVc4qOMwKewbNJkiIq\\r\\ni1iALgfRs8PODLiddFRbXpbdVkNmT3XFeuRnFGcd+qh2JlcCkYEcU7O0bRvx\\r\\nUceUhC4YmOkq8OCYVKB9EjZpDtmg4/Ui7kk=\\r\\n=WdhX\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2-1_1661628168843_0.30053849302622226\"},\"_hasShrinkwrap\":false},\"0.12.2-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9708a17d2c918c78e0a735d10a2146a4480ecb0a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2-2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-FNJQlNfDu/5UxwSrXjcjrznxceYfy+O1wniaJIuLEJ2j5tLCu5JjIiUnQRX4QuuCUe4+Z8liFsl1SVFemt0CEg==\",\"shasum\":\"4ff0f8926b42e3ce1889e8b09e1fbbcb51a0d436\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2-2.tgz\",\"fileCount\":125,\"unpackedSize\":244161,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBdjS1BpJHy3ydqz3bDKY9C228z74hwvL4uispSpy2anAiBS0+mRh7+QaZRGGdJ5QQrIK4EXTacuYhDXMaeOWygEYA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCoDuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq2ug//fW6FPYU0WbVBRuE5nWDqqeeMZIJzX6PGXuLWUhBCG1H7X9NK\\r\\nvbTCAaZaGtFMTynEgcl24y8s1AaS6VodGDrvCIPj/cy9vJjFRYuT1bwkP3Ej\\r\\n3Zzr5nVE4I8KPEg7HGgNQ+HJNP5ZHGMna/xajiKvhRSKmcvq7w+mAda4wzVb\\r\\nOFYkzsAFZdG/iJ3aOtutfy4qK/Qv8tgqKurjadmfMPC7+fnCSqGZuQdKLT1z\\r\\n3TTYPaXhz8VWLoP45jsGhPBHm2Rkq1x8XOBZe5CM96cMzjWh+5RcZNsd3L2c\\r\\n85rvzakem4xOV0WseVU8bCKoRiqZikOXRND6JXv8eaXmyi0GGWyfkZM+qqX/\\r\\nKe1XzVv+kxSZJvv09JrcIYa3YTkSawsCiUKqVoXCL2F82a3f2Wr7S3A4VypS\\r\\ndvMu+vBfq7IqnDRFhiVfTUYKQPp7mK+w0MMUAM+eVJTaBqneNiTuSzpSwmZt\\r\\n99gN7SQCCLqJmiGmI1KgQJyN0Q9XMUsKDdOPmBDqrtm5YpZHXxpJ7eAwtMS7\\r\\ni5D3bRqtpU4ZBD8N2p9++4Z0/cr7AvNy1T/Ik9K+aWVly3AFLv30iTTzor5i\\r\\nIqRg+osIR2I7zTw8CSlxH8gsmU/eZWtA6c6I1+uQFg5pXmmePUC6Dg+K+00O\\r\\n6TKGhfg0v16JrOBdM/Z5IFHtk82Wy7lB7TA=\\r\\n=xIs7\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2-2_1661632750515_0.06544829508864813\"},\"_hasShrinkwrap\":false},\"0.12.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"gitHead\":\"736ea9fbe2d29b23ae0982b521bbe664f837c0d3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-cA13idhGAUcGVSEQs+PwnF3IOEYOBEgZQjIC9Hzl4buX5Rdj0EskqhSis7c9m1y7br1kvCv+LdV6rs3ofkF/yQ==\",\"shasum\":\"d580c1ac5398b8607eff33c4eafdf0683663924e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2.tgz\",\"fileCount\":125,\"unpackedSize\":244434,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIC1TLpNApmvZA2rpzrfWQ8xao2WxitE17zdV6fzxgJlKAiARlZ80yuLycxWSv3ipyT/XC/Mp40U6Nl+rD4QnqfUJVg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCoeDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq4jQ/5AbBzglihOEwApwjyzv0g+U8QdQIN8xg0VwEQCerNp4XGTG5p\\r\\nXFX6Oj1vf9YJETeR0o8KRmPmfkRpevnJOMnEFgcBQXokHwX+NF+VWm4gnIf5\\r\\nskjG6+vVgUrKQsTGJG494d/22CVBT4uU0LAPElEWgnLjSiDAbcDYUujD+rKd\\r\\ner9uUL6c6U5z32cT0hZvyyuPX0ARKbqvSiyCTdA93R/D60usLPkr28sGNNLC\\r\\nDsSXqOIRGDqOwyi+a+8mEZxgqUo4lvD1PDruEEnzxZC/XXBHgJRYfXvj9Jke\\r\\n4fHaKV2utkt82Sq/TQoPsygjOzkoj/NOCS5OEZkn84XiJv2mo0koKXRUnB5z\\r\\nlwfBZd8I/eHIn0SLKveZFRYAkqNooUL3Wvl5QAgdsb+UyFj+huyrOIInkMWv\\r\\nLhQi96ASYnIFwKtNNQVnHFK4ODMk9/qMeApV5yQNv2xnGjHOtg14Hhx85t5Q\\r\\nJ31kAMjLTY9eX2ONWlsuxu0gH1H3j4fbCtdO/lXmezCSu2njyZ/1HWSO5vlQ\\r\\n1yoXlYFxhvoTH+sVXTf+IbPsCXjKkkBZ0Zk3v25IyqZ9iWJ9ee1ydROAQyN/\\r\\nQTJb9Esalvv32OdfqX/2mHmRyCMW7TEhjfDXLeR4F0sk0qoLtNgEOz1MTJVD\\r\\nI6+aPZTdqp4T8/2eGtZc3Yu+t3JjGK9sFc0=\\r\\n=dSNH\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2_1661634435451_0.4455546678821949\"},\"_hasShrinkwrap\":false},\"0.12.3-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.3-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c9827bdb9552c9a2bf6c4fa8fce0b864e05dd220\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.3-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-u4aWzDf+Rd4lgO69jjJ+nZ8OHXuO5BYFoplZuziwfeEbJJBJfH5p3Df0/Bgdbn85ZTVkAUicustoPHdIdq6q4g==\",\"shasum\":\"6ac09a73ef0218d11b8c48d4ba1c00296bc42f0f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.3-0.tgz\",\"fileCount\":126,\"unpackedSize\":255303,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD1jOPu2Dy2BwRaxgLQIcSN70QvdiVzDp+I6rc7kx6fpAIhAJTF69vVhltGZ425tRR1I/se8lHHic/9J65eDSbkNfEJ\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjEA09ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpZ8A//fuWqt4pLwPgpug445T0Y/WAzsEfQMUXZojlwO0fhRZidRYvd\\r\\nl/cqQ+sDJyHr6GxVOWDoqRstBpWq7pksndXy7TiQDhQy6qeGWj6fNSDUFy2d\\r\\nIm8swrj1aadWHQ2q8NccSbxaIYyqS0Whyo4AX9a81BF0H9tRpFvhABWdBcfU\\r\\nS0cdD6rDooHcsZqrFWaKU6x+eAyxj6kFk6365RvHtfUEm0WWUZyCoGePeL0f\\r\\nFoT+HyyGEyoG+wIgY6sqOBpv3u8geXxs90m44eMnl5nUAsJkjwsqwhyjU2GJ\\r\\noQSjJP11daBYKEH6yYWqXLwp3hBHrIXaGXgflLXbLMbxFVpY4l14wQ0iUzQL\\r\\nP86pPbGBsi/RaLmQ/87/5n8n/imXgp9aw5FRWTJJCZnkaKMA8fRGNQXOwjAP\\r\\nPSAPkrBgEGS/wShTQ+qelSMFsA+E36qp1vhDtYA9AJvb2Q4I8tAgikZdfQNR\\r\\nS+7+Zz1Fq70XPC+kq87Ehp1Cr6RN3gOSx9QiqUHD7ZqHWaIvcVjt2mHiPVJI\\r\\nfBXGTOnc6zCT695X1ahrfEcwmBju69toI2ZVSwaJKSUVirOktBoG4BnJTIpj\\r\\nmFp72TV7ff+phKJU2jggOJjVvsk6i+lT6byG+MldrKh6mn3SRNVevkpvmsMZ\\r\\nFV9DqoB/VB6IClHWOTUcFXQnI7u5lBk1n1M=\\r\\n=omZt\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.3-0_1661996348988_0.027474060966235614\"},\"_hasShrinkwrap\":false},\"0.12.3-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.3-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"23abe25690a7629a4d7bbc34d2a71593cb260099\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.3-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-RVJ9yyZexU1gC3nRp2ghNS3mCHB+jteguZLFOM4PU3QDJY6acW+0JoGpnAz5iFJD3p2nOAfANFBTi8EijVkfAQ==\",\"shasum\":\"e58abe256055cb133d4f9f1904947624a6877917\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.3-1.tgz\",\"fileCount\":126,\"unpackedSize\":255414,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGceNR1eWeE+jrbisaVXFcXwkAblMhNtKbzCywGXVHGjAiBDmy92I+8NUVVL/UpefBfCZGgsuWlEQdYJbKGSUUf9BQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjEBamACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp/yRAAovJS34/U0Pvg6wPHk7meJ+76dFxHYRoV4/U0j8KpxjbUaeW0\\r\\n5+OvUXmbl1ubuYI05yQymGEkVd0cocgB4l25USfwQ22Azf6E4f9/li412IMf\\r\\ncjnAxL/e8+T9m99GhuSQrqbarb7QH3Ojjlzjs2fXB2jNCK3ruMknBTLzHiv0\\r\\n9ACUoukJYsCTO5OcoWVvvjp7mT93oAzH+XD3qe+RPhKnzV9AF/Ej7SbwpXet\\r\\n2gPsEEGpE6OuxnILYmrGCpDCkADMG7jMbwOFaWBEcPMj5Ql2yba7NbpCy9au\\r\\nfqzJNRS7B+nG6fb7co4nb7uJBa43/WFlTEGm4imPPB8LBTFFIrUyFYe/Ydyc\\r\\nGTB+n+eEbh+Opun/gPY6Wuk4EiS7miA2arw1GaQAGFKbOFoL6EqRlHEu3eiJ\\r\\ngc8ziStD1ot/7q3Byzl0VMk+eIcs0jnpNpk+sA8q8gZPHgY/Wb5423yXWBxZ\\r\\nDJe8gwmog1u12qtg5rEMu7Jqh9Ul2SvD8Wu/LEaJzG6GaoL7idCBJL9VahsL\\r\\neJH4JZZIQsEuNw1Ievj/27p8YGUJjB5zZ/KSUvkXqZ3lYCNKYNI15qIhqYCM\\r\\n690C5hGnz+l68rkTF/XWK0kML/T+msgZCtmwRkjtwwipF56mWnYQ6kGKt0J0\\r\\nfmJG+sGCMgI85riE/TgDZtwiTs+g1YPovYE=\\r\\n=FP7+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.3-1_1661998758344_0.3366057992760543\"},\"_hasShrinkwrap\":false},\"0.12.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"gitHead\":\"ac4c2201dff894e10893b7f24f9155694ec6be79\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.3\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-L6e96hTH5y+z1xDcUMFxAfLcYexZ5yWv0W3alHrLedR40q4DGKrWFDR82zCe03chyidFT9l3lDUazXseKBYpXw==\",\"shasum\":\"9d8e6ef870d59dbb9c7798906ee82e1761831e9c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.3.tgz\",\"fileCount\":126,\"unpackedSize\":255469,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCjxiHYNuVoEsLU/uw88We2v6m+cXy83d7yC9jmN9K1ywIgYy7VXxuB0wmv2Gkuhh6psei5nNVswclpJbM8NhtxgGk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjEBx7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmorAg/+LLWyHDvCjL4lTb1NE9tKFIo4bVmr1NC+baBVhPdzmru7EtbM\\r\\nAxKzq46U+UjjjJO633JairPBcc3yAS7Cr+o7uoWMRCAs1hEzj3UgfzBfIcFF\\r\\nYrNHqsoAgopjffqnUpyqXCqVklWBrCKHrfnt+qoNxnTvH3VF4lasVI2s+44V\\r\\nngdKQThlCh9oPfhXbw0Nxcdyd5BHcPD3gjMOGP5BJCRc/aAsVzVBW3DjdKwb\\r\\nYItY3en7n/Dp5y4YWT+OWRevLwKYiiPGA6DxB3txm6czLl9WgX7U7ngpqo1N\\r\\nyWHyAQHchmU2NDK4TRwnlUh92Pp/I5Vge+FyEbT8keIC+/n+Oiof56j1s5Cw\\r\\nizDX14vGy19/7GfZz2VbGrVquN3CrOyKZy1/DIsridRRJSx6esEqldfoJinJ\\r\\nDQ9F8yMRZ8vhWIlNj5fDMF1zTFoQEMwgd0MUgu0K0rrtmQ1UbSW9mhIS9coA\\r\\nTCKKPfFb4pBB5zDMg/zjX1Ys/MTjtphI12eNHALD0DKv45l9TQ6jEvWmMxC6\\r\\nxuUKg8ZPwjqsQWbCnsmmiuBkcGvQ/QrM3Pty5vkfPsDpUNKBiBBnR2VK8Z1F\\r\\nFwkkuEWu2OhE8s7nV2pgNBXC3FEYT2YEohbW46ViTDCxbTPU2eej8wAeGQtS\\r\\nq56EMFlkbmHJa+zFrqpC57x3oznNVPdgxsE=\\r\\n=oyO7\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.3_1662000251426_0.8049689097571278\"},\"_hasShrinkwrap\":false},\"0.12.4-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"875fe3a2cb53961b2e7a0189465a581cb6fefda0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-DPlUhik8IecU8Mkas+3WMbH/5420O5+4ctQMigZegNawC1phRcAlfGsP9/PJGfIe4iovb5L4RtXklYehhy62ZQ==\",\"shasum\":\"b5b38def1a1dafd8beb45f38f6c5cdfcc9192e07\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-0.tgz\",\"fileCount\":126,\"unpackedSize\":256842,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDpYkqNpZ8Cthi0VY8IAzJntsMTTEm5ZGQuvUkQCqLwwgIgTuG1VDOktnBuxOoI1lHm/rMWLUbSu5++734pTjXyaDU=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjElWLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmr6jRAAiwod1L2BNDuSlONE/QJP9W+0mzivZgZhUFHuYk8IeYkckFSj\\r\\nJfZw7N6lmDJ42AEhkoLcKyNYrLPZBxnXAJtPc+VaYHOkE2tvdz54BR21ZUW3\\r\\n+RVpgnG6OYEDlFwtqE0YJ/bB+V/TPOVKUtTpbCQqEatLyNOVzKYYN7ZAWkPK\\r\\nJQfAN6hTtfjGaKh5DUsqSH6ZWDApN41aaxvoSeiNcheJ1zQ/2Tc/TEOgUzmB\\r\\nSCJtr0jsnClrDm6WHRLzrAAJQBI8u+Px2HDmPqpGT0dTtmASnTwGTcOsk0Q+\\r\\nF2E6pm/hnXxG3tAKqhpiIcGrpWy189BexzqsPRVdpnl+ZQDlyBt/OtBow5ux\\r\\nIHGB9xKGpG0I2TtNVfhljNFI19f6SmBMb7yalOFX7drHQccm8undeW1asBg2\\r\\ngVgrlre1kZkXGEGgFWF9kuiPI8IjsF8eP0NK3/WhRNvgeNXwDmmJHuGjh6Ll\\r\\nwXT2SEguyPRYjv+wETvUvED5Xx2u41MUO8b2h6z81aib5QpZrFXnp6LrMEBr\\r\\nbrdWcT2bCDPVJpaSP1BT8RipWJDIV95U10xLIvDJWJDZlORqSs/+i/+0ss5+\\r\\naCx1HeBYmxhxEbMz7uQMuD4CSBSGwZBCgE/kFTuW2J5dg4weP4ZOWJFkDAdx\\r\\nw7gCjfgOEsv8hMy/RnBxuDJaPCQwt1bSyy0=\\r\\n=f6MN\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-0_1662145931778_0.10430685327096967\"},\"_hasShrinkwrap\":false},\"0.12.4-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9547e9c52f0437060e2ff086580ef33d0d85a329\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-ofuhuI9OW1Kv3s0Ql5p06epHrZqcpXjkZ9k/gL3fL2cIZNR1Zux7BcOpd8LuqDUBOY9Zs6WAenfJ89YyZlJ7ew==\",\"shasum\":\"4519bcaea4c97ce6861155ef212c66406acc838d\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-1.tgz\",\"fileCount\":126,\"unpackedSize\":257131,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDOxVWRND4hBHZJsUxtjBP8ky33MrF9+8t9tpIhCI0lZAiASp7dqQYqQUsSqzCAKSo37KEpnmdlCfgQkVzpHi/G0wg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjGUrHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrUxQ/+I+7cJTuiAxxxl9q80T1Y4EFEQOKx70Lw6ceSGkhB86k/N+C3\\r\\nJCyLqja4Qd7HgFOCGVBoTWSHYpQhnemw7r8v12woGlVNxUMaQBzad85dK4ig\\r\\n48JvqxYr5OM7o047oEXHHk3I5VDQrbu9cd5fQqSeRamzdSQY5a7El64y0IEs\\r\\nQFfsUvGJ2SQNmOvX6Vn5lnGmtqjLPUSDPqnBSEFE2GXEN6wNGoZmZFUi/iTS\\r\\np100ox0741RHgRvTSIPCNdGBTFJFz4EeaWLRVSYir0qGtllqezTrMOyHUyzS\\r\\nIhrLIaLA8KYaNDxVhFHGbEXxNbCf2MWQ8bKgfdaAWpUkFnYt6GDIfg8OT1f1\\r\\nPdYiwN02qKtZ/KlqTVYEMsFRuSUUzStbk+MgiyDQ8O6z6CtTQtcdA6FmLwnv\\r\\nA6jzPh83Xq86DpEI1p5Rd6OMfyhrLwBqmUvgdFBBOT3bTJ0GKpVBnFtdeM1i\\r\\nyAGaDOdpb5PQsTd5lTHF8ncOqEfolw+7FrAUZqbIMrOoTISq4DgNaKy/kRDT\\r\\nYOs/HzZs8bDkAJMGA3Lh0Dc5daXAiKpSOqEFfZWdrbuAEaI9cpmgFSFrqKkl\\r\\nCaus1B/dvhyaDovqDjzre4m+sv0kLzsuvkNII2zAwbfM0Lnpn0QvGd1ariHt\\r\\nW9QuHRr3NLoVjSoNnYvqLlWS4yY8Clx0sWg=\\r\\n=YJwl\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-1_1662601926777_0.6175291409512913\"},\"_hasShrinkwrap\":false},\"0.12.4-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-2\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b50485bbffc8530f7df4344a56df8f1fabaad50b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-Lx5eUyIEDZYHpE2TmuJhJR6B4YHoQZy357AiBpsTgePgPBrrqm3UZIF15nqOvZcDgOkrKvdosc9jrXHdjCL05w==\",\"shasum\":\"050ded7d7e405b40b03ac54741629d3b69cf5741\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-2.tgz\",\"fileCount\":126,\"unpackedSize\":257242,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD9n5QThmja/gXrFMB17g4cB6O6KJyYTgfRhvdKarByCwIgS61l+sMhEc2QwwzhIca6PYbCFI3FptvEj0VzV31M2H4=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjGpSoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp3+w/8Czf2NW1oDg9/l0BJxclWVP8/xv1UcnFbCLSEt41Kn0L9Emb/\\r\\nhs8Xh0s9Kfz7EVJWj6x00VMS//dhF1dGJ4RCMbexQEVe6nXs/oRoogdK1F4e\\r\\ndh/zgqon0kI1EkEvWNxuy/BOvIvanKgZt3VKnidC2W55DlE0CBTb4R/Psntn\\r\\nHgk1yvoKcQb7lLhobjUMzWlxoLQB5OYJ+Lk5tclgM4M/YStJ6DD3JoZ/Xb03\\r\\nuYYdUPMDMFYuHwDuw2Cy+2bvsDeWCQ4Svsp7zznxOXNYRk1VGQCoAvM/AQQp\\r\\nddvxgQkW2fV6MX3R9VsUTtYGgrwHoInbz4vQg6b0SelJb1csCCjd77Qkxik1\\r\\naXHv4anzqp0jTqfxs/2vvSieglIRiJ67gNTX3/1V2/alppHiLi6JLEtophxx\\r\\nAF82W2Iefw/8dFcXqbWc8nkTxzhtLTguH9IJuiMg2u38qxSwyJGx/702HvZD\\r\\n5wFk9NTNjNpdWTM/l/jvi6HT1C+TS8MXEhdh1f6abc6/yTgmVJDuLgu3xjzv\\r\\nNseyiGIybAinQFIB6seKIsTODXnCFmw0AX2ki2p9n9tNKGBEywkdcJIzY5KY\\r\\nED9v68qXVPySlqT2he6vITXA+75tJOQq/20hAp4qGn8XttMFEnLf5FcDhsTO\\r\\nDgM/KJE29j8KcGQVfBuhr4EzMIT+CAWCEX4=\\r\\n=3J9u\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-2_1662686376766_0.5628800268777363\"},\"_hasShrinkwrap\":false},\"0.12.4-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-7\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"dc8843237f153969ff598297b3621f5856475859\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-3\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-sc6PQOrsFoIVtwwGOxyk4D0AKd7dhDHj1dxNzEVUoDo9ev2S+VR34jl2pd69hh77O162GK4KaMkQr7KfjS7iPA==\",\"shasum\":\"3ccb437ec60cbb40d7189a4d78056c8c4f843494\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-3.tgz\",\"fileCount\":126,\"unpackedSize\":257353,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCx0nGRa4jguPRuoQM/0EYn4Kyh/i97eJGQDn2MLmGdIgIhAIpmME8nVRf8XzwREMKp4ZZDE9A9nt91h7ccg0nnfRcO\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjH1fwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpUjBAAl6OGbb7hWpFPeobKHsAtXFhfcTYmsJ4t1pbW8us0ypf/D0OE\\r\\nnfo5f+BzeYoXXHgSey7ypqI8MSHr2OUp/lfV4PUaz18Gtq4V/chdoKhgEkXa\\r\\nIWoJPL9HwvZvvxlSqqqmPbqAKD0dq5jV/HMbXOrFkq0GjNj2ltO2u5WzU/Ob\\r\\nIEVpUmQvfgDE9nDLLknuge11hxY+Vw86Iou90E0mrBzzpiysZM4APSFIxYGM\\r\\nPOW5AuYvbk7RUWtYyOFNYNtNS1Y4TljATJ0I8+8OV7G9viK97Iq81KH5fb73\\r\\n7JRlUlFe7daFERPIKKLxbAxgUXT/7nU8+IQg3+DxZQEuEnn8wGVZX3jXxMiB\\r\\n2ScA7Y5ToIk2aGPJnFeXOftM89tdExx42DJXCyLNEk+BH7BIDTSmUrj6JR+O\\r\\nFCn7+a4U/nOdrxU0FTI81DU6vEiN4Ov/33mYC39mpUNchi5QopaBKbJN58/9\\r\\nAdkH0JcJIBL3OA5yyVnOrefiq1UXESWZ3oTrXk5Pu7jWdECa20h2tkacDkse\\r\\nkAWDB9kAXJrmfsGkvJACp1wXDnuy4K8Kh7dTYnZX+5r+1QxaW15zTPbv4CzQ\\r\\nth/2J/rmOQpEoWsFtDkShL2dHYLCxephk0PRhB66DRsFZujRm7TPdgKKnFM+\\r\\nmC9Vr9Pc6Stv7l52Ba86GtqnE4EWq6fKCzM=\\r\\n=+d6z\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-3_1662998512573_0.31241315986714535\"},\"_hasShrinkwrap\":false},\"0.12.4-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-8\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"5713dfb93e24930f1be73c44be2a948062c14b95\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-4\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-gTQITOiKx/J2E2OJpUy1YkbmULDjdUqfnGFF1C1mKlpXdlUmORCe4lgP5fx395XGiAkAiaXG+0TGSZObcbQ2Og==\",\"shasum\":\"5f1bb533e6790bf3328e82f2f1dcd9a929e9f8de\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-4.tgz\",\"fileCount\":126,\"unpackedSize\":257464,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCGZD8T2u7VBc4Po1x0y14LCFu147jrOw+Up7yo0e1mygIhAJ19ovQXQQFsTGp3gBzFSTZko2egIGXR+Cont6A6Ga7K\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjH6PlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmo5ZA//SRIgduWdiDyEFO/Uw12pmk3x8p5uErGmFgc4x5iohRoLeCjg\\r\\n+HqtiUeVIKokXGt8mG67z5G6H7Qnk9EwiuZdpmkxEPWMgXueo7kdWhJC84ho\\r\\ns6ETwThkOIGAUmrQgS+oVDBt9D5zrRl0+M4vXEFSADBOpgJ9ivO5yUbnP1In\\r\\nTeHuNBdrFzqH8QD6wjLvhyb2qiQeWhFGIqMbSit+m9irbxJtPdt8uHsIJA9l\\r\\n58z+NDyAlwaTB+iaykMF5Z9d2w9H/jFDlfzwrmoq3bgCbvqJTTf8axK2uHew\\r\\nfB8SRkYdii6ykk+Y0sOoEU5bTbjShQSccHeaXKtlQ8trpWAwFT+wW601UBfJ\\r\\n/G3w7EZ/o6wvMwEbVbNETf0lvPjYFkebNsWoADYKpZheWgmspqm6qTww4eI4\\r\\nNjMappCDnqCwtS8/tTH9j7o3yeoIxqQ8ukhZg/zj9648YBUWHh4LKhG1HUN2\\r\\n/ioSHic24Cb8knOvErqixOKgOtSUEN5IQ2CW7YtHvlknvWlH7qQdJZknHiL6\\r\\ndjFwtPmq8ZKTkTCLadVyQf5yEDVMgPnRccLfGsPBlmDgSdUPlcxwbESGxoTu\\r\\n6SN+Z6wJnHF5muBMIucD9Hn/oLEC8zE5IhUmBxpu6hWIJ32au105r4EODCgf\\r\\n5TxFRsWZyw+Y0PiiRPkiTcygMAvrjv3f5is=\\r\\n=6a+V\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-4_1663017957126_0.5177538803131423\"},\"_hasShrinkwrap\":false},\"0.12.4-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-9\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"cc737ea35aff6a234d0adf74b849437fdb351d5f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-5\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-Ev8sYFF8fOO7cvE6nzxrWw+BovqZTAIlvMSZBGwL0HGSmv2j8zhJKjQHYGDMjYzfosnoC78qLJUYwG0R3k3ieA==\",\"shasum\":\"1a7178b7a3aa9c195c8ea06595ff4f507009894b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-5.tgz\",\"fileCount\":126,\"unpackedSize\":257575,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCID05Jyl6krgMJGUmagAMLoIo2qo59Hun73Op7EKNiYNuAiBE1UeEhCEJC321p6J88FOxq4cy7WLgoa+6+rWK5fN4Qw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjIQ62ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq9Lw//b/0FXLtOZ35m61SyzAJf45aOwAJshZrQ6+geguqd/0lTzOG6\\r\\nXeBWtVbNhw1AaZuwhnN7Yb8Pc0TnPwl9yheZX5kJgm0QLTdhLPR8SYT+avJt\\r\\nYh/dki2opnNX1f4YtO7M+SdtaMdM71gkS0sLmFmagWsjGSs11GEKIZsHeZf2\\r\\n3stvCCCXwknuxveLbTwMAEFRSI5LZiK5neIzG52x8d4ZeXlRC6CSZOJTJOjA\\r\\nsiH9wHBCmc6Mx5ND69PtNfFYXCWyAwoZKz62P7XddafjxsaZD6y1P+ydCF8B\\r\\ngsNdWM4g8mb/R1UIJDkP06flKiwtzUXEAuzNBAzWa8TPxC5DOi1KCMWBWVZv\\r\\nxbod0hoBzKTE6I6chY06zMDfrvVcE47DKUH6UlCtFx6D8gutqgTNY0d2awyc\\r\\nkSmkej3ihlNHQT5cncyrczHBDaHpURcjuBWijHp008cWBWF5KzEKqL4MVToo\\r\\nzwpQ0m53XCoozoPGDbauPNoXewXtx791TYQJmOfqt4aC/fCCZ2DCx6ZyFfu2\\r\\nSAKiFSs9EmJnibOQuVKDjhrF6Kos/nYkk8s/2+i59OlAczkUkKobeD2wybzI\\r\\nn85ywj36kmv+WwhXv79ti2RNvrAmRbqTSiQEKuzB8vEZhl89eSs3IsorJIfP\\r\\ns1TwxmBcJlYACRFrSgf1tf1dD+7eQbAMhs8=\\r\\n=suPr\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-5_1663110838300_0.6981078103989022\"},\"_hasShrinkwrap\":false},\"0.12.4-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-10\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d3bbebb721e0701ee68d737786153803c3fac28f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-6\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-XmiUohIXu9gEMzTVPY9nbPlJjQA32HK3MaQzwtSCCpIqDzGXRGVNE3DHZkOJH41X9QImFR3LonWFyvnAwsQkVQ==\",\"shasum\":\"1fb377a3f5b78d129533f60a33fe957e5230a773\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-6.tgz\",\"fileCount\":126,\"unpackedSize\":258113,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIFu2fYkdWKpGtmqjurooXtZCxECnhhpnGeseCfKWQvq1AiEAlLCo7T0PsoiDFnMpGYCfjKf8P30K/tPepm+7qZvDvzI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjIoARACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpIhQ//ekZ/1XalLfXXWq7gzD/5Vi7K6UojfaFzEjnjPf8R6pSW8zhb\\r\\n5erplc+ohg7pVP09BHBnLXrIAbrkAAO9vARJZqlis2FWXnq/wsXj6kjWfh9u\\r\\nm4fvCCKkRyqlT9GNKaBK61dDCbaS9umzMai3IlJLT0i+NmBP9gwbpMWNGayI\\r\\nt/z9WCFbxk+f2HUOyTB9wioMFBO17uUKhAhfJdt0BdQB6Mnz6ZlYsGkukx9o\\r\\nAnCx09yz/j29oc2jsQUHSZ9u+5lsvJgArbbOSKI383ATEcECZygV5/7taO5m\\r\\nK3QWLCUJEsBI9QVyyi7rPONr2MSWE+Zg6H8fQjBFMaKrsKSs9pkhc6D+FJkU\\r\\nG5NVM2xzQats6X12UbMZrj9ugV8PlDouBJHoaCm+T+pnRwqfdMGVqC/RtdEP\\r\\n/jexsOm0JZC4AWpR6Y/p8ztlOM9o2g/T1kO98xvAmEQPf8X3mlyLzZOZ7a4Y\\r\\ne+C+0KPEM0vyHrIRktjLMvgQaKzo5l/PD4jREz/k+8qMhang+6nf6gUEmgaS\\r\\nzLL/OFNtYQNSTrPrns+msg5DrUNCtjG96k0NM22wjqkZvNRHQrsGcSa0qkxI\\r\\nyWlxPANbqN27CFLoOOG/Tf40ErK5paqTv1Ej+b+8NfMtpu4SNrPOV578IvjU\\r\\n5yFzM1TGR2qgFXBsFynJhgTEaaAMXz/XAg8=\\r\\n=P6wH\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-6_1663205393429_0.19097415567085618\"},\"_hasShrinkwrap\":false},\"0.12.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"f47bceb30e207ee6543d4603fb2ec82474d83646\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-BpaYPfuSFImPM1O+RmFV6zI6mlpm7lqIPXgTMrdCdYASiA1r+I3XwVq4J7+sabJ0vDsyqXzWMfpAat8bHv+YrQ==\",\"shasum\":\"7ef1fb18ff79c3719ad5b9f09fc3a9a14cc088d5\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4.tgz\",\"fileCount\":126,\"unpackedSize\":258955,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD8uEnrUwr4acuiPoNiTKvq5BQMqMYqUzhnuB7DlcRSlQIgSvp4Tmc20a1aKi/k/xGtMgN4Of/MrFQHCz2mF1zbOnc=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjIp6SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrbTg/+IZ7Xwaz6CSOWw0a/1s/cq5j8hpD20aqfiwMZVuql/cGPgCpy\\r\\nxxNI6cnmZAd/6aERFe+htw1joe9eK2JWBcyzCwXeVvRoxrE9qJX1/xk+7GRE\\r\\nJyB3R/Jyqj8G6W8jR6THptc4SkXKZ/hxTcilSLbcY7tmORHATrqPnujw9wXt\\r\\n8nIMlibU+irmQB01XOxE6+AaLqX9GW3JBR4Pw0mDnmJyaClM9KqLcfAin4qp\\r\\nY0ofii7EweVzzPN0SQUr6NN2x9OL9TtEU4Nlh2xxfKMMURmD1AqAF8b/+LnG\\r\\nrWV7sugfbM2wjTiG/dOXezGvp3UTzsdWSuiubXOVMx8vp7iT8W6KHcZQHtYt\\r\\nM/8vyvXe/5oQepIfenPLXTcP64e4ZKTPsBEyEVSNROqWQpKroXKlHMssqdw5\\r\\n+3JrU1fWq5AVfryxxLNBynT05LBaaWwlN9pG4lhCQFXbOd8euqneTjhhVcSK\\r\\nUTe+tuJioWHEQ8+k5vZ7BDy6YXhhHfpJtvvI5xHK6EK1Rtwmm8ODz+QQW0Nv\\r\\nr/PrxHht9XzQqK+wMF0xu8ASavG2JnQ1/ab4KYiYdiryo+phoShUcSJ4GhFi\\r\\nscGvr3KuNwoIwzt7qNoyITE3zRcyLKjTuojwHLg9HoFsSsthw+ym+ps0IFVD\\r\\nPXfZdHnQ7QFrvwIEz5SHBpMTdY48d3KW1OE=\\r\\n=ZP7u\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4_1663213201868_0.4845699302423594\"},\"_hasShrinkwrap\":false},\"0.12.5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"878ed14e14a031def17cd9e4f85833432155b02f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.5\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-JrT3rERY6UwHfSsJ0h0j261IEugEOv/+aIkffbkc8oNvGMdiccTge6if5q5PSr+piZxtHQ+Yxlb22lIp+s+VCg==\",\"shasum\":\"d52f2123febe30dbbd0b96bc6b9e18ff8c699220\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.5.tgz\",\"fileCount\":126,\"unpackedSize\":259133,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIEbFaiuYj2LjVTGEcbwFtuXqsqab//XRamRGaVG+enC+AiAYAp1Vfe7zfLdI9q+Ml3F0e6qRzR8vhLInUfiM5hrcDA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjI/x7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoaERAAixvB4oU0LsiIGD436zNixrS75CTDYmX+LNe9fnGtnhqlsnfa\\r\\nVmI0+o8Jl3JOd64j4sBY5kjcyqb76i7RhWZJ8yLReppxA7qNsg+voyRVHWG/\\r\\ndyI7ZVxT1gFZKQnvPPGQyQ8FPaMSBluRT32Tl/o75Gg7nX4s/uBjFDj58C1G\\r\\nj+K6ou2GJuliPZpI7WB/qERl3mQqBftuHfpPhAFX7YefN+bm7n4iDevVLkpA\\r\\nbP5zDH7w9NOSEX9fZLwj217VqNTxoI4hE7PaUmtYryaLwii7jsHcAeO9Fc+Z\\r\\n8OZGWIwiZ1mczyp82FzwhVrVqwFYmVy0NpQjWkYK+PSIb9u3aEMDsA8zXC+j\\r\\n36ShRsRTMZX4cJPnaoEE5J4NBfN5/+hjZmj1Ak2ueAYqSJOhk62pUEK+rIG6\\r\\nqUkUOtcvttR/Gu1XMePBn19JXV2ejTEIa9Z9GiEAQ3oCPEvmH7aqebn9QAHc\\r\\nnwtmg3WOKeGNNgx9KSyBVrNT8ddGTuUhCbJDi0Uo3JAlL+2wBGthl9ql/4A2\\r\\nH1cxfunb5BYCIc0t4wWkCQdAmzMfYwy7QkorVBh7ieJYxTjwUFTvU0G0tVnf\\r\\no/HvRTzbDY+TzHpRwJN5+9d8+pAy1BXkb+kkjpVqa5coP/rpZEV+/YDKmz8n\\r\\nVcWjthwOSJY27OO9FIACJ4MYmpMqjdIXZEM=\\r\\n=pR5X\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.5_1663302778783_0.8431705540821155\"},\"_hasShrinkwrap\":false},\"0.13.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"aa26f992da7d218c544e6ca1d1e43df8bbd88caa\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-NRP1uNxx3+YA34xhq0Y6UEpPU6GGpmQ4AASbGWt3+ZHr3BNCDCilvP9tunzmwM9hm5bCP1zZkJ2jvBFe12cJ/Q==\",\"shasum\":\"dc1eae44e9a8345c3b4b695d58da711204096864\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.0.tgz\",\"fileCount\":126,\"unpackedSize\":262001,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCIJvNKNH33wzenBbPi6B5ttgtZrIVOjN/JsL7tIZqd1wIgSCqdZCabnlHcEG9JzNNpolTL89t26V4E+V+65fjUCrE=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjJiNMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmofQA//Z9te2i3blJ76MXdU7D0/CfNynTS2MsfHBfnOWCLv3NkNEZnm\\r\\nnsPuz+5ake7FMstWJSIJ8q2/QJG7pZEuvxVQ2gj8sizw274degHY44tnlfjy\\r\\nbhN1aV/U6t7SK/n0kHnEMFdnLXj887YE7NjE0C9KossjkTcMTKywaX0MaU4v\\r\\nupWahMBbqz+TMrY0jPvgW9ijIPOKGKshXqHFW8fbPQjUEy10kZZ6qXxdQtOP\\r\\nw+3Vj/1SgX27WYPAJdatjQPS26ufToGY5nXE34HeIWRj9dS2qBISCNWquBKi\\r\\nys/qIbK/uI7Vuijs1ol6KJakX+QvjBKMhyN57I0kGE1ZfkqBy3xyn143Y97E\\r\\nXp+nusUixh46Y+WZpYpETO7rEV1QZV1mjZdPFwfibw0gbTPlVtkoXz9Iz5ev\\r\\nd5EiQk3Pu//8k0Q6jK11+nWgen/eP+aHVmGzBWTZ/vjFof0LOks3QRhRsswP\\r\\nSXquFnfkzySQ+/nw09NuYxStdJeP3DI1z/zMBgeNkzothGNy7MUcbB6fq2Ya\\r\\nmvWqfgI0Nbb039LrJwduBm3CoPo9rurdog9RCD0gwMOgVijavIinlfbZ7SSj\\r\\n6hKyd/nOgAf+JMjTSS/bwyBYKNe2PReE6V2SfrPcrx57b9u9ed6taY1La9Zx\\r\\nXtP9AoUZxMYn6+FioP+0X+7KdBEZEh4J6/E=\\r\\n=PzIm\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.0_1663443787789_0.20278666865864725\"},\"_hasShrinkwrap\":false},\"0.13.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"3c1a88d56b8c028879efc2f2b8b331d381511211\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-radKxuLlARYahLHyX638EkPW5rEl1Fh60L5T8+xFz4Gq5/ddCgWd7dPc8bCj3XYgL/pgK5ABzefSfRPDBIR0gA==\",\"shasum\":\"023bd934a26f5587585846731b25057b485bffa6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.1.tgz\",\"fileCount\":126,\"unpackedSize\":262200,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDCmD8iqmdk3N907B5bMQjqL8We7ygZdpGGmQatyfh1dQIhALos+7w9MKn+mAJi+i8P6c27u4Rh/M7RZ42SyTwV6k4t\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjLcsKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoEUBAAjUA7RoQEJwgx/aLZSMJgp9mb/OEBVGrqSVKwrjyEqaBPwvOj\\r\\nZhYFOn3DD9syF7xxb0bKWnJMqi8qtUx3j0TVc61XpG85UXXya2DY7AzC/dbC\\r\\ncJ73epmWSyT25dkJR9pakx3rZ++C24N6cj4FdT9hxacjHvFjomZmcAHC2IJf\\r\\nVf/eYany6wljbrzfCJ+5GwQqCFcqH2c/Hkb7yEdIWmkkk5vdee3/+oNdGLKi\\r\\nHw/DayKKE5kfx7dJHyy27xr8h6FrhSj2TdxOtdOJargapDQkwDTPIgLf0RiF\\r\\ntCZVcJp4io70n0y+utxAjT6FfdZwn3/fgjN2OwIVD2ScTnDAw4pE5M6KeLXz\\r\\nJTSDtRNxdbEnoknOMDTOPseetwgALUAYVpDMl/FplIX+etwWx3iPXL105mX7\\r\\nIHhvwxJZv7mOD35kz2bifUtPAwM83rj0qRDIQl/gXY0/jkAFzKnIM9TcisJ/\\r\\nHa7EW1ia7KFq9ZrsBQt8BuNjjYrypgogA64Jknyd7uAJa5P8Cxba32dZ0wxs\\r\\nvnBYV+FDTXCQYOSNfYeZl56CUCTNsJZwa5wteypivhhrVv6dY/PpHbU/KRra\\r\\nZmVyTRGXiBf5l3wAOUu1Eca7tJyihqrFFfSkQStfUCn7qbLtrWceWQ/Y30Ie\\r\\n+Qm8P814Np1Snj+B5+gMhKbaIHl6F8dSDKE=\\r\\n=p39h\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.1_1663945481983_0.07590460859856973\"},\"_hasShrinkwrap\":false},\"0.13.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.5\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"9be6562b6364f2cf6115cafa4d39064c22ad7405\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-9CO7kl6HyavlTLMGgaKMAAmB/mHmpry2guJsbicULglBZD7VhuujO4JUs60cxyHvxhI3MjBcjoDR4mwwoTFqPg==\",\"shasum\":\"b5367b54b67fa0a977fbe9e41e8926c971aefd4a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.2.tgz\",\"fileCount\":126,\"unpackedSize\":263096,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDmtHx0Of/Vgcjm6e9TXM5rk851q2+pwDLozLkEZs8frAIhAKZYNHkE960yuMAKFGoIJS9u1MlcXI8V3/7YUojFirFT\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjNSYmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpx+A//WiABq6wJ8O9MeLkN30S65QW/ej9NiadbNTe/dkHKpmBBGK2y\\r\\nsaDUhqQvy0fPtO0HZQ9tLJ6PY4CWXL/LKt+5VZRPgJWp8wfDS5Xg+B22f2Kc\\r\\ncdh8s3EFIiSEN2XfPqb5lbp63c9GsV90RD9AD+xIvOG42Tx6MWfaOXAhxqQd\\r\\nceyctAkA9HmVAIW3jU17fewBMNjdmihwbM9URS6X1qNGm8RqvPL46CCIdm1H\\r\\n/EwnZkSh+2p5OLq6QKyOnQlnLjmbzZhZyE5UpMbfIbklslWGVibhahJjdlxT\\r\\ndGBLc+UX8x2cq5EOUxPQT5Tna61uCqLSkgE5I1VSWpI1kcTQYD0xdn7nHA2J\\r\\nBEQzQYe5bYRG1/IApLg4qc6+a05WMy7m7dy4cGp1OxxXLDCX+8Egc0+aeGxw\\r\\noRl7rxooNTecWUfZUiWxj8wM8YcYQ9EPTzudJiXNnk4jrCDmf878lBFLP7XV\\r\\naKhZfcIBHZFCxKzEyjitinCjPXyr02XvzfQgdgAfAlnwuQfIcpo6PYG+eC8v\\r\\n8ayaxpLH9G0WlL6Wymv/jM4+kDKWFkW011YrdlR8YiA2yLQMlYLkYic5b8uN\\r\\nTJdvh/JjMhJRSqL1HqBt7SRbj4FG5u/UnKr0r1Z0HXX2O2mBOgBN89Zj2USO\\r\\nNgdllqFmuIGnZxWdPHtV5hftiHwu9MVLsww=\\r\\n=m6EN\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.2_1664427558367_0.10633908354800226\"},\"_hasShrinkwrap\":false},\"0.13.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.6\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"72ac82eff32ab7f22f0dccd2705d83452f074834\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.3\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-rsu8vFi0RwHZAWLhZXVSf3Ia3O/ICe8gxc+zaRgohGrMHQfRyVcAysYui1Z4x9h9y9DpGvbgq/kdZ5WJHZ1bEg==\",\"shasum\":\"629b9b34743acea0d1eaeb2e6333709af5767300\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.3.tgz\",\"fileCount\":126,\"unpackedSize\":264764,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDLs7HqGQ81/bO2yhSYrJhEjlTPVB0wGlvbU2iAdrbi3wIhAKTbMXMf3T2VgJPDL+pXyPRxz2mr+rJD7bsAsYNElORp\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjNwpCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqPlw//dT/C8+ACDYPFxhLCUZKcLwrIG+oI1EV8U39R5IXmscoz+wCQ\\r\\ncaPoA5flbMrMvPA0L4GOvRus9Msa67ISiBo3r1EQCAgOxQ8ieJYFGqx+NPRU\\r\\n7opq5ZWVPP2iulnb5oHo1CPotZ0uf25hkw2r7mku3jKS4yStypCjoOk9dDem\\r\\np0pDiOHVbu6VQ7tlYw0d3br1267/VMuHPPVvUCIsElwobZAMGGtI2DhzOsqK\\r\\nTubgb4an+4huxq0sveJxOs/UB1Ev8rSX7Sz5J7mOWgfSwU4Gc4xihX8buuUS\\r\\nYVoYex2FYh5uw4BMGKlWix9Em3VKNpFYNCyPYwD5X2DR1rbOUdk0nYJyVfgS\\r\\nGgGQyyS8lILNxxD1CcD/tHriuU4dT/eXpuz5Y/9GJuS9G4leojutyPnfNzEF\\r\\noakNvaGrUe6YKifYymSQ/wkdka628SisI64fXTMIs+oKeJis/xbbPlUm7OxF\\r\\nTyhEgQ5jOMn9a4ZXBEPtozt5wGambrC7LvEwjOpye+fKfWI09eXfNSex8tcV\\r\\nvL4jwev2RNF75v9Vttzj1wQ2ebphX3zpHh0GFMXjZK2tTLJp87VPJkm72ayT\\r\\nTEKCpfpwvobJk+qPppyVhAxMANbOw+mj76Ox48Vb3q9tQVhZTs+GGm4Y3uMM\\r\\nu6+7m2FNOozTxSk5vVlUt5TBrwUuSCfHc7A=\\r\\n=RcLa\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.3_1664551489806_0.21340924113208848\"},\"_hasShrinkwrap\":false},\"0.14.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.14.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.12.7\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"f6d3b9e7fe4cb37424ed96698f074ea08f45c8ee\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.14.0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-IsB29AJLQruwFabmpNj8DpvLz/duy9PwncHttgHioCQOh37IRtn+U/wNr5GlylfvucDnqWc/YbP4K3vrWDkCVQ==\",\"shasum\":\"020798aa7c97c014feb43d88abe1561372e82dd1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.14.0.tgz\",\"fileCount\":140,\"unpackedSize\":307251,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDpI6U7/KGok4yTEmskbk7TX2VXpuZA3X4AS4ugNec03AIhAJ5Uu4KUQV0BxrkEkBDnPV/zwnUF6Ssb4DEp/me1HIoS\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjOjeWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp9nQ/+M97CMHvWR4+0R/SEk4RehtFLk3tiwIWCgXb+BtMLzJBrL1Bk\\r\\nYe77kRB+W7yYgoDlcgnPreUR7MACGYe3+tE9Wmj3/JPHdXQ5O8bGm9XuUhe8\\r\\njVp6kSD6Kb7RmDZhuLEyg9SftIHG6ZkACrTkCrcynxnqLIB6sss79u9DyQMr\\r\\n9uyMoOxRKLHmD+hFawlURgsmtzeWUdCigBN4pyCEmPm4O0sg9pOZ8INAGrgH\\r\\nas7pBCxE7GCqxHStmgFYej2YKCQvXEibT61ahndnttrSRkwDeYHWGvHNWzxq\\r\\nP89hj+YKu85V41CeqveDwhf7dCS2u+70PHTgGjWYiakOhaNJ/Ge/XH1aHOoQ\\r\\nyI5LQQ16Yl/VqVUMWqrWAG5KGVcy+vI0b9FftQJtN4peEWl8fiPyzGPSqTT6\\r\\nOm3myN12Ku5naEC+a5NmfOoRYFzNA0gYxzHLqP7IUgUT7qmOhwCfMcLd5W82\\r\\nYVl3Eh6IhDQ8q5M+bMxaykG5jm7tIlDjDHsm4h8JoQB8xsOrykVOiz+bw1xo\\r\\nKje3mxSkO7w9/csz7iXfh/a+viQC44ICEYP8MPbvLYOdTPeVJq/eN8NOhtD5\\r\\n+mKsynQsz5ADDLx1aN8HHeyPiBOcdjItPNLltspbC0JcmIYOGl+u+54DCE2r\\r\\nGjgOoUor2L0pxF1JctamzEwbAGH2Q/WB5vU=\\r\\n=17UC\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.14.0_1664759702392_0.69478632177927\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.14.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.14.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.12.7\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"c25203ed640e4faaa112510f4985485f422635bd\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.14.1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-JaBNyTHdcnmJ8Gs+Cn5grMxzQ7k0EEs0Vf1+lccFeRqpTBgbGlA+S0a1lFplzq34ehaRNCo34e/+U4QFDkTEig==\",\"shasum\":\"7580c9dcec21d89cea969d0aa5d1761218550f30\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.14.1.tgz\",\"fileCount\":4,\"unpackedSize\":30978,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDveRd24Gj+CJyB4Fv7luXzLgKDUZ8P7+tqdtsUjdHmBAiAexqEk5LjfXTHCsjzt25UPIMW0/7+f4JC4og9Ipa4R9A==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjOkD0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpO7A//R29fTFdAdjA3dYblMQWu0+1wVWLBrDic/GcdoflpThLBH/r7\\r\\n7Umuwq2ifmTh+S5fXpp3I68gDqsyHFSTy8dQaVou0/wwfOIqsvN9encBG94T\\r\\nD1bPdQy7uzewT6Ox3GNCqYahFIaEQLLC9Fgncd1ZsW9C1o00IITsjvr/8YeQ\\r\\nKDcNzfYj63VB3R+1VBdoXu9XKJan2qy5RPVKmnJ9cA7POzV2mE4JBubbZ97T\\r\\nEIJqQ9PmWDPgrcqzS1V/3ICgMIknaSBTvcSVOgmW8cSdhbl+7TFc1mRYvm1s\\r\\nqE9dmwYIfJdE9h8tupZr9wCC9YRkkEcKTaeo4XprGE7Z3bfm1dnjZQC/WnPc\\r\\ndiFN9kB3rxrvngUQ7TOkb3odjTVkJFkSnf0gSHEO9IhjZkG4okKORBOl6wAd\\r\\njEXiCh2cnkgjlD+ly/x7Ba099RlI2fvXLxTLkSemPqxg7UFPAwODjzOHwxMR\\r\\nAzc2iNVLsPTSchrpvYTkZqVTHjLcxCey8JoafrqlfE+/vCBfugK+JwQBlrGh\\r\\nPg1d5+tVdxas1Kh7u7dnzuJWP8fxVdh2AkN2QPUBEsuYICVBWiL1SaMbBHbf\\r\\nmIYaPKlmxl5lUJnvkyxdvtcFjP1Mx3Col3bS9oFDvUmf3up1Khl/MGYcuZ9M\\r\\ns/KlHMLYVsh+lsSLsVXBmddmQo6JDoMpzAc=\\r\\n=tNNL\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.14.1_1664762099815_0.04060258209690426\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.15.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.15.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.13.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"8c59a74fcff97a92ec062fbb63d6edb7beb84eca\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.15.0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-uYSnEQIrXNxSGHtFtrNIZ87mqB05++mipUGSzwYpn2DCcxDbMexmgm3nW98+1qTrm7CR04rXH877S3iUWVYrew==\",\"shasum\":\"de01e8c70dcb87a5ea27c658e6c36fa935e7feb9\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.15.0.tgz\",\"fileCount\":4,\"unpackedSize\":31287,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHyxRRp1MZ/amC4Sh7U0JsIWdliSSETJIb+IqoBwWbGtAiBbIBVLKofkO8x4iEOUrTsQDriwI665SVM2IJ1e3aMkzA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjO8FZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpa9Q//VQKA+E6AjDhX57ERB/uxsNmD+7yF3KKa4hPaVU0jQP3FQaKJ\\r\\nQOkOEHoah8A9GsQzmHlqbSCl7jV0KkvPXaNoJ7Jqh/UhPXkXUPU61h1WZJn8\\r\\njImO5JwgNthXmc0YXkX2/XBuSHs8lMubAWEWPpX9HTG2i8F9oYgsp6+rOtUg\\r\\nsxvHCpRKgcLSXMhTAks7SdFgbDz7WeWS0MZfon9qLorteYv47XsG6DRCLypr\\r\\ncAYT3ClAXEHdPRwy4FlqUVzMLPREb/Qmx5CAq5akFNZUOQRDGunA9RqckmaS\\r\\nv0+9AqsdMamYsSbBCkO8RFZBWr8/TMCKNeW+r8HRYdz/6TvCD38TYl6w9mb3\\r\\n/5Y2HDycl2g99lb8HO2Avqx1Ro8+yCvePFjvogu2saHu66iX4IjxgMsChY7O\\r\\nJMm2FEF+1a2nMD8mbitAAX2UcGcY3EOv7OzS7Ip8Y4p72ABELF21j/0S2EId\\r\\nA7e5QWV2pShIskmGWlD8hsbRlxoQHYsSvhDtoAVYcIiw5LAs0z5hS3QwgduD\\r\\ny3tgtOYkREuPuNu0PjdGd0Vim3NZK9RLD9CK3qrgUVJ+EYXZXORNcoVWkkx9\\r\\nMOaWR52mLI2H+1P/8D275iWYbMoaRDpXYOMqVjvM+8twSjAfPJ6aPadmZu/5\\r\\nSvGvWI4tqC6wBxHgjpIBdrHc2dX6wFkuUV4=\\r\\n=CT3E\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.15.0_1664860504855_0.6960178944458124\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.15.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.15.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.13.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"beefa59213028bae9426c8c80e51f989e20afc8b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.15.1-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-3d/IDVMtbu6XY10lKE/MYvVZzcm8VWCGv87jETl86rJeenGOvcO7YdXsal8lkIxKQGBpkIirEpAb2/yTSsy2Qg==\",\"shasum\":\"3bd374892ee89a105fcf1c3719fbfff18ac39dab\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.15.1-0.tgz\",\"fileCount\":4,\"unpackedSize\":31576,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIB0ivw/1DbJVPeQbUKRQxn4CQjCky0V/rwwvrKSjqg9VAiAm+EV0X/hpKsDuXp7AZOn+7i+fPP+zl5o/iz/Ib24kWA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjPLYNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmqkiw/+Me9OkEcOKTX5BZ3i4S4fysLlIW41a1jhTU47l1Uzx8BTZERJ\\r\\ngmY/hREoDc3Bzd8w3H726qjmnouuauaFN7gPjqps8q4psZKp00nR1qmuZpUr\\r\\nobn1KyxN5u+ruGwrOxUPCYNdFSUfJnc5WO3vUQ9VL3qCAB1dnGj+eEhh5c93\\r\\n1UTgDW9HeZdb8JOf6SOBbahzFUxL0apXw+6yqoYszCVnG31PYa30u0eklq9g\\r\\nqmH0jGlWRpCidzdCLr/ikCn4109pcssF1m37YpGEWtasZsb9AssCpQw8MjQM\\r\\n2V/D4jx0SBNB1dpt8FkV/xd1Ga4K00eaXd7cMm42DyPUR/9r8UY+FHrZga4A\\r\\nDBfAuHokrngWobK1A5/INgsPgoWA+V7jvtZ30flFzXGgwJ/ZNMb/1TlCDcNt\\r\\nisNW9r7Fb4MDC4SYzW/bB6t0iQNr6XxpTYyDsHgHGHOw8IGYGP95ng3gXQ1C\\r\\nRlF42IIFJgUWZpHHYcJK5v38e0FXejNRrSduAwlakDob3b9vQCO3uO4NRqdS\\r\\njj8IgvrCCsbqR327Mw7OHGONUahUJBKR6+SMy5Is/AVq0bHaLvX9TbhBslga\\r\\nidIFrojOVHhUx2Oo9VKMzUuixuy4+wWeEq8jQMms30NrVrPGw7P5kkgb88hb\\r\\nEGfBww1gHskoP7cuh4eMAApzacKPH/ed3bI=\\r\\n=LDaC\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.15.1-0_1664923149404_0.3712009450909033\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.15.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.15.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.13.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"02d5d27a8d396bdcd6bec2af25f2d5ab3d48d0ce\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.15.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-NZf4unM504Fri96nJw3Qi29iph6V6Ya+vA1u3R8+Z0kcfk51wiQ31NYBDTw7BVhC1oQy8wzmM2whL4k4vqOfdw==\",\"shasum\":\"ef20d899566b7fc8d8040644b2d8860fdeba8d10\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.15.1.tgz\",\"fileCount\":274,\"unpackedSize\":827568,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHhbLv9gDNDjCHzjB6qSfZWxKUpewnq8L7nuFYG8MlhSAiADrEMSkbmLhMfQDoKHyJjPKjcFMZHbFAi8Efcg8cL8rQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjPRC0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq4Qw//aRTD9cL0VJ0s6xoOgD7yWGPP3FtVdjGYGziBPl3GW90FQx14\\r\\nU0oUUMDDuqN2GMMIfQeF0rIfnGsw7kvyRw7+z4EQW6uweS3jIkwlTAD8J00E\\r\\nzbK9NOwP86XcEm1OIKM2t17o5xVIuXV+ZcHcb7M+6Zo01VYX1jFr8tWRWoJC\\r\\nodd+2MVgcFWzTdqu5HgltGAWHIFuLIdAUDlbD8zK5lLO+98d0+8p2iYmP/36\\r\\nMPYzcAYx09jqxwT5JWqTclMH7EGeePYg7bYrrwFErDFUBVayg5MAoQrphoPF\\r\\ndl2wiAfHSXoZXfGK9dbIr7/va8NHgREyTNRj4JCv3ypMkz0t1Drh1RiG1n9p\\r\\n786WqyAUmTZqLn/cZsW3dbi5SsktM6s45D8knRKcSxs9T+In7F26VtRQcIaK\\r\\nmBZJtUBy+pmhnl/Hh7HhKrIRgHvin67v/FVvf8Ets51LEAFQ6qNtaIUFjVEB\\r\\n5+0rb5DQWMozXcGX0CoLx2n+q4gk/kpd4lqlnN2EcaICEPl74xInYammGvok\\r\\nHs5yKb/bD7pET5WzWmXLE2jARzNh+hrBhMmNgl0oJEurGHx8BwxrE3KlJri+\\r\\n+Bh6yfqLF9hEFJ3yFR9SCVebp2B4ALzay3iMr9ENwf5ip5ydlzKoRCMusLtG\\r\\neZcK2eCFyjw84JF8bd2kHxxT27FncVeTHvk=\\r\\n=wuDt\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.15.1_1664946356133_0.111065105405733\"},\"_hasShrinkwrap\":false},\"0.16.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"83296097d82bde67a3ccc6d6335876276569f236\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-dVUelTHStsCOWBiC3e3DYMujZfb0D9YpDkXbnEpHacKfDRWuLgiXYrZKOVX26lfaubYxGh9ISF46Eogi1iF4Ww==\",\"shasum\":\"80af0e28d9a10ef5f4180ccee970cb9a68cee927\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.0.tgz\",\"fileCount\":274,\"unpackedSize\":831301,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDYySoXidAN3r0cfjuW3//xLB5NMGd394I+UX+HoWs8sQIgA4jQEbZAoqfeEcm+jLF5mfLYE8Twz6alYivfbV4LdFU=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjRMzAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqGXw/+MIHnailwkIWlx7YN8pfmK+s0w59VVxiWayvF9pOexLMlrK3+\\r\\nAgVImzK6GgSPEe6U4Nf55a9cqaGW4RNwRBIYr/8B6+bBCeRIehaYeii3CvwU\\r\\nwPSoP4FOIc2VbHBb5VTyoFFbhlqyclL7I2YEeFuFRfbXq7n7eOi4S35siRB3\\r\\n1Cv0bE1+Dnb4q/J9E88mwgqzaCTb2BmwHloAHBAoZmrY/ig+/n961XCrPrOi\\r\\nyx4cBVpwbTPFqodZ0cEdYyXxjBXy0wAlgp3zFMrL6KD0wk6wds5V+b+NyOuI\\r\\n9wMsjQyx/kDz/t+xaI6JHthIDYOGkT5AfEdPURCi9VlmYot00d8HgHg+8w/5\\r\\n6pwoz/TNR/hvwU5cv6LAQmLYQPAgemK9qphxuDMy9oJMO5ly+pua5i+f/keZ\\r\\nmnETR5mEYYrdPxhl/HfILEx2gDTz+j4CKcotsE2e8jr8UiNV9lDdW9BzWDnm\\r\\nZAHr97lyy3bC/lrFnNy/W6mpHFUqnjDTmOz/qd0obbT5g3Q1yvsDvD5H01Jf\\r\\nsc3BAgs9WKXxHNBlAJ+DdtKf4q+QjBgDtncyWvJ5DRSGWF82q/o1ZOnli5lP\\r\\nKnWGvxTtjR/e7r3DqvbGA/8p5a2evcZN4LvqhicBd7l4yHqxwJWrSPn98KH3\\r\\nFpggoo9qkqE8F9MYnMuhgtn1AH0C6WSeAZQ=\\r\\n=7zAV\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.0_1665453248452_0.12130727598300473\"},\"_hasShrinkwrap\":false},\"0.16.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"840d6d131ea5040031647253989cc4ba716285e3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-GEs+AHG1mGHGH+tyvyqDWK15f7MIk6c/QoCrqP3/Kb9OV1kIxhCOJcrm+tqGQ4TC6XSGo0o4ly7ox/QyZtD39A==\",\"shasum\":\"c988376fcd82656d7222cd09f173830f328ef0dd\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.1.tgz\",\"fileCount\":274,\"unpackedSize\":831976,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDOYWSYZlu0u72YJLgdfE1oeAFsaB0qshbTtv5D+bIb0wIhAIUrXln0fKyGgNtQiJY+COeAKkNYskwWTOIi+9C6/JBf\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjRNCoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrHBhAAmSRqRIelchcvhwW0XrnkeUa5BPhFfHA8V+a8fIWuCyV4nq0p\\r\\n6vQ89NwfN8/EWefnJm1YNQ8skAxDMVruE8N+RSA/fNep+sanevTPqI6L2GW/\\r\\na3GFwm5pqgt/4lfd/R7ivP8nDlYgegfPq23aD9hMAX6cM4TT5OLYyNj8EH2G\\r\\noo6gc0i6yOTCIIhhHLAJnF/QvSvN5isMUTqfcdnF4GGZJzE/FTk1sZXm/Hmh\\r\\n+ahW73RoIJV48Q3vuNhI0tfWFU4Jia5JqLeNMiHCaxvM9a0rZYo5dqdK9+Cf\\r\\ntWOmy2tENu1Hh0/ENm5tEfLkCONuawSaZbFg57Q5j7lqSuVC7PcumtyLN+PE\\r\\nzrq66bB/bMX9z4HjnwURzonEoaB3FQof4FHD8gBF9BkTvso1gthtRTau37BO\\r\\niYsSEu8d5HisZSF3sf6GULPLESyNvqZXxXiRMkqQbdtNq4QpBm4BRd5KQEXr\\r\\nRD6fqAxcxp+3Ggj1mIz0HDKt0lZcCCAgc9GG7wNu9s6E/pwVFaG+VZRRtvyR\\r\\nTvFwo3oGACS4ePU/LTa9/92bxNp8PhHzIlh6rixCu0oAmnpbyeUs8a9NTuCF\\r\\nflFNWB3/aydQniAvOWJKJ3kFoP0SuOHodYc68eWhYEo35PPfbvMFp9M+dEnJ\\r\\ncGeA4/FOmKOchUQVmqlMFEUIWhJKTIxWzSE=\\r\\n=ZQ50\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.1_1665454248542_0.7894092627602991\"},\"_hasShrinkwrap\":false},\"0.16.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"069d7724dd3a8a58aefa3c5783136f22a39534a7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.2-0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-iKqN7fKDfo8fm2MEcYpmf2bSy+w3pS/1sX1yvfgHHFiFiMDBcYesuXCfkKa6k5kRyTBwtr4FMHZl6/F+I4VO7Q==\",\"shasum\":\"1b3917cd8cef7ef4130a0ef65ffc46869f3ce924\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.2-0.tgz\",\"fileCount\":276,\"unpackedSize\":846433,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCjRoWVK/OJnCO6aWbIDuZ6fSg9rETPGIOhz9wj/yM4BAIhAIXgj/eouGmkqKb9XTV8mgbLyjOhMPBQfW0GaYUBDnsB\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjReokACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp5SA/+KIlU3mOl/eAvESOYdeDa1sAUU9Y6Tu0O+iQZXOkVa+6Dx5pn\\r\\nGQ5qANgeGE8VLE5KPqiILvbHRAmZrnVaw3ABzW5jGRvUvo2d+ZujPqKr8EOn\\r\\nx6S9+dGKcMOcmXtHwcJH74fU1GqhaMmB2fvOytHgfdUikjE5aCXulL705IaE\\r\\n5OLllhoqCWgXcGkXfPzxddP8Qh8P8l+ukg3xSdnBJIk5gJoXnOUuzGUnhETr\\r\\nAskuNaeRLgZJv/EZMxMR9TGjr9ItKpaXuw6zHFGgm6pYCKH4XhsTX19VpJX/\\r\\nJFdgWHfHZkf5vv1iGq1C6ZWq+U1dJ/3i3cY7652HmcS7b22Sb8Ym9SJiBnCY\\r\\nJ5jTAadgPLJvF5PssEXWGApQ/L4A9JBiRkDxXEe3kVJwFCOvNl0/jAq+sKU4\\r\\nwflzjA4cGT427uXwXg18r/zC0x3DkUn9Ab6sHk2jl2Oj+fKo4+eFTl/83/aB\\r\\nkOagk4SkR7HaW8X7xI+Yq0enQ3cQRLT7S49+m1uH0bgh2MR4QTRRVlbUkw5R\\r\\nwgWFrxEYDFuGV6t4FmQIy4mWo1BwfhYtDydFkwMzDY5WGaf8ddyYrvIdq+dM\\r\\n+jnOLsJTh9bgK7RtmSyDokmMLKi933C87VBmmUtkLsJNWZDFfYnw0uwL/3Z7\\r\\nfDJLShAMk+J3HkbgUUpFv5adiN7+KTiFvpw=\\r\\n=MDbO\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.2-0_1665526307854_0.7272382453402111\"},\"_hasShrinkwrap\":false},\"0.16.2-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.2-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2d466874412ca8d74ddf17a14144d4496aa1e833\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.2-1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-gpakx/xV33l4EdXw01+efHj5KcIaY+BKgKAHfEEzssdFNC0QjCSRhJFVfuii38Y2XHHLGEEfSS2WXTydwXCOJA==\",\"shasum\":\"e8f04f590d41dc7461a2d7a90be1f3ce231f157a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.2-1.tgz\",\"fileCount\":276,\"unpackedSize\":846482,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGW+lix0UokcZbx1TPWME7HykgHfEL7ImGIN+wr8ovUcAiBUkU7vtRK3nqls7kY55Sb1OH9N8EiIMtfu0VROOue4Jg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjRfAKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmofsxAAmOiva7V0aDATYuGbhvwWFCdSznc3EhsrMT87/UrAwAn7rFHj\\r\\nPncL1VT2vtcqzJlPyKm/+nvWJocXRx/SYfvEoH60BK08HWU/Q/WxSQ7wUpz8\\r\\ntvYCsVDK5uLyNVXXKSzspC4BvfjbEAM10/T9LopD2ljztf9lzCoY7DS/MFyX\\r\\nmjm6IsalcWNpVSn3bZqADLXGE4zXG64TMLUqYFoGq7/DN2aRlDyoqx5CFWsf\\r\\nAFKVwAFgJD+J5yfZ0t9lrdfS9vjAhlRAAA+9m3vR1jFZcYN9xOhpA5yyW6Pz\\r\\npelX4ob4BP8nLVQCsB/2rWQqhjgq8APinUsPAdDtvZ+gsDDWC2dTh47sZK+v\\r\\nvnDxR/+zZfDFehv6/vf3Qr1E5U6kzoTUxw8WgR+nRm+XR3O38zr2OU7hDMxG\\r\\nunhryIvYvc1XJS6g2E13VBdasLJnl5p/756PM2N02/Fseqwwsox6cEAdHNwG\\r\\n7zEnpLgRVkGrRCsEYIUyt2koGzUVliYiRB2QRf29HJR3YsjaF5c1NmkOBEhk\\r\\ne5AWWE1F3ACzCAKOCU5ghRTloX6rzv/Ndo5dOird5E+smKv0VVFsu2cV+AA9\\r\\nfRc4AadRIFrbHKFpmN9kf9jfl1AxptwoVpUeb92SiI5fvaW8MU7GZaQFS9sp\\r\\nsP/H22GVPXLm/8Z0JBvBPFtEU+R2Wgkb6cI=\\r\\n=n4uP\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.2-1_1665527818717_0.4507409950808863\"},\"_hasShrinkwrap\":false},\"0.17.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.17.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.15.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"b732212ffced1242863fb262d06d719bf84b0fa2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.17.0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-OdvCVjd0id14zn6jqN3nMsXFmlUCI4cccvgJeQ5YT2ouqBSvpUUjiqB51Aiu30v8fRRytO+ISy5rh8glF22IaQ==\",\"shasum\":\"43ef0e77326871e084f82a487947251691017ebf\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.17.0.tgz\",\"fileCount\":276,\"unpackedSize\":893074,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIF+ZkjRk95StjvVtWK8cpWalXYm+iBLqpPJrRkKMvX2QAiEA2edC5hKwekSfTb7znUE8OoLmB6L1pjThqiz9BSTvPik=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjTGvRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmocJw/+O4OlD5wsDl4lcaWQ87hnduE/b9p4n+18WTtwUi1Z8ysFy7zt\\r\\noLyTzSE8bE7xguuPHP4t9tP+XFdFlWYrJz/k8R9XSiu++vUxcLnEz26jYL1e\\r\\nVo479prY8wZ9/1RL1DQmCuHIN24c4YFmj4s5aquccYJ6DrDLpqZ4Vf8hT4H0\\r\\nqKbML+O61wPjABkHpZkgRakgjV/mw5WBbBmk8AX8ZoASglzaRbgDGRCaCwQz\\r\\nGXswOizxHpNBttPrJIIAeNoUnYYRsbOaOHCaYJeACseMev7XHV2tAMGCg1Kt\\r\\nF87kHrOffM8mg4W3YRwKrXNXSun7MbilNzoqe0qlmWRLp6rn87j0DBAUqrSm\\r\\nhO0ozmHUc4MPGIQxs4V+LpwLX5wi6GxFpTaXrDvhE0k0GK2H9IG+1iSXICt9\\r\\nkfQLwMYvRzM8ZKz3aGlX3v7cZD3T7QN5TPbkN6V+utu0OqiOgh8do61ajRm3\\r\\naFcBdkzUij4EdnTiuPlhNJUF7WuJ7is0qHN8R+jPKq/cZ+6ISZuJJadsijZ4\\r\\nngU78bRk4jF1XMJ8OASUWsvg75z5iUBpbV1VWNyxt753iTkYWs9MxPs8uFGa\\r\\nEmdhzWyyIbgEaB4Bn4eecqrZ8aDC1A+DaEOIfuMiXdtShgp/3KOPgdigkpN1\\r\\nLNeVVIvuQP9NpVpoxHmcEOXbdpbWMabAxbM=\\r\\n=VH0g\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.17.0_1665952721009_0.005842477986689687\"},\"_hasShrinkwrap\":false},\"0.17.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.17.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.15.2\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"6acb8cf4a5934700bc72a67e0151bd67d4a3d816\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.17.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-2iJsulSN7b4DR50iM6SJOxVSsFAXtPN7Ubz5VkSFb945Vq9P2/RvBUKPKwWl+L+ovRpFentqjHN3pHRG2Bf7qA==\",\"shasum\":\"35b4421d06c27d2c9ab7f91055a88612f6685b19\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.17.1.tgz\",\"fileCount\":276,\"unpackedSize\":893992,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG7+VdGOt6G0kRMqW4WrjqispBDdILgkysVts7B+axKiAiAF8MGXORZuooPpCFqSac8nYY9gmf1G51we+ZDQwiw3kg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjTNU5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoJQw//VObisYIYJQxOuzOuqnUB1aRXY9FyGu+Fx3tZ3c/XuBhWMG87\\r\\nj/zoMFocLd8wxXRytUft9yy8WGWFQluXE2pSwRuj4UiBQB21H31ckuLjELW0\\r\\nz9upHJ6p/JHMDbuNGHdkut9M33hRtsBUPHWyn979h3sdcWneyeZd+couWoUv\\r\\nGphzSinnmQmSYK8n4q0BZaWcxqLwGml+74BctxpwlHeXR1+EhLKfpYQq0TX9\\r\\ngkFLiGkEJfahmSlH7S1cegxwurhcbR6ezjM+W1LhZdYtnqeJ2WT8Lyb+UVGH\\r\\nfUytCRqxx0NdJVHMqEBylsAhsVcaNPm4cdQVzSqCQamOPKWH6AIoq1WbkFFg\\r\\n6fJzsLVJ1STienySuMJLajvS3X0KxW0EgshfP9JIRSHY7OuirSt7xGhtrXnq\\r\\n54QC9Agfe9j6Ivywh+1mJpuOekgMH3yfOQ9SfSdzOamTUMe1j39i2MBkF0Av\\r\\nTCcNg0L+Th9rlL/iZlSz7HEZchr3wziKFPeF30XN/o+9G1Vuiss911gjxtYW\\r\\nMrHTLeyeMIgP4Oi4fhyWwH+bIL+QjtQompSmlfKdVAGujuTbAbW1miyeX2xe\\r\\njJytN0UF56oMKpMsKVvEFSymj2+NmfWy1EtmuuHuoFvTeWRq/jeC+yYU0z5m\\r\\nxovRh56HLSKh6iY695d3HoTzW03Xol6wOeU=\\r\\n=QmQn\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.17.1_1665979705074_0.7984159195999914\"},\"_hasShrinkwrap\":false},\"0.18.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"1e83f237b17d8c5fe8720d2fee270092d185d40b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-V+QoWVzdqH+mf+Go2mjAkJKxK0xZeNqV5dDJxeB+B0ttCETVXyBE1DxY+jGqqmz5vWXGvXFi9WPCzj+aLRSOWw==\",\"shasum\":\"25c5dc068ed924e02a8d954f0a4e0eb71a868f4b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.0.tgz\",\"fileCount\":278,\"unpackedSize\":908862,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQChx92sk8C3u0/B80yqZXYp98gbvkOlqYgdfmy7mwzX7gIgHVClECgCI7sMmTltaHK+YZdcHkYzUYo0pzZu2UKxV7c=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjT2UeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoQDQ/9FQF/VWVc0jmFifonTdomLWoBPtDOzLqQH7fDGPqnF8JJHuaB\\r\\nDIlBMKMlSlrnkFaDNl/FAwtYdH3EW974N6IDSonXszCNF4OgE3EUuzDNSm/3\\r\\nL7x8Z5aTiGV5yIlc9yYHCRa2in9jpS/ZM7f5BgV+8HlJOJ2TTCG0CgabiSeG\\r\\n9TN1pwUbfqWXSnTYoJIjNAPbQhtTtvNPCdMpPkiX6kgs9wSqCdDOrPxv6bml\\r\\n80N6me2hWDWOANoWvyVzF2SLgEgudJLsk0AUw84SVXVcnt3y2j0+jfBhmWB8\\r\\n6IwL79lOmkSvovbWuxId3y3K1XjBwqyUbFIj4dz5HxU9I4mimFfSuk7UNhHp\\r\\nvlb5i6ckUH3igKV4Jolbl2SRJUapG249N6J6KO4KlLhgNh/bdxisYfC00JNf\\r\\nTcOBJAqXbaFAs/pwWF3dJoERFPS/BYDXQLrXVIlZq8HcTADwxvpbDr2UR9wP\\r\\nCcaZJbDly2/QwwawBpjtwHlXzFys5Z4mwdUY/Zgw6ADZS47Fv24nKsvwgRn/\\r\\nmO74sAvx6G+0tZTLD6gMS1J18FTzE9FQc3cQSiLCxP0/mLO2TreKRL5WtVjA\\r\\n3eILcB8beX59UVXKS/hzIK8gOC5MyIgYgjPPkeRRCPyAGFIryjhsFhcH/5Fn\\r\\nGJ3iiymKuzmaIptn9UGDjRlm8P79to9wKHM=\\r\\n=gpqq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.0_1666147613930_0.8331713780802772\"},\"_hasShrinkwrap\":false},\"0.18.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"8c743b8b6856e19df255fb579aee011936219a19\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-8vZNZDs/qJ8lvIK0wQEq6oSAer0WESLs6zYdYaLOLPZk7IwFHLV+3kACEuiwrMK1diPEjneqMcVLovnOV+M5cg==\",\"shasum\":\"551bf6d265694d930e91332a77d15b624ce3d7a5\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.1.tgz\",\"fileCount\":278,\"unpackedSize\":909011,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIC17uZ+XJ5nKJ839P8UaAQcKf/nnIDrnqa4xR+xpBMYcAiEAtYsbf1P20gnqiiQWr0ZJUJ6u9dy25jtBoELAB53OSSA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjUKnUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpC8g/+PToLU+7n/FNrOdKk5kbSf12nbvL1yJCeBKxjMFLMwYytscwd\\r\\nMIZkdmNIKVst4mbp4HlqOdpJ7Bsg5vftiFB4M69UMGZEjGxiOKi5J05dPAlZ\\r\\n5oTD5cnMBLOUFBnEPioEAwXATFXAkGV58WSjZW1A9LLVmo9vTLOlqB27nwZr\\r\\nn05V5rrD+/L9iX5kgmtl5zNnHHA+2Jh95HqPipyHHoUoFyaepO6gV9qp5rOB\\r\\nMLCmjjGZ77cBBJlnq1xc3VkgvngEOVJpEw7VjlX6yeCtM5QVkMz1vurfm0Qx\\r\\nmw0ngVqBMeQzTkvV/b8C16MbhmrqDslah5ick+wCi/94uSGD8xaqJ7j26MXl\\r\\nR3rbP0gPDBdfktVzkb0/WLIUA6/MTNklK1pEs3AsaFb1rJDd4a30Juoa4ok/\\r\\nckqfBjazEJEph578Bttebd7GD40aAx5QtRjAL+ZJIpHb3we+d+W8ZCN626XG\\r\\njUpZ7IvQoobMlHzWIOwfJEJZhXc8SL9MM9vrTuzvS4ObEC+5Y38Rm4YC+i85\\r\\nULk06ib4C6vXNd0/tFZMUFMfEmrlja+zHNd0mzMhdg7gmtI2NLc6bFTCaKGt\\r\\nwdqNqasxC+JUbGmibIiq2rR1wUZqFVhbkl/p7xJfvD94ryAN38HQpIMpiqeq\\r\\nJRk/mgfFl91qpP9XIR29RY5LMWhbWSHyiIQ=\\r\\n=khwJ\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.1_1666230740170_0.11898457230974135\"},\"_hasShrinkwrap\":false},\"0.18.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"803c4faa1efcd788bbf1abd2770b91aee8f0fc61\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-JxCe2hAjqBddq+T7PlBkU+U/KJ4JJnv7oV65Tkbow0do5rZgrq1qb/VrFY8zO+Oqn8ke5M+EP9MlOtAnmonShg==\",\"shasum\":\"3aa960562648dec2d0df4f351b7521ccf72b1170\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-0.tgz\",\"fileCount\":278,\"unpackedSize\":953655,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIAnPfDKetluR13j1wf4ZXxZjAvIvqRoHPJJc0kgwxbGAAiEA4cEhNh+ylGvOD1yWO9gQqKLuAO1Phr5KpQjJatLr3FA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjU2fbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmom2A//YgiipViUTmS8UAL06zrvk7DekFNduJFHBSu8J/bTtZ7cDBzB\\r\\nLKJTkKHP8P63dEmpYxOFFsv6H8B1DA/iJIZztVjDFpmgNgyrVwLYUP5HFXdM\\r\\ndziPdWNRjGPYsQkmmEZBTv4YcRML77XjZSb9NSV/fDSbKGrXmSvOCO7umd97\\r\\n3UjoXwnxYDaxjbhqjgdy6/PUaBx9wYq7wU/JD4cnco9LvID7PDwDU8hH+iQ+\\r\\nWDv1p6YX3RBzUG7P1RQmM0rk4pY5j6axhPHxaIQifzyMI2bNnKg7g3DjEeh9\\r\\nbCONz1BaEtLmODZfUjALoPisyfg7nbzS0V2DWnJcspbxq+4l4Mf4c1yyMIBQ\\r\\ntSF1tTc5Oq3EGltGkbdPFaa0xokARfw7lRf1n7DaR7JM8b5dRz2agNQKxZ+n\\r\\n5/iPJxDuPvnWZUr/Mga+U3GpD58c+J6pGToaVGrpF8k4y2bF0Ek2HrYFRf7C\\r\\nyzwvB+s7k1/zxfHmRR53k2z+8iU/cigMShYGRMaXzmOoTVafqwQU4Cni7QGz\\r\\nvvWFLacx7lXGbrr0hkQBXA4m7LvmCMj5zrU85SMor06iNAXyVrFw3iQWcHzw\\r\\nMMJ99nF+8F2zzQNhFZVL1QRMw8a9p0aKsHKwL9kITk7GdkM43dNf+WXIWsvE\\r\\neG6Ah35kBBpO4Qg81rQJaohQImo7yc83i0c=\\r\\n=fM0s\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-0_1666410459604_0.09139430637822343\"},\"_hasShrinkwrap\":false},\"0.18.2-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c890440a64a333bbb6a69dbb39f9e92f57bf3268\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-ePSGrJMwrnP9Iry1HBaVxVOkrnONhR1o7dKbNLeEPslLZp9VGrLRWtcBfq56WH/TSGxXWkjaIxBmOZJnA5NDSA==\",\"shasum\":\"6ecce71eabfc0b651997abc15047b074ef54f078\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-1.tgz\",\"fileCount\":278,\"unpackedSize\":956824,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDX2f4uAN4bmcN04k42f88xSsKtAerhuxkU9pib9nbNGgIhAJw/Smo8xfSmI1+oh9gUo7qlN4TJoLv3l4S/nw+rBP2A\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjVx3MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrWoQ//U9qyGd2fn+lHAbUGkjB2pMIREDvzyUorWWfyte/zIWGraTKT\\r\\n/BaMPH59be/cclaVeNIR8+ldwLVuOTLqlGB5sZulNYnvHVp0vCI3G7UOKtxF\\r\\nCkSQiWCV4u8e3hHJZVyMvZDxtVTIwb9eKtdwa9q//bR3sn0s7pwPkw5WunlK\\r\\ntyE8A8O0lQljWqNu8G0pmYxbeu47o8muKCKj11+foLRsbCrhWEMAAv9pU02w\\r\\nx7F6ahO9OuEtnqsMYzykElqU0GhkB/opOJM0OqtBhGGybmyHWtRfFzxcq856\\r\\n1tSajXclQVyeWrclX4538NI3bYOa4nQZMBsUCjfIluqMePfemOnWJ3BpxyEb\\r\\nXpSW25X90uDu1x+KAaNcf9RyDIWeJDQot7aCRWyn+7UXJfVlG0x1PUtgHnHS\\r\\nYTcpW8RuHxh2jUYBTN0BjmJ2kibSGB7bxOtFMhlXH5CyB5/mNtilvBzWcDc2\\r\\nJiTRjBck9mT/I18Paq9GvXUvHurwyILjnfuqJ4k1s+ZwGfxhUVqlBWhW4onz\\r\\nWiYTnRy7MMIABRSAFRaM0PBvGrA5hyk8wXg++M4csOWHYCVQVDL7/LDrVzrZ\\r\\newrUOdq9ObzHtAAkMFAJWq1S+NOB7K/kY6u5iqNJhUHazRhwhJdwLldHSTbW\\r\\ndKQy0CSnEbe7MNLaFAenyXkEPJHGC4lkniM=\\r\\n=AJ9z\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-1_1666653644598_0.32028912882467764\"},\"_hasShrinkwrap\":false},\"0.18.2-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"e414ac0a1cb643bf67add785f85777566e8e8ff6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-2\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-tns+tLi/2DFDkfyq1f5gALs6qYJmsJQb5Tu2+/w5hTCcxs1ze86VEH+NIORM8YkXm9JnBc60xquA/tKeCmoLeA==\",\"shasum\":\"03701382e385b22639efff3d1f994c5aa21f695e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-2.tgz\",\"fileCount\":328,\"unpackedSize\":1200706,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAcspIEWfVv/nh15lOBxvr+F97JZ+/l8Sh1/hal4Mp0uAiAtTQxAhI/cPgh8NIefMEmq+cEMQkIdRgMUqluadBmO2w==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjazfdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmoa/BAAiuglgRbv4oV538SdVMgOVfe/pBjtvECb85WQqj2/hD4iYQpP\\r\\nYl5pRWWnV0zilUhP89zCvnzzSNOlS6Zg1VeeOiRR/l95UgYCGu8T4sUKy21l\\r\\ngFJiClwNMXxyEI1JTzYDC75M9uVdsPf2fdJQia8WliBjx6MmbYGcF5GyzOc6\\r\\njxK6Q0IY9dYQgcwuE9GTZy9h5bTFmevKuT1UlfbBVohmHNSofNv4mLdTrpDi\\r\\nPUJ8uv5L0jdaOddCU737ysbPhv/2rR0pfJJn+qMKX5Wpoz3YmqZ6l+r/988E\\r\\nOCOPlEROXA/aidbAOSB6B96ScmSuEIGieMEZVQ0mwVCPaodr+GgajdnQtFMz\\r\\nc8fzMsbnjin7hVeQDxbl+iZ6KNx78zEB+YhWQZ8pXAxgEv6sL3esktq+Dn2e\\r\\nkFtxxnO/6VNXjcguAYkx60ygmn0wtPGQHTX0wFNZLbkgSJ0HHEcYQVZAUnGm\\r\\n45aQvRCRF9H26NYG+1JCmHHrC/T6XWahbfuRxs78LP+VBRgq3awq65g+IMci\\r\\nhLGVjq5kDnVzGNKfGB1apB3+X3y8UJRJ0hb7kTf/Q4kEDlDx2+nL3YvxPmKL\\r\\nbLbAWIrTUbQ/Sta4m1jblDGrv79oCo70K4dB/1tlFV+etU0Y+vrcGVE5GDMZ\\r\\nSix+NNFE6FSoGp0mjykkrXxc0YZ7vabIfNs=\\r\\n=EbMP\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-2_1667971037639_0.48575418533942916\"},\"_hasShrinkwrap\":false},\"0.18.2-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d263deb778b58377cf47db05f2199d20e10923bd\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-3\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-UJ+YdMRVjK2gGnCCnmT7GF1AFCsyJjDlL5n2JRXxoOZsyYkKBAwSENkmlTxN1TNyLKYrQe1hF5g88TxeW8pXUA==\",\"shasum\":\"1a412845c4e71d6cc1c8947169958e9568ba7156\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-3.tgz\",\"fileCount\":328,\"unpackedSize\":1200842,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDt1BTtc/ex0yVlfoGDyQApnP0qwK3YUGv1jbVRS68iuAiEA5Xo1BtfNGe83vWHFaTRcZUG03Za/Je5KQQCsMFAWcgs=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjbB5VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoHbg/+JOVHBZA/carL9Xa+Tjsz91Ur7Rb6EsMb/fEckr4Z6pJqkpxH\\r\\ndDiXqGeHUMDZN9/UKkCpK6Wc+k7d34T28Si5x7im56T7gqtCdgfZWO7+vjtU\\r\\nsfhx4KlCHZp9qr3Q4Qb+9WGf/jebwuk8o6lndIg6rWnF5d53U7OBGwvD1Vr2\\r\\nw7adSlqx31PMOAAjBzhCNtFacJOR+oqjZrKLnT2sqwiagFhCenKXWvpE0P9y\\r\\n37EnNrrgeCmO2rHbUO5a7+lgYBDwHtZGuKPHBo9FeXQL/fVWrioReul6lHkJ\\r\\n2TFd/L41p7tAJATBChkliWSRvjTfPgaTmygc/shTP7inRYgiAovUQGSUgQ29\\r\\nCBnYhHEGfL783hz5wQfSg39f05rf5tXN2rox4kwzZfc5sicoYRfU+VyXHhDg\\r\\n5LDGBQszY3WzBKQoXkjlMqp+EfeuloEVl8xM2S1nKK0eW1VDtXnEom+0ONVI\\r\\n1U4yLOzU0mR9YxAoY01UVBkOXHJEYdjIOhJL6rlMJhaLNs+SgCHrgw8xQxvf\\r\\n64DHHCkFliNiutLZcmcF6wtl0V507RPrIYJ9jHCVsQmfgIfsO//KcmhoO0A+\\r\\nVpihxrJqAWjiXt9r7C7Fm+MAD+DL8YVMIVjecisVNcYLzplrdM6269Ntv03k\\r\\n1IkszFUA90NwJh0mHKqy2lVHguJx1rkARpQ=\\r\\n=Wd9o\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-3_1668030037245_0.20346474374280787\"},\"_hasShrinkwrap\":false},\"0.18.2-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-5\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"56563bce2fd185799cd70b16dec988156eab618a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-4\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-WWRF86LB6dV8xmVjBf4yEaBWeD1nwXroeXVGEfLs6bix/HHwWGILITS6ZzkeEONPWYZIaIjs1Ip3gcY8oh2RZQ==\",\"shasum\":\"60d27ca44c1c2efb48d7520a7b24851cc160fed1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-4.tgz\",\"fileCount\":330,\"unpackedSize\":1211219,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCYY5LR7XCwnj2+9HvQCH913MS4n3zNDy2VWS2ayXTKvgIgDnZ8KyhZaYNniA5SxUnxmyVzg4IC9NIKfNihEL+e/co=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjbH3gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqFtQ/+NzLEZy5sEeIxYNdws3G6cRsSFyO4lSu8dKZ0RHoVdTP6PVK9\\r\\nwNxO2jQ5bd7GQ6Kl3AVMn/i7SiIOR4bqAL+a1bv6NQ9RlCYH2Kih6NJa+Y+c\\r\\nZgKdmdkSGrkeUt1evPWOaoAcB70XtmwoxoUTUz08islJyPdD9bYL9ADBIfSc\\r\\ndj0esMNVuXDmB2zafpJH0m6M9ixnFY8M2ybLjUhpRkRdswdn8KSCtukNLE84\\r\\nyMmgdqqVKjwBQgw0Li5a4wU+R+03VTBeSmmDnlfmEQjgmG5RMJ0lgdQGzecK\\r\\negellgDSEikuPRgbI4IFOTAmnzoB1ekJlUyZgpVoC49CkDOo+HdMzapR3JT8\\r\\nin8LB5kzukiL2MS0qhPHLdSVKnGXanWsBGJo4vtOhHp5peSox3RAqf2CW+8n\\r\\nHKRrrrjdxw+EnbEPTyPLU/F6sERAHUcqbq2DbjNiK1mg2SFvfk6+5XlnnN1n\\r\\n0fgRqOro279Qwidu6r0yOhsm3SM+27Z0rK6Or+h1/6+/OnXw+PxBpJ7NjkDC\\r\\nhHJOpGaHb1t4enwptAYgwwDN37EV5/7s1t/GNXodr3hKCNSJzWh5GlGxIpuS\\r\\n8al+8sq8CZjouGR+HVFKkTW+EpqlrRdt0j8M8ajU8ej6GwvuqdKi9jkIze/E\\r\\n5jpuvh2l6MW5/3XrtvkatCD0XMGceodjKOk=\\r\\n=vISv\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-4_1668054496039_0.5282274760336576\"},\"_hasShrinkwrap\":false},\"0.18.2-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-8\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7792b0bc96c2a35f92fef4ce671a9dfada6b7572\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-5\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-DCbF+AXe1g3uMNIWz9v29AeHRDB2Cb0OLBm1FbM7ftKZs2h2HdLZFikd5CGDicBEQGPvKUAB/RXNXj148XSUUA==\",\"shasum\":\"5f906af92eed95943d176e4a1189d4bc160584b2\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-5.tgz\",\"fileCount\":342,\"unpackedSize\":1268037,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDUBJ/aav2FfDjEdMxkPJ1Ahs14UoMVF+JnF8q7sdBPlgIgYddllbfvtKtFTBDR3HX339bOQd4eExnKIOdDCHmoowY=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjdVAaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrDiQ//Wjt4+YAgnUmgbiPpyGHKBAfTa7HpqIx6PqJA0kw7EuG4FQdM\\r\\noi10t3TR7EYoebP769atpet+OaDzi6YV2r/B0fGSBQHxyuJ99ZtPuQYFE3kO\\r\\nJXnK3BwYWOIWGxFZiIntuhe7jpOIfvbCAQxYKmdbXWkTMExpN+rEiLddQRDo\\r\\nKk2KYEleAJxCgoMds4U+9nqJ8gP7SMypW5mUsFmOe4sn/JtyZz25H9deye3S\\r\\nXzzkS+fZLYvMGUXpVkzttcOvHTTzNCocAgDy1we/eod8WNEiqWWGimZp5Fqc\\r\\nWxmetXZVwrV4M7qGZy+dRU7ce53VW6Vjly08WUHjAATayHrBq3vVxGuIK4Bl\\r\\nUxrBKYmc/ERkQw51hl3uAJ9bQS7JTYdeXILT+mLt5T5c0cGQZqL9M7CsSOeg\\r\\nU6BIi3wPBFaOKUHBZagLi2N4PYkRq9nGMacVap3/eKJGdXLKqVWdGT9G10Vg\\r\\nd0E1Yw+BsIbu7HZucepH0S7ojwXvqGnSkSmgvOzQNydZxWqUQctC8WZyJkwi\\r\\nMYpinOfF6k9HBymRP0XzUwFuw0uItFiJzv0FGb2j6CSjRBuZeCwUAI9ejEFX\\r\\nL/JZxvcgiGknjx4MyaEP3RTeWu6a7cnCG61y/JJKoMBkmLiCEP2Z0flofpCw\\r\\nL6l931qyyp2sviWvtKaRyBm9qCzIaSckRQE=\\r\\n=SSf6\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-5_1668632601959_0.5041322507431445\"},\"_hasShrinkwrap\":false},\"0.18.2-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-8\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c9a803d2275ca36e2d0a2d0fc1072498bc5e3f14\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-6\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-qdkaAMr4kBRHtY8L5m/iwBed8sW57KUM1HBwfKwoFE+1RpCZKpFMGidRdxuXiHRJS964rC8O0Jupi8YVPva2XA==\",\"shasum\":\"50811b6b0a9ae4968d18203663b32adb9f23cfde\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-6.tgz\",\"fileCount\":342,\"unpackedSize\":1284222,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIFrORyOUEEz5HkfVRqR7Q07VCuhzgpl3KbMCu+qUDrsjAiEAxzboBTcHnAjnj4MWcmkdRC9N7/uS5VccP/9gn1xS7Lk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjdVaiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpssw/+O6ELTfB+CkynB/TxN6HMBNXPH+bzu99yDPgrewoz88uWZxqc\\r\\ny5Ttij1HYfUydY3veWRmJyRheYi7KQlJMzCm71ExFGRMPNwD4jlVlkWGoGxL\\r\\nfBAe+pJDWnGowkGjqbTs3rNjIui/qichtxA6Deq05kSjCH8Nk9eiShrPM9F/\\r\\nQ/svBxASpZFFNrEjSKVaCmOwKrUZKj93ATDiFf8LLKuLVPIOnnCFxF8+Rd7B\\r\\n8q/sAKxt64On7qZ0ga8b4FsUqlmnml24JvM7DM0nj6S8HQdp4Sm1woTUZJCT\\r\\ns0Af/CRV6JDD/s/4LvoAopCi9CEuTN2WN/S9Bl0cPnIQ7Fl1nG4FIiSpKZ2d\\r\\n/ZArtWm+Ivju+d20dsjRgwxzpSU0AU4CDO1XtEsb9nXqR3H9ZvJKHmf96O14\\r\\nTkB7BYT9X+gGgyPHIR6Sb1vCwdUvtxK3kX4APFz+M6G9BNmEPr1G0QC4rLoh\\r\\nU0kddxragB6QIys+LJTkd4+WV5cziaFVOR6haGgZLAqpiRrnjvsN3nS2lGdA\\r\\nYTTu02ZnBHKnpfIMvoO3KTQFoAWKnBfFzbPY3JIy0ODGOfe06GcQ5Dcmu3bq\\r\\nW9upC10wtZSqlu/zb0VOU+kob4ZJamHt/kNtc6i5C11psXmE0sF4hXvLfej1\\r\\nZMTF+QW63iJAHuLweK83CAqqahMPeb3t0ZE=\\r\\n=+bEF\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-6_1668634274298_0.36298974819430474\"},\"_hasShrinkwrap\":false},\"0.18.2-7\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-7\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-9\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"82c45c1c56a0c0e26a0c3afc4183e574bd7d97e6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-7\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-AKmx7Z1BI0PRHKMf8Mw8zNV0oHUdDBItCmzBjPg421QqGEioCIRf3Dy0H/QinkwyKehI03yID0FZZnq1telsKA==\",\"shasum\":\"66eec7fe9414a580a3dd907f079f6411aea213b7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-7.tgz\",\"fileCount\":345,\"unpackedSize\":1361545,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIEYmEsyH15ufk0Yw4VWU9t0zB9MG0Dqfweb6d2lh4JWxAiEApzD67+GkvCzIqr7XrbaVQSYNBNjMKtEIVdnIlzDuxwA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjeugjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmqm1Q//dJFDy5cGf64wspmM6iqmSxxm2GWEs1Pc30dr5c5BMEaEwc+w\\r\\nwdGRPRg8ExYxudtt/f1g/WDDdqNt6NAgV86CnDTssfAVf8g7dbPW1R1aL4UW\\r\\nXnSlprkQ/TJAuOKxgByLQmZ/quox46ARsYHHnMfQHYeiZix+X0/2BdlPZC8V\\r\\nWiGHAHaaPGliN/nlQBrFIqZEI4uqiiCGIWejmOzT3gwOZj6mSBuLwUUqCPrH\\r\\nPFXOhXwDVPg/CrmV3SBanawSQZhjO30e5cNfBRKWV1s5AI8mS3lQUF7r6jok\\r\\nlGcBw1+01rDOj5qqh0u2IbKrQOGcvOaJnN0LZ9rwqMo1HRo2zrGVkJKIEPnK\\r\\nhsyoZuPEKiKKkS++Go79ZA8n/bqkypTMG5T6gNylWdXZXMgbO3Xn/I/i5Ijk\\r\\nZ6ChlNVxLoxgHxA/F9zfAlk17Q7s2dT1ALB8ceYZD80VZbRofWadK+d5b9TZ\\r\\nkI61GYuqRrf9GaXIiqTxx1oy8BPZcoKs9cdhbpY217Fyv3SO8VMJQ6PklHM1\\r\\n25pvHrNJ3k8byw8zFedVDLaRwRuYE4Cub/D5YUoksZhR2fXlRy5jFe5HrdEZ\\r\\nVTYyP80PsYhLtiwuPPXUcwJs1JVKEqMuq9XPPfqZCHDwF+wNeV6Xo8kKKwNd\\r\\ni2hKVUoy/+8HgWeEOe7LjJWPnGmNhY3BPJQ=\\r\\n=h7AV\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-7_1668999203410_0.8111878267090467\"},\"_hasShrinkwrap\":false},\"0.18.2-8\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-8\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-10\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"73a2afb3a85ba00b0d229eaeae0f8262d896fcda\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-8\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-rgG3+UyL5VqfCbHHvZqId/E97FNO7pJOQ5kGE09b418GP0vLnOxVswmFcynkK3WGfFKwt8lVf9ad1o/lQ7SdwQ==\",\"shasum\":\"8f25ced035fb34ba4d90ce8798d47016548bae99\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-8.tgz\",\"fileCount\":345,\"unpackedSize\":1373154,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIE4WluYP+Cc1MF/UjYJgBkITueuyCkq7lyxoqUYakdQ/AiEAkQXKz7PqcwMwNQJqbOkvB8zDB0SKwXrPia+7FbVJh1s=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjfDCCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrpbA/9F6rEmoArFf7sFTUPQPLjNkaaoORZlgIj7aWOgf7yA7P+hnHM\\r\\nylpr8vqSgLln6rI0QPxh/i2b+LrWSoWnVmFEiSPo3C7VfgFh5U0fmPrkxIQu\\r\\nq2IUir4G2itFl8hDLNpl4v7WcdyLazE8xGm7YbaYhiLQXY0XFRF876HukxwD\\r\\noqcoo3AyMKpzKAhSV24HlldTsQv9NAn1dT4ekq195EM4N+D/ZCDlhKuL9vqo\\r\\n6B8qmZxhZPQf41oEAT0bjKHV0KPYV+00jP1Jit6OAnWKS4f3nU1hyX5dWSdX\\r\\nK40MWz6C8jqIcq6d9dN8+NIXZIM57fQusP4aDK0WrT6BvvGDkH7hHy5Peu2o\\r\\n6ZIaDqKvHT3QvtVu9Fw7Qtw6Vd2HC05xRZoUyckH02yoyUd/sY9v/Hcgn9PJ\\r\\n+quDkplPVCz2aqTncOSbAe4rhR9bTQzOiWU0eavsQEiZDF0IQVd0HMc8yG2t\\r\\ndU7Ih6/4cOmd4swL6JeaK3kURzhSbGKyNk4BGym8Y7YFmyQD+mcKWgkQQzf4\\r\\nLnNke/4FT+ZYvHdaubGlZs4F4V250FndsvuC8rh3/6yK+iCOvaRpBZJO0yax\\r\\n05z64f5HRcv7LSfOEo1D/iftTGIS0hYD9WQMZ1ZSiJJzgzriWNpjcchGXKid\\r\\nYa58/JTzKgu2zHEcm+ohXRFj8UK31QnCAGA=\\r\\n=9tgS\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-8_1669083266199_0.021355176502236173\"},\"_hasShrinkwrap\":false},\"0.18.2-9\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-9\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-11\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"6be0c78ed448b8bdc046c232a7493c4d14e92542\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-9\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-SSR5Jz95yhdvh+WNDvFaB/gP0Ho8eV+MRhtkFJwNrePCzBbqsYACBtzxslwgSB5fvTbock5+Sb7+66dOk60msw==\",\"shasum\":\"febf557a9c718948aeee4cc6f53b8b24d1dd6603\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-9.tgz\",\"fileCount\":347,\"unpackedSize\":1443257,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDD5MKyr7R0x6J6NkWcZ+LYq+wOKPDuserB2xUI6p020gIgG4RnQaT72/o75rzUfmGGOkMMfTQx70i/XhRTJSnJcDI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjfRV8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoRHQ//bPMIsV7+kIzf6O+l0iLQFlI0PzeC6Y0TwO+6oUuTNCfd7DWi\\r\\ngVAbR2fusKqjE8OAZx84iSovyGtoB3NCsJDRyc9YMCiOwI3lnc06X/b31pJ1\\r\\nVsNd/GgPMA/sdtXMIUlIIdaN9bf60ui76QxntRUsCodQhiyazZaAGnUrePCF\\r\\nVLUOH7+jw0IiLwM/eXwXJwTv86upe0Ckdd5GepX7okMUTc9y7zZkYhNFg2WK\\r\\ngyoEJBGGREVV57uFfTdJCWNMQI8EcxOZ2aoyzONbFmE0I9PhGgEQlGA94+JS\\r\\nkd9ksIGjBhR3dV7spHC9iCDh+1xkWEH2fqslAOICrdrC4l3czfWOXzfL74cs\\r\\nd2hjwu9okNg9fycH4LZDvcRDp327/0ww4MLg/xzKUR5mGhsO7gdjkhGTedJG\\r\\nf/Q9A6AvbalizBjU0d6yS3m5WqH22asxpG355Xx86DTm3ljFNL+AQXYtmlSq\\r\\n0+nit0rI9qxDaVKu3YTdqyN/F86sp9h5CsLHnQo4YhQTo8H6s1UCYfx3KvP/\\r\\n8A7Sr648psyubnvRShDl0Go5UK1yizKGqpH++DBFp9T2eu66V11tsjFRUKHQ\\r\\nhm6ZpExI/7RR4F2A7vAQkwqxTzK/iBVmCPBbaMlSdf5/mjUdn4eQq2gihWXR\\r\\nO9FTmIvoIr0HcaWRDyTdiflD5dEq3YL6+yU=\\r\\n=ZwiR\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-9_1669141883715_0.03641746334684637\"},\"_hasShrinkwrap\":false},\"0.18.2-10\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-10\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-11\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4f33098ae623763d89c0d329178e2ceac8d073e2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-10\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-a4nBUUSw0N8Vf+OcZaaiXbaWPGsHKjwuf0kZJvrHjOX/onpyaN5VM7kj2gJ7hsc30zDxcGyuiI7pOtg5xUf83g==\",\"shasum\":\"d051b8130934bae8c63818be259a5687f1c90e6e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-10.tgz\",\"fileCount\":347,\"unpackedSize\":1496469,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD8/b1OvyvS5jZlVHQJCxdjLRxLQSYn3g7v4Kmjc7vt+AIgOGwrHFzyTK2DU3H3mGKy/uNqhbAsgs805M4MuAHvQ6Y=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjfXiYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoO0A/+PJ7M4K9TkNWfQXAY8t+LD5R3psqXoCH/0V4L+DxC30Qg9UpB\\r\\nRjEMvtLsP/FAKy5PQzHwT7s36PhDpERdDFiN7op7mQ4ennIF0eKP1aAojoWE\\r\\nCu1x0Pv3F37aLcAyuGT8T0BX/sXPfzw+qGA9tMd6TxHHJ9AtCvxlbTy9+w/f\\r\\nPlr81Sl75Gd9L0BphAnMTBh/7GhYQp+3XW2cDXrPXTUPPIsK+L9SXAee7sWr\\r\\nHsIdCw6yN3rGCuXKKSNIuLYllcfV61qeDlINy3jhsEhFpq2+i0W+PNFpdQBl\\r\\nn63emI8XFk7Fl1D7bYBRLoG2oWf7YEOzalVzYOdphhgAclIdW216Y49GWG03\\r\\n1yJh0kH/vsvUVIFQP/uAbzKEX7Qy65dbC4fVSmbnDxbZmo56HRMPsiRRBw71\\r\\n9/QrlPMcERbnwsiAH1IBPf1ZJS1Bl/rrnHTrf2E6iEMESzxvzZ9rD3k52Qdm\\r\\npaHKB5bMlTXDXkuJfAOov7WIfmY6wTi6CCyVjgdiVpVcXKfPcBXx4sCx5FpO\\r\\nMsXa0anUQZ43MY15IT11w/nzpWNgmvP8yq+rTBeuIxiAt2rTOqMEkgyspvVi\\r\\nU2Mzu+UXl/Qy6dZA5DGBb7h6I746G+B0VJewQEraPWl7lyl8kmHE59ZbTf6w\\r\\nPNkY4ofemYxDnJB1bejoxR9/HYZiYiVIY90=\\r\\n=xGWM\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-10_1669167255774_0.5123725796169314\"},\"_hasShrinkwrap\":false},\"0.18.2-11\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-11\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-13\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9dd81c91077233d83606733c33f375315f1e25a5\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-11\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-EDqoBNvU/2+2xFiafI8CBU3tPGXzW9mSF1q7M2WZg6+auD79ttfwNdW+O34NvgKEFpdJLAkv6CQ/rRl06WHn3w==\",\"shasum\":\"8a0230acb4177aed52e58a6ab48632319a0757f6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-11.tgz\",\"fileCount\":345,\"unpackedSize\":1463853,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBmDigJ7JC17rBwTVzR3kdJizgRj0eeOGnFpMaWRsiozAiBjSBwZEFMdQUUc6sl4CRr6IaDZ9veq1s92ETeUumlAMQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjgnKhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmrzzw//c4zibMfAq3aTIKuv/wlDdwLOvOg4c8VOZGpygovOAtXeIEW4\\r\\nHbgLyjlMDI4IVL9/8DRqNIhJj4clCj3pcFkHFW9AZb6J/KaKSWbyzYrNouMB\\r\\nGzfJE75Dk7LIPY5YRK58wEwpQQIM5gbe7CP0sCJ17jaAHwjZYqqdAlv5LI+n\\r\\ntmzD5SwQ9fLqcUb72SV5clp3LOTjCLzORXMdB+5Ev5uWFAWDnHqwgzVVVekz\\r\\nakZJ8t77BC+bjR/gTL0gzORVIBh9Hyk6xkMqObm6YNZJV+cHkg9wqrP8sZmA\\r\\niFp7l9OK4TccZJiW9WnqDdzVXWjYZ5ScHcJleR6T9HzoJIQqGfG5YIWPnuF0\\r\\nLjsTNErChACohT1KqF2gol8ZCOT8HgsmxvxD5+Q48NFEf7JbdLYTCWK7FEsP\\r\\n/n0vQPgKkGOy3MgVFv32ScmQ7zX1XbC/qpSnITynOsnHeKMn+sCXKaNx3s2W\\r\\nUtc1Uzd5QVLiHDEBLYAd4Qzi61re7nkqedUWvxyld4a96RJcL1rCwgLjfR3V\\r\\nrjKumwJZNQqUfuHZR0PErkEAcnq8Y0Q0GfbNrQ6/98DurKfIjrSBVWluMlMQ\\r\\nkLQW3v7MwZD/SV4Yt7lHQSwkRurMM8mrRYC0WJbk401fDZErAUi1boxxVgVU\\r\\nEiyY/ipknwsTHDAm0gEryLoDpiYtPHqe5A0=\\r\\n=kM28\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-11_1669493409182_0.7200030595092617\"},\"_hasShrinkwrap\":false},\"0.18.2-12\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-12\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-13\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"712bfcdce95cb8ec50c75fb182ec688d20607b0b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-12\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-vNSnIRmNGNSiCsFeoxtZXrTrvNdLB4RFlVqPmKFHYVMMjZ+jYrlcDWLTxfjKmMrHaYj1sVWT06h+a1Htu8EDqw==\",\"shasum\":\"5c53be30ae07b22eed817428bcd66080991f8e37\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-12.tgz\",\"fileCount\":345,\"unpackedSize\":1463968,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDz4AKgx3W9mu5gg3O+f4CZZYOrgPnBeMpTvjjTFKBgNAiA0Kc+MKqVFOU/rBrJOrVxfQ/xxhrLznifTtVJTr3wRWg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjhWQtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpzkQ/+OlW7W/XHDR4q265P7SXWWTJXnUU7EKcKRqUzlIHYenBrBVke\\r\\n8I7ARKBKfDopjTFJ+7Zdwt40MYBKJjrVnE78gqdI+x3LtQNBDiGws0X4EDZI\\r\\n4N9NqfjWEuRcbtUMEdLPUOwiwSfmZVPdRFqbW4yuki9tH0iy4sAA2gvpR5Um\\r\\nbuS9sVdTZzuhv0YLUs5TeLdgaG9dm5CYZQX3kBY38M4yUpQHJ0M6vrNuEFee\\r\\n42xSoCL6OTnssuRQVWhE24mQ5/3k7cDANDkMeTIHo8fpmtaEYQg/yrfUZAjS\\r\\nzDudT0ENyGT/JobzeabcQ5wdQyKsV3q+CUXShsmcziL97fNNUIN94qxd9Cqq\\r\\ngfN75G3gpUfsOYIOSLd/Lsrg0zk7wv0gucICfW1YxdbKqoxYhYeJJ4BYBZDr\\r\\njLPrmJxs0+Uc/zbokI4RUcU5JX/TnOu+PfgtxGkRIKfLXYxWy0sXv6xynU+0\\r\\ndo7imRvN7ocuj+H5VvrpRNWHZ0a4VZ6RHmwCDcObrwtiL1rSD9WmhpiioRE+\\r\\nGmSkwwwW5tKDrESaLvXAvRG5HnEkG01KaVRyKYF2yN2DVK4Woc9sBTi95arm\\r\\nuC5TisNp9qZJrAHWtCYxC0ePxzSMGp466bO7SQ+/EZN9HFZWjMdcv3LsLB0e\\r\\n//+bv+05U1wr3bMCpZJuDMK0AfcM5H8x9XU=\\r\\n=UtYb\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-12_1669686317262_0.45717901349818235\"},\"_hasShrinkwrap\":false},\"0.18.2-13\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-13\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-14\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"8e7680cb255501148039a333eecb7028b7b534e1\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-13\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-OI9FdLM3WpoihuSq+Q5RbkbjGWn0R7jPGkxRz+EZpIFZqsfyKqXTo3nv66v5xtHhd4dqiMJSdlQ1q+aEaHu+PA==\",\"shasum\":\"550055846993f948e9bbf19cca1a23b4d5583cf3\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-13.tgz\",\"fileCount\":347,\"unpackedSize\":1499229,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCf9QV09lrgYDVf+aztZjh90tB7Af7kjnaUe6PrJO07AgIhAL2Bcm9uu1IBRnxd2gVL0jNGVqDLxygJzm/pgILmCJdV\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjiOqhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoOOw/+IYM5MmfPvZxAsP6OiPbPzvQTHETuSua6rg9EJe67+iUcRkiy\\r\\nhQ8rwEwV1zylzPmEO38l2r8AQH7JRiU008acIlR9z3t7PvoEJqq9JiaNlT/v\\r\\nt1+4T+X9LTM86W/+AggOGEZ8mliMKMMJWG7RbKyf4nQKKZnyP3jVDLibN0xh\\r\\nzAXCpvA8OHpHleqBi/Xrq2fvWIvzNjO1SdY7H/OT8odDxXXG0QzVr/1hlmS/\\r\\ntt7gBuJNeU8P5P9oyJt8aB+0HUrc0x9Zx6bQXzSf9tjfOIua2uOt1YL8YGN7\\r\\n5D+m8VzVFXR1vZgmP/CuWij7PWtH9F0gFQz2kwjZlZT0rGrLFL8eIiczlvIN\\r\\n6iMw20Y/6LNLVUD3muJu2OxtfyAEYlH5J79m6+YiFJ+JPg01yXu8lrSIuTnV\\r\\nPKCWlZccRnCsopmHjjTLrf8YlfodH4yCRH5hU4gXrE9C0gVhIOggYF9GjAs4\\r\\nHbe3YwLoqPUYvsrCniDCX3Sx3AzTYc3Q1u+I1W70x+SbANLpvKp2atHnuIBU\\r\\nCve1e79Mb6UMz2oUdEKZwCgAHYSKJqWokHDa2i++AjWWbyXVKPP0DwvvJhPH\\r\\nda0pozPEFWvwktitc23QN7y06042Q69NZuk7FdvB8gWDzUMzhGlRZRjnx4RY\\r\\ndgEJrBjbwSztLvGQumM8JxWvnN7eKFd2HMk=\\r\\n=KUfs\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-13_1669917345082_0.47242107183423876\"},\"_hasShrinkwrap\":false},\"0.18.2-14\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-14\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-15\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"22770454a2410bac1e25780959aee1b2bd520560\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-14\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-FZPLI7t+0CI9gKJPYWyGPb6JH0yfRaRQURk+1gwJ8Rwd2qnuHzIzNQ7Lc4V6tSTejZzGiQ2lDkgmlQr6LPq1Bw==\",\"shasum\":\"4cf026020b7c748bb0a3651e126610aafdc90133\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-14.tgz\",\"fileCount\":349,\"unpackedSize\":1513543,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBqKDXXhwKCCUDGaBDrCn4c0KxK+debONtaj2NykujbGAiB8d0vL/vnZxv/ylbaih/861EF19OrQ8UIyB1Pmk83cdQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjlBCDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrGwA/8C8Kny/M53alQ4UHXmwuIRnbVZa2YGlGA9iAY3HJnxZXUxVY5\\r\\nfY+X/Vreacg1B13c30iwRhWAHwIMKEts0mr+aKobnYvf1we7MZW6MX1km0zJ\\r\\nROWL3/a7JIkWHgg6V2XBlKu0J5oA99WfJShbX9KNtkcYvK9A75WBlxK2oaUc\\r\\nARt6UvXfS7YpJMyfPUyZWEZolpElBRcgRBcBtFmhO/iWH4bAN9yOyNDW+0zO\\r\\nkviTYyr5Q9NyLQ+gnYIsrHq4wUTLp18Tvuo6G8xn4igTakR2oA7Tc960Nd+v\\r\\nhzpHBBXOuKbP5IeijweuhEbQd3tosf2h2rbb2a9hvpsuD6n2936aGkC/2U61\\r\\nfUjm6MTIDxCjX8qk4u9EiIZT1/CmOGRaxYyvBqksSVgQoteV61b4omEdBZbr\\r\\nWGyA6tA9pwvUQHx9OWPIqyiJeponoelf51R482sN/OBnhK5o3sLuPhXuQ2nY\\r\\n7Xf5b2N0EItHcO9DPDU0Uo6cSg1gIhMQlRF2qO3NN6P2PG8So19bChUEg6v7\\r\\nGTbwMqeDPkzzPXYBFCdqrJpiiI9+prAP4iE/zLpQHdYhH8LxKj0Mi9/+P6TD\\r\\n02I6ZKpXYaCKRUXGUqzvBKGvs0zW4Cvj2BncRYcxMEQ39857Xf7y6Qaxi1bo\\r\\n2RL8OWLtxds0pfpfExwCzNj/DDoiz1IJsxs=\\r\\n=UDB+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-14_1670647939229_0.45925881315233497\"},\"_hasShrinkwrap\":false},\"0.18.2-15\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-15\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-16\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"637a246226510933f9a60fbcbbc0cd4718b43630\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-15\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-m1pG1I1WsOd3w/uJQY6E9ZgnNGcIssVV+gh4HBVanaMp+/iWDv1vZW1+XcsUnrdzAZLgP1AN8n2T2fQKoXgd0w==\",\"shasum\":\"e04f6f7567cb792fa0358db39cead138e739f473\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-15.tgz\",\"fileCount\":349,\"unpackedSize\":1510951,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICldSQgBhpO5f5S70MwyQViAmNnV0+ibKIrtp4beUvjZAiEAhkSBFvfhjRTj820rYakEPoYKnXKuljZL4vPHLG0aujc=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjl4FmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmordxAAkXp6ZUAZERMjhx2JAULFMLnvTotnXjxvMWcPm66n5+T2IBB/\\r\\nS888bANG6mwMoTozNHJztVcsM9QzwhM7iUDYN/a0Fkbcxo1Jtdj5H+j2I/95\\r\\nMbgHO/CN+beIztC5MS5LesrJpki80U9gxzUM//SCRNsZzy74rGwvGW1UltZ4\\r\\n494vgO8/r8zlmfHwIB5ZxUK78okAkf5xROkCAL+aWgolxVOJgQkQUogQSPuI\\r\\nJF1WBXHBCj8pAOLKH/dCdfd4h60GCJZfNCPwIvE/1HJHt9BVllY+u2dml1hN\\r\\n0MCuXjTGU9I6eCbMire+i3lqrFFto8CXgEP9PayUl+98l9D3L8M8YAfE2FtU\\r\\n9aSdVvS6HIG1Z+DDOZ7zjEWa3Z0vToemltFAfXHJ1AULYL3WXdomjQCUIjPZ\\r\\nMXPQxPFt4HkdbgkT5aCUrCVTo9BiZ6CqBR5PY+29AKGnOUIHEMkT0taTr1CT\\r\\nBrfxPv4BSJy3NF2yJ3dY7lZkFxlbXDMpvNH2TTREERTWBzYCdBf7fX7toyYk\\r\\nr1ZyF2r+aNwRleQ6Wxbkoe6rPxujUbBPEwvo5fQDPAwkO1fI2pOiQV/MCIkK\\r\\nVaNQCs3hQ2OY4CNSA5pIBaXTi+3bQFJsebuHP3+I0SapQtXfB8zyu5l5oi8P\\r\\nyZXne73JP0svkP1OyHtDIIdyJBMVDMu+fmU=\\r\\n=Gyad\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-15_1670873446344_0.9789306225425232\"},\"_hasShrinkwrap\":false},\"0.18.2-16\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-16\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-19\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4c29f1fc5178fc61481158565441c03437e38b83\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-16\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-Oea9VWi3LP6X/GBjXFlLCrZ7nAp5nG1mDhXTmoXqwbJ/DuzAHKF43zT5ilItNKKWl1xyCZHHEeqSWIBTU3dHCg==\",\"shasum\":\"4850ccf3e57c2264b672483b9c145da1a27cd081\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-16.tgz\",\"fileCount\":349,\"unpackedSize\":1511066,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCID4UVWQf7xd0pL5YYzUIsgS/geFyXU8KMla7CLrfNDtTAiEAi1z+tiCmcWmmXcatO+wPDTSodSFunaJZeBlTRyCfFYk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjmkCkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqJkhAAnbKgnpSsdyJ8skZHZtlKXYAWZAF1GeME75NfPn7fBuiVZvDL\\r\\nADl2DE7JCPuInBA4wXhIXU4VYNMCp91D9uGfKMivAf1pc6Ii/S3qunqi5eoC\\r\\nuXHbc0gEKG/wE+bVH/EVuH2GWL1YetYmOrn+GyrgLG2Qrwn8E3ywiGNx+3Xo\\r\\n4ZKJL5IfWR7jHrBCjQ930Gx9XsGO/V5dsq679f4CUKHCHup/DK4O5F8xu7Po\\r\\nyc7/NbW+4azD71D0IrygZSdEI4BDy0jkCrinsZ3fLtwbiD07Sn9Ptn+JuM+3\\r\\ngqvMh5ntaVvh9G4K0KroQn36jDma16s8GtjI/JLLED6EEom7+HTXe+sZusYt\\r\\nd3RkmLKmfnCPCzP2pge9+Ax1VbEz8+Xkx+Jzm/dMVW8iZ9og6Uvm8Utef66s\\r\\noJX/b3TekopS55f9kMOrlLvkqPWBosyodpRO58U42oa0u8BQ8LVqQFHJxNGK\\r\\n3xdqyCw/TpM6bFn6xEmHtHJzHV+MCRTKBLafRwmUEBQHBnaAo5GSzQCeSW7c\\r\\n5lFd+Us01g28jaXgRMOWdbed317RHd8f/Hctdv2D5F/b3cIty6fmPCvzZDle\\r\\n1VMpteQNhfqeqtlDHBQoGfmvCtDhy9L9JWgj3HmmCsAt9z9Z7za+VN+Feyk0\\r\\ne4zA6FlcjiTsDRT8P4HEZKWfOMFUh5MBuJ4=\\r\\n=psiQ\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-16_1671053475835_0.11249433470088488\"},\"_hasShrinkwrap\":false},\"0.18.2-17\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-17\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-19\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"59d0ce58e96d549e8e280957e78993cce808ba54\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-17\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-dg8qfgROqF0AnF/0S3OXjNxbIWDqN06MUidHNPFAcCuCthhH8OMM0EYNYN1IU7faWOorHVxWwvO18sQlJOYe7A==\",\"shasum\":\"59ade4a3aaf6063f42da0651b1500b116fdfff91\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-17.tgz\",\"fileCount\":349,\"unpackedSize\":1503134,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDfOVjdso3mVykpimAeMe9Ane0USuEePp4rXrD2FrWj0AIgLs58LRxiteVSgoxSk8p0JvSuAfrgwDjmJkGspg74yZk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjmmHoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmohVQ//cw0HfidN0CChDi7IwKHIP8gY/TvS6KpJAbyQ1dS+jRHgxbt6\\r\\nretFND2CRRZVLjCnpgez8o5jQsFp1jlaTn3+93on2/s/ztn74lRwwEjaiCch\\r\\n3cR/CEOiUro2CRuNMavhFJ6MMynNssNodm/WlivgEdBCdHQO/bXw35bi33yW\\r\\nP/5hJBkfAgWiXDeja33mWoO7X5EJ/agVesSofA0t4DW6/yfz8iMq3EL2h8Gs\\r\\nTNKLK2GRaPh0aBWwzXxwTESlSoLR26mtJZd9XcQe3VG6bE/rnpbG9RW7Xprh\\r\\nptbS5OmliPimuuq0/MvLIQRcVJwEy2b9xG5JOo2nbF6mbPKTSdAAXZPdklkP\\r\\nbuzyoBuXpEzgqqfC73bDoiJGoWH/hn7H7KdMGqmtkhJb9akBZYG2pqt5xE9a\\r\\n9y2WCUZktNxVcFfk9+/YrTfFEaXCmvw0S3pmch0PccGJuyLdiAx/CQ65skQZ\\r\\nVMzVmOxZk1Gd5WfKlu1iqOZCKcz7ua5xi0K2mnYQejitPMXqY7aHl+4lQCGA\\r\\n4dI1RzoK4yAdr7CRG1FsChs14TvOsiMP8qskB5NXnNauMv41GN8HC8+WI/ZN\\r\\nWY8ImUaz7z3DyzudZORn0aIBNpBtGGbs41pnDjaKA2KHrRExILKZ9G2mtbse\\r\\nD/fQW7PH9V0nLNckbZNLVEZ4a3Kxvuv3A0U=\\r\\n=7w+U\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-17_1671061992091_0.28175639826683274\"},\"_hasShrinkwrap\":false},\"0.18.2-18\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-18\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-20\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c1f2f25ab6eb4696ef2fb82ca4acefcea817e32c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-18\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-LayfkrMJJOfhJzBgbDJQk7O4jtP4nKIIDMdqytobDGz4W74nU7G2o/2C6eLf2yf+nZlu5HDCeHkI+K2ZBB31cw==\",\"shasum\":\"7a2878b35a61200fc9a21d624ed199777d2b4655\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-18.tgz\",\"fileCount\":349,\"unpackedSize\":1169550,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDkOI8pRiFvomZ+Lb3JrVHp4xK0XdOlbJeQOW09zPUTWAiBQDbXKsc6cFngyHxPtnwbYQKqAKH3JIsOpWv7TpHc5lA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjnf74ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp+DQ/+J7/Y41qleVkdJMP8vscPM4o9BYzjgQsbSHWwlzr5fYVxgfHE\\r\\ngZk5D/ZusUYbzKVqWhpGNgo8x4vtKCOCSa24wqmtDEegflTdX9mW0eE5APpK\\r\\nYc6ADXiy/qFlOjYEFoStbFNGYcG53Q18my6CJ8DSF76niNrNULJi38pS8x0n\\r\\nnD0qsUfIZPSxgddSUz3Qd0skbX8bWrSeg2MpUrxfZ8/5CJ6TcsNPgB9xRABE\\r\\nd0iaeKIybuxzsU1sqIoSjcNY0MB+ohXygyIR8nTnC/6P1oF+UKr2wDOcEbg5\\r\\nUTVvBPzafmOzzXtGMImQBGD4NzLMnB9gpOJCPI9wyg6TceEGQrGC08/Ss4Ye\\r\\nIUt43ThWcJGXhY3ab6VnOM0I+qsXXoWO9Yq1AqB9gtDhRjgab/Khn82Y0oZP\\r\\nGDqLXEn5ijgoIJWvQ6rFpEuggP8+1KwFRuyHjlYGX9JujhQGxuG3r4UbhhOT\\r\\n/USAN7xm1MZfGwTySlVTLDWOSXaZDhuOA9JH4Gq7DhxmVkI/vIu65OT57/9+\\r\\nbm59peFji4tRwaIs0htLFUqI51DyE/Bw/WtMbDfASi4QvJVg4LXkQ7w/eer9\\r\\nqgbWe6LDrC76QCP48Z+GDiPOBSv4EUGvqNQb/ocgJ6ehcHM2S/aHS8/LLkBa\\r\\nAdNPGrd/04QVq6t4lckIz1UQna3pKmXhUlY=\\r\\n=E5yd\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-18_1671298808046_0.35748893051228237\"},\"_hasShrinkwrap\":false},\"0.19.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"5d885164fd966927ef1b1f909a71db7844a4497c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.0\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-TgyIsiNx7zADxhGKa6HihgNzwnG1g8D7GrjAbdb7kUsan2AU/+dj5I5e9DODtaPb4k8ZqY0BRX4r2RhmPnk9gQ==\",\"shasum\":\"9566b39f741b1e598d629723e544e30b5def86d0\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.0.tgz\",\"fileCount\":349,\"unpackedSize\":1174344,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCiP/qtY44gg2hzUVnZpmvNMcd9phEOdjcStP9uH966FAIhAJZFQ4Sl6srMxXAD4PfVa21wq3t6Lv+Au0PzcDJGcwhN\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjnrvAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmonlg//c1FyFDZ8fQwEXoDee8ndPYl+/sm9RitB538Y32lexxorp20A\\r\\nYDCA2AZGLNM6pJ0YeAc2h3OinrGpSF7Ol4ZKqDNe33K+O/ZvXWE3rS58P3SA\\r\\n3PES3UbDvt7hkUpIXV1TucahLiNfqV8Ge2zbwXbv4XrwSQje1ictY+XfQt7q\\r\\n7vdf0XKbNBlDtOJZiMfMwQoWTC+OuYgFqOzYaxwkrtFl8vlHg95VOnMQPYvj\\r\\nGZZUMVBpEcr3iO7ZTLxJ0kwzhpD8BzEE6F2I6BMSKgOn+zpz3nGD9wmWtg7b\\r\\nfakL7Kq22PGzPCcwueFtI9vVnSsQ/PwB3RiVnaJw/P1YI4SwEIm8h0+JE7+f\\r\\nMJ7v0msecmS9CEai80C1gS5iH2fLSLKZITdgzXlCP/gTPEXo+3c48lQ9zue+\\r\\nZpVm8sOH3IbdkbPpccdWLjvsjTK7tPBvxo0KyEBEgcqLDbNvGfEHpdO4AOra\\r\\nbZhjGqdNp4yqVKXmV+G+X3eRsD1PNR5gNNhO1dZPQ2mNlCC6q0CzZt0f5tY6\\r\\n0j2b80wMZHkKvn3bH8Mq0/iJ5xmJzMSVPpogV/FTm8JASim2XzKieg02LGU8\\r\\nBY4hBSJPIDvGEh7LMiC9FMpcvwlCQ5DJ1/Up27Mgpyj4FiCF8r8ssYAxltZM\\r\\nRBOMz4l3Cc4tfoJ9DFq8/bxTSC5bEf1zUzU=\\r\\n=y9s7\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.0_1671347136422_0.2166383391229807\"},\"_hasShrinkwrap\":false},\"0.19.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"4b16e30ba924636a061fc3072e84c938f9ba1a54\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.1\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-7foUXy/5sPALDtdSMhSpwVGm3zEph+oVg44pILkKDHwsVkJrtYRNIMlIt0o/5kHSg451KoMepxUKLnLdSmA0Qg==\",\"shasum\":\"75dc035f1ec0b0d43ab1ac613578f72150928bea\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.1.tgz\",\"fileCount\":349,\"unpackedSize\":1175502,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDMSl1yJTwW2HsmmTewmHEAySXisjBFs5eiifoKTMgAkgIhAOs+O84MxEceyIPbHWHrmiu9I4Hpgs0gRllFS5LM/XMw\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjoQzQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrGWw//QytmO9m1aoncsFuFz+QuEjYrX2AemX7lzb8mFrsJbJUW8qMz\\r\\n6WZFcPW5ri+7E4azPp09WUj2ESijzIzuO7i1JlLMP7efvbY5E6V5swFDEud8\\r\\nel3jFTv7gLslG+gmqdtNILdj2sGnh21U+abRiqIT3jFs5/ASabAEG4jizEQo\\r\\nWN+Li/4JfVazTtiGYonZfQml6HoV7nd2E2Y7rUbfoAQE7poqzHrt8lrlgRE3\\r\\nuK1uRfrf4XLb3pC/oZnFRnP0lJMDnQydGerTjK55G+vPppwKkCfb0st/qo8Z\\r\\nEie7pr3x2YyWMvs5OoLJJXM+NaZVi7t3Zo0hoqlLEaeznIr2BIzA/VlrZgqF\\r\\nFgQ7nbdLQlKAI7VzCeeBN3BCKHSOOdSw0+MSuVdJAJQ+jVnqw5/AN3pe5wGV\\r\\nUe3bFKX/xfpZ8oUNbz+uCj4TcRNUjFLY0dUerSgQWlykxPCdpkCaBuFJBmuK\\r\\n7QqoKdQsV2fISe8cqfUx4VqUiP+j25ThK4dqO16543V96xitlh0m11IRBK4T\\r\\no61zVZhNbD/YUsah56gpHfbIowLGbNdy0lY7x/+SP+BabbTUoqeCRhwu7arm\\r\\ndgRSQqG0BClCKqDChqO3TbgwrGiLRuNP6W/cISebHxkk5eH29x6+wStAaN7l\\r\\nWdqXuuhy46CcG0BylBk1Cym0vXb7MDVWvxA=\\r\\n=lyBK\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.1_1671498959931_0.5296890923702766\"},\"_hasShrinkwrap\":false},\"0.19.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"a503c7d7b6994e85987eda1b451e84c6e4426ea7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.2\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-UEhE8IvrbLoOhadd9KTH3JBoFpNJTMd9ZdR8JjqbLBB+uS6xQXqRIaruRavABwsib9MFh7MuOctuR961GtqYLQ==\",\"shasum\":\"9f502cec2187f77c03f61d279c707652cc153f92\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.2.tgz\",\"fileCount\":349,\"unpackedSize\":1195549,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC2MFkuv5i/IKVQH2lAI1qKEYhLmBv0aQOquF41B+NH7wIgbE+CciwhlTanzL6EfzWuIiRSpwbPypBLjTSEbwUA21o=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjrxYPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoAYQ//ez0HwhiTTquXFXWRl099Fm40qMuokPnIJ4bfOobjsyrgreZ5\\r\\nG3ByyssW+kqGBf+ytExP5NfgOSwIlcduvLbzxlZLf4Dm77xoO+p2yOLED8en\\r\\noZkbkKS4V0lpdAPjCg5lhO8d55dCwp1yNwyZmYDzQm9C62kPXpqkO5jO9pnI\\r\\ntPYwl7FnUhZ8GvhnnZadff5W1VJ6DL6ppIaOKH/f1fRy08W4Ogp62hQuCXTB\\r\\nAYV+ujYa10s57oUuag8/MQ32dO1oUsX0RkulnzHTFPkIDaOmzcciAh2dp2XN\\r\\navZKuSpnALp5uaCLQDAjci7VyDsCn3QVqx/skxaTa9isFHbziyaJg7yiziBr\\r\\npawW/7DurrOcjlMcK2G13VcKE7yJSr74n8QlUddAkxVdUgaDKuOJ/XzKxh0m\\r\\nGU1QvRC5TQ2wd+hNZAG3usIuqX3hyBtok7cDVAhlWbH6O+SjHigbEHUG57fG\\r\\nJKduARMYgyckjaJ/JdiqPS53/neh94uP8vAssgVMJ8nzqQgz3Cfqo94WDKVK\\r\\nmdnXnJnh/NBtRKbhvT6O4JbZMg/Yly8yfjJthiYwukPPE1XldhPL2jMN/fa3\\r\\n6TDceEyQBKl8o7EGPfzTJIXQq8d0j8WW/EELi0pg42qIJO0iFA+2PujE8BVx\\r\\nIiZm7ZGfFaJBXNlpNanSLxrrXwa4m6UUFMU=\\r\\n=FsNg\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.2_1672418831682_0.3153820165620984\"},\"_hasShrinkwrap\":false},\"0.19.3-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3effc6242733072e4cd46a75e113f3a289b9b5c2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-0\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-qjditp7l45WV6+ikt8c3jNeD37jqf/x7g7cfPg9dCmp4wkqe+dKmdGGj6EA396c0fou4mKV1JincXnuB3G/c4w==\",\"shasum\":\"3604e279c38f70b71fbca1cfffc435ee8ac7ab20\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-0.tgz\",\"fileCount\":349,\"unpackedSize\":1195662,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD7Jb+5Q6I7kgeU+QqiSGWxWyX7cWGjvcWaA9Ne+j1KqAIgRgikCuV0rkoxXaeg/XvahDyfvNrdruPG3t3ehIqcIu4=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjr4FuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmrxcg//YGWDDlIDZjV2qYi5hbPQXr6oF9o868HZYpaXVMPkYBtSnHhF\\r\\n10sLtBxwtbLCnVS4Ul7ZFt7eIyfwDkPyn0uVMT2i3TdilSroHDHbvHemYMpp\\r\\nycWOpzZmlaHqfYEcWy3QHoJ1IOLiLX/Pmy2vA8wU14Aj2bRZVlq7vDSUgXA/\\r\\nqgaP7Z/p5JyFC78Vnx5LEdntWW92p3fBVw84u8o1POgoa+UU0HMwe+61WaY1\\r\\nXsmCXf+mZltjBgBiuAxaCs5TncztD03zYsN/v8oEzUqFLj0o0TmjOIjxeT8e\\r\\nj+vCHXBlZ8kkQvJoOYSVOl2INTRw5ogtpsT6NN9Gs8KCBjSCH0xPT139dOpP\\r\\ndDrUp9ZNJZvN61FX5FwvrgbfF4e3GjoKlSD0AtJX3uT9sHl3bBfBDBlCmlp8\\r\\n8E2+E/+fmvaNPzT7yavGrjtrjGCvqpa8ZBjUMTlqDeytTQEW2np92IZQz51N\\r\\ny277rXgOxhGgNbHItaxlqiSgrWw+iw8Axy4HL+i0CC8AU33AjmQ2S7xxnCWb\\r\\nl75QzuXdnxcBQzzXQEhWYTjRfAKPJcc4c7u0VwoFXVv8LLhuXFXz5OqvpSd3\\r\\ndfatRdfw4koRoQzksOFOG+h07xm5S9NkPKjScgKopAUEA64eGPw5itO74SlC\\r\\n6jHRoQvHB0WW1tRjDXpf6Vtb1XQDUQKISr4=\\r\\n=DyRE\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-0_1672446317992_0.8124640639717691\"},\"_hasShrinkwrap\":false},\"0.19.3-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3189a8372e1f20dccce090354bc574d46f94d390\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-1\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-AlNdrStHkF/p0UtILaSfCEunZX/ldQlBKP7QKdyHz8vt/K+HYKy9vZWlkU+VBiOxC4ArWnhjBaHCcK0u4DCrNw==\",\"shasum\":\"27ee95913339235cf597b6cc1b1f1cc0b03a2e90\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-1.tgz\",\"fileCount\":349,\"unpackedSize\":1195773,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG6TSDrWrxnn3TkHynvnEu7mYLfy1cmoHRXPODqoBxJYAiBZROWP4ysDHHpfmqOd3Z+azwui/gPg4YCGm+N8BK2PEA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjr5UkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmodfw//TvbKT6alFbTzixfpVTjr0a9ZPPveEc8cYzhsFw+3F+OLVwJQ\\r\\nVS09SMnupb/6mgqlujIuWDacfxJLj2WGhEuRqyYXV7YOSI5J+1WCyWIAAlap\\r\\nQQxio0H2FMsgqFc94AARPIAi+kQdlLzm8NcGsZGo33xGKWIpYHNwWgGPsFeA\\r\\nlSEtAR8ge6SZ9I/Sp/xMdFvqvecaa8F39nLPWC9oEDub0nWzdUWhHTOx5Fg9\\r\\nOgf9REcMOtSLx3TrWPUABlcmaioad3z3ZjPh2hr0dmZWKeSsndWxP/iMyif/\\r\\n/EcAeeXALmhWWO3K8zfV6WI9FYdODEW13GT7A/P+oZr1lVRQ50SKTuTduO06\\r\\nGlpFSiDUqQ2gRMYLvZ48eOaKcfjE+VvTn5r3s/AIHJjLGyXjH0SUZKFG2J8Y\\r\\n1AtvUoi/b40SftZBGYfsT55tJcbjmSdGFtDaGlJV0RdVLrqLwjGus3B2NCWI\\r\\noHY10xtf2RAAdmjoXYQlgBuFjNvsd3oT8ghFWcU6VTJHTzUlpLRnXg36PPDw\\r\\nRL8dFvmk27KVaEIMEt9gYtTcH0q5aNzC7UtSnbfvhGBYv2KoitK0yrtEmL0y\\r\\nv2jhFCfook0nRhGhu46dp8n7b12p7ZOk/t//KLAbE4vjYgM+BMV+MOS7ub5G\\r\\n7KISdC3mM9RjF8msRPvOcKS/PMTYvispuw8=\\r\\n=C/Wq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-1_1672451364556_0.5314170998479253\"},\"_hasShrinkwrap\":false},\"0.19.3-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d90703a247c27a4272d2a1da1ec53ca191139d30\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-2\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-/bQ2109QNPVvdYMlb5XDR6ylG7xPQCGcf21kJuqRpimf27utzFZIWMqUxlSd2NSooRki7EXziF06UDmNL/0Okw==\",\"shasum\":\"54243f89da60c4e559b90b346bf6063d5eb06d12\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-2.tgz\",\"fileCount\":349,\"unpackedSize\":1215361,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHTJFkAnm218NET8CPuEChsGv0vnct/Ei3cVH7XqJ12dAiBhszyc+lpPkP0U3rsVi0nsYgspFMdDbRJxPuKCJdwDRw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjt0OuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp6Xg/+MoZwfbC1qbElXgiC934apE7spGuIg0T/CbfxMNusW6IscMLv\\r\\nbIZChTwyFazpVe1ovazZdsW1mH00rchs4Y7yxe4XjDXvyLE2dWOhWoEJf2VM\\r\\nobFB3UOaiLhnenZpuv+WjjWofNt/pIWyuPfci9JPH65VAkgchcwKaiSRJlYi\\r\\n8hVQCTVCNPSh1DY6MZHLin5pPXqnGer35o2HuAcU5c0sbbdyt8rC7lY3bfHq\\r\\nOYog48j+35R2c/wvQVGETwtjBcm3WPnA2tkMM6KuPVSvOftppYaxq41dQ9ZY\\r\\nZ9s2PnkgZRADotuxIcvmmomoTD8nrS5WYgLfNUcFc/7hwSuI9wL/FiwttQ5n\\r\\n6f2S+0lqj3YSqI/LXuQZF3xGa7C2btJWjV1tRBk/9ijIKdM6lnT6oRHexTFL\\r\\nKfAe7PwuKCUN3keI8UwVswaAkK9ZZ4SIl4N8rxKy7q4N0S2hw3FhCJTKdu+Q\\r\\nFnuM87cePnVXHp23WFayDKfoaMlqlyREeCZjkZsllloTDmI6ug/aIWg/piPC\\r\\neMabMb+ibB4sBY9tBzqREpMcz1SzobmfVg00srC4WoD/f4sXb+mXAWDSm4Cx\\r\\nzyuLu0Wwp+Eh1MOyoZXNJIC/wvL3Mm2xO0HzLoNPRC9F3QeXiZVUrkwYHcQY\\r\\nxOm5En0xReLX+GFIHiInOSKNSlrpxxj3+38=\\r\\n=Ixjq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-2_1672954798274_0.41547126489976605\"},\"_hasShrinkwrap\":false},\"0.19.3-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.5-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bebc1736bf5ebab2feb249c2c2e88184d61626a0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-3\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-8HYDFkdSEGpzX2LkqJBsaOUe62Bl5TP/5o1RSywh53aZJLXZl6gyYB17xP7AcfTLco7lhFn3WzALi/enbdjgoQ==\",\"shasum\":\"fb111b666fce3f502d9173cce072b96337a86767\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-3.tgz\",\"fileCount\":349,\"unpackedSize\":1217891,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDqE3ZG6cSy0gV47Xlhldh6wZgI7XIpVH1uG5mtxqBdpAIhAIkRi7zKKKcLR7iLXfzwQvYDtxjq5FhP1Uz3n0o4sDqI\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjuPLNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmriDg/7B1GNt3+2WDbXXF5sE7QGcboPep8bWVCc739w5i+J3POV/LeF\\r\\n7Xn9r5YlwzLv/qNp+JqCG8EUtIWujW7IXPBgLIe45Z7EnUE1d+KX476Ro8pn\\r\\nD5AvUTJe0Dmxc7ZNzKVNjUwdaEX00Dt/CkR7/sCJVtxoKzYoX9El8Qva7Igx\\r\\ntvKttciub5fngLFBevHLAVXH5Fg8Kvf6jfftSMd98kt4zaCOA59/Alh4fKmD\\r\\nGWURawd776h63Q2Ic4UzYOHw7hXbSD7Z0atTkuerqDy7Rvu7j8lImBfqDk9i\\r\\nPP15xmWng0n+UmQBeHSaXxb1xyV9mhqMFlw6Qw8gImsglV0x+ZMvumCAEImr\\r\\nn1EV0LLqbNPIclWV00yKhMN9QWTCq9CmXR5Kx0kf9zEXE+vkp33OYqHCUpLn\\r\\n1jCDlzIJSp1X5ixXbAu0x+IqP/m9rygNpeWJN09afnt9Zgq0SggZcUh/XW7z\\r\\noThxxDhPeBY9NFApDvP8ynpaoaThq+9R9imFypEwZUVnHoPwFpt8KqTxwV1M\\r\\nebPlCAmzEPHVWqwKFqkoTn//3e8PUBlzDBI9xBEyBzAh8oiZNPOOfNdqyuAx\\r\\nYmrF5tW/NQhPMCjp1Fr/bkYOUhpqXJ7TJiObNfA1eXr+/ZIKLVVg3nR6yeq0\\r\\ngvS6AskPx6dyAowCxLKwhtV2pYqYIB5GcxI=\\r\\n=UsW8\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-3_1673065165646_0.6270839593331217\"},\"_hasShrinkwrap\":false},\"0.19.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.5\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"16e4d7a77c5ea619e68fa24723eda5c3d387d8ee\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-benQA28C7qI8tSc7c3u8zYtFZE6Bw7lnhk6Zeh7if3BSo4vjr1r/AnK7jMn/bDxKwV2t5AH1cg2v17B6Ii+PPQ==\",\"shasum\":\"365676965c100066ae0d25fe6e6356379bc3e5a4\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3.tgz\",\"fileCount\":349,\"unpackedSize\":1218201,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIEnR2rDDJ+GoP0PdgtzaTnPaES6ZXb7eXzTHAvJWKPkhAiEA/lHORVsdlAsj0DQw9ThCJaPIGQeAxs4o5s/OaFFwx0g=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjuQXlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmr4jA//cHvq+6Cwo6pkoPOvhtUQ5KScBHJ0vDnrl+U4AZd8w1Yw2L8i\\r\\nkhowrskT/2uMdPA3OR/g5kDnEIUk0TiFaifNPXOjj/eiVHEM9WHvosNU/TWJ\\r\\nUPlu7iKOGlBQiA10jSN41RLtPtYzQVgELzWQ1jLlcFgLBzGvCpXl0cjI+6Hm\\r\\n8GY/SZEfYt/MeeNkH3uubGnTeXHWa4IZN6VdwKX/GVhiNfO+G/JUeBdFZzlx\\r\\nVG0GwlE70aVfx9z0Y9bkEagFdxvBQCrvHZ7IfBPo19ZK6rFQuU93wbD4UyB5\\r\\nj0/FmF2+IMQ9WXUHP6pLhGynfM8HheBQF8wZ/OTsXAinW08EtZrg254UzrGE\\r\\nqND+Syk8ujn27eM3ZPElv/JPdXVwVseq8rIscFoW6+WbYK6xXhut0VfUxvxO\\r\\ntxPe5Umu6yqDSvRZ6K97FMuFD2+6ymXG5tUet8LK9uswB1JHZfehU/TRAH4r\\r\\nkvpZDVVhVS0y+9YCEyAj3zUOKRurIibJ1qQ0kcVdciPRJK1VsibJdj9etBZ3\\r\\nDun/YTC5/h4H5pP5SmCBbK30IcZPcWBh750AjS8iHuwycIt/scrrUrS/rzjF\\r\\n7c+UJ17mDvEF38m4odcEBOzWki9pTQcUfEyVWCt3e0MbaJ6Gs0VDOnQl2Ugz\\r\\nB0Tn+wZqqMz+ZGKQENgEWy6MJL6k94qJGqE=\\r\\n=Aa4d\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3_1673070052841_0.4585812477369242\"},\"_hasShrinkwrap\":false},\"0.19.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.6\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"1d6963d454538c2f6f82e4c79bed5a12fbaec149\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.4\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-pbWwmQAjt/PdVKkSHXEiBVaTPOxtVQJeViYKlCsD/AzDdtDwGQ7U1r+PUCZKUmrAvzvoi2FSVgFYw/mO/iBrzQ==\",\"shasum\":\"c95d8dd45f01b456d14fa6c77a0820955d12a4f1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.4.tgz\",\"fileCount\":349,\"unpackedSize\":1218294,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQC3NHSh54H7VmnWhxmBjFp+f/vsstU9sTyBGfLM2xr3iQIhAO/ckSARRUo1kBedWCUNWQQi5LFKCFT9G999SsCuD8YR\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjvCmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqYnw//WrwVwc0QflvgVjuytWMTJKgMp2FdSNTyowWLnE3E8Lodw5lq\\r\\nN1U/K9wSj1DhD9Ic1uiL6AktXKBxYbA9bT30kD7npYY4ZQWJPqR/3vPeeYDp\\r\\nr0hMAdzjqPeJBkFKRt6sxkEiF3OTmsrvu6QYMHSUyvjfGlrTrs03LxQ4K8xn\\r\\n//Q1t6qlbMhDk4lUs0N7pLxUJC+ZVDRIBf7JWTRXcr1jshvJvabw/cReBYpg\\r\\nbMMK9vtC8+zzgP2j1Uw8/ZWcUJayvxlnR3aMYzbsYoUeQXEHalyjksLXQ1k5\\r\\nJMHfG9oiZS6P62knS/nQ4cnDzLeLLyGcMAwNjDgxpC2vWOY5uwgqLulMf59A\\r\\nbd0O8dJdNNh5StQinZhFgOj0ua0a8VR7LdhFpcLcRGQeCwmOVIRgWBkSGSoG\\r\\ngR8/Cm285rxSBglzLlihQp5UB0TNFz7YXZgXHcDMXqNhz0y7eRY9xBqOCBSh\\r\\naN0pH/cy3oVny9goHK9xk9JRDJ4BQt2LlP0ijVeDyBbsWnu9aDDJnuSMuO7O\\r\\nY5ovUtOkbEIRhHnNnXyUeAFxEdX62scb4Tbai337P8ihoV9glVtm4qenLTA+\\r\\nZeYhGoyGu/hnIJ0+NVNQRAJPCipEf7Yg2PcospY/USsm1ZSZ28EvfsHydaVC\\r\\n9HSEQEYdrxobPAytFV3oxPTDXVidxtfFP0c=\\r\\n=CVy/\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.4_1673275779389_0.7345779783355524\"},\"_hasShrinkwrap\":false},\"0.19.5-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.5-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.8-1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"fab9bee7bd386a24499eb2c4b95a221295e9ea29\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.5-0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-tng24GhqP21jw3/yS/52zCTACbYLPQdzA0QhoEyM9e+PPpImf0IRLsqA6f6PCQb9F7CW7uiU24DQSC70DiG87g==\",\"shasum\":\"904d16cba735aba214400f5f31985b2dd7950f1a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.5-0.tgz\",\"fileCount\":349,\"unpackedSize\":1219705,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDK7hDBCAjFfnaj4fl00QzdDhTfBitho5Yc5k48R83AMAIgU2jQ924cUKzNs/rrowQ2fRfP+2iXrjrayvBf7hI3sLs=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwHTTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmovvA/6AvIERRV4MTuW8zHPTfYfwJsqIY9A1W+daDW8+j9lBD8mBo76\\r\\nGqsd/6Y3ouuMRgWMOn9BkPgomydJ0tkmeReB/RTqhUjVEqqbCDnOqGJ/iEMa\\r\\n6s71Jbmtv3i3AzpTDynlYACkJ++1E4IKr68u0tRalmUy9fN9UvecKHkTXW3Q\\r\\nH5QNVtPlhOtbjejoC5nIzMtUGSTs9/YfzHK764HqYju2OhTFdg2R58oARg6f\\r\\nwGd30SrLbGTrW6FLUxnzmb2sGR0EqdCvYbPJskq7QQVhxXFunzZPCoYGQaOs\\r\\npLmbyxXQlGQvZMH+v4M/pmtOXlmOD7jk5NfBNDErN5X0e5gXdJhuGYXfFlj1\\r\\nSNdvpmZpb+BLt/AoyQ0GaKnq17YucUuWZOCur9sFkUPTbZM9JeNErbfBthAR\\r\\n1j/7Vd/nL00d5xTMBB/9GN96mwiJZ+BRg9wDXYuVV201Hw7wjFszH2epcUmi\\r\\n4zNRkvTenPcOa3KHlA0IRmmU34uRmOy2I66LIY3QiL8hXIgwE0fTCevps0EQ\\r\\ntv8v3iVhO789wwiz3MOVT+/MLAkfwWdASGzkvSSwyT1WiIxfTJ1mS37I2iwq\\r\\nh2CGDCK0+a1f5K+TiR64OVBU6oe8J6M19OLNtdoliwVquQbLAIu/vkyzv0pd\\r\\n+nlqIR8P7+VueQ/+Eb+g0+NqcUvk+13hnds=\\r\\n=eimA\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.5-0_1673557203218_0.843411024545228\"},\"_hasShrinkwrap\":false},\"0.19.5-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.5-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.8-3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"ef920fca5a653b0cb0dd402cdd2d3c20e4c035e2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.5-1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-xcUtn2a17ih4Z3OGmnORwUXlkX8vTaioHPJkb2a2LuHBmEQp0VJRBlNU0RASoQe4+q674u+ItZsCaMJlgDqJJQ==\",\"shasum\":\"6c24cd465ab81af422ca5ea67473ff1e0cc1357f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.5-1.tgz\",\"fileCount\":349,\"unpackedSize\":1219816,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC6vIaAioch9VXX00s4ofJM7DbWeTNfMVb+Py7gZQap/QIgMNUPjDMPOTioCTPVfx98d7Zjzn2uanLZ2pbCa44WEkE=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwJyQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrUTg/+LfpQ+bOQTvLqyIYCX0RvXO2w0Nb5eAeCcgZVXoyAhMaA9xk0\\r\\naFcpcvRjfifTzoxdSOzrnJSbrVemk+pT/AjTOGMtWnKHQFd5MXzWetzLsetu\\r\\nl7MJZlrvMd3585MJe/y8C5YOXQ01hLQczgE7HbQWbnxvHf1JNImiejOY3R77\\r\\nHayMVoIvlebe24wk7FY/ejLqRhpm+u2iVM4AXGrJ1JBSCI5zxeI1fgWDJdVx\\r\\nWAXkxq43OX+yvUy3HUxpRmWPJSHPeUhn9AiWa3UATLL8gs3qeAGihh5lCtFi\\r\\n3cLjCETV+rOQ97AhNDsaIFCgQmWngWBQNJwneRhQ18qvJZVah89WCXxNooYJ\\r\\nxiUSRLzZKRjoCrGXr6JUP8GPPiWXTIgJ++qLzkixDyfN1+AcmvyTdR2lpuvY\\r\\nSGRgBmIqwyKE4rhstvzYeua7B65B3Ob2yFlPXEyc+UKqGq0SkJrH2Svl/Uj1\\r\\nDn/7tEpJ2WS68PHCM0elKMhUddmGcUPSODjInvoqY15gAZ8Ig6qZtiz/9ZpJ\\r\\nKBIjXaYao/5PtLN1sD5qZ6HIq9kYxH19WPxjcCilfkvbJvpD0EFGGuMOfkfF\\r\\n35wrsxajMMu5+CMrHEaY54CNOh7xZguLmpdMY6yLaHUaeh1ywtSdiSYmv9W7\\r\\nCowxbK3xpgBFp0vrt+ReyYRNMs9sT7PDH0Y=\\r\\n=0dox\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.5-1_1673567376646_0.11745284822012181\"},\"_hasShrinkwrap\":false},\"0.19.5-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.5-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.8-3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"8454c08dff6fde66b9970b57b8020a87d4ef264a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.5-2\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-/Gur6uRYrhZrnXnyw/ZPGdJubpSvhVTEagLRaXIynfm+nKHkZ5vFXvK9dvpylucNuB2Ig7hg+XWNlA2uaMEzBg==\",\"shasum\":\"b7b0905691324f5f417aef74574553898aa15449\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.5-2.tgz\",\"fileCount\":351,\"unpackedSize\":1220698,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDln5EPadO2/3NTaGY2gtOmIStYDXevud4IURg+zrYlfwIgZasX2pvwW0fYAg/UEmAggt1KjSsPWnHq2cfBxNQqNwI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwMgJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp1iBAAkuA/0XEYcpdPksigw2aP3MUCYYylq7eeOIGJvrx7EjvarJRa\\r\\nxhgdToo8P2oCoE3x5/lqvGOGu5T8tfqLSD5lWbJVyHmGB4IRY0f/69JsWR46\\r\\nn9DJrwTg7OuuI2YcYLTuK6wnvDL/mFtCbgaREa2pySzrRADYju2hBCt732GI\\r\\naItRVGbx8qyx/IM+y4SJhrOb20DSOqnikNlRVJvBLStR5/2qe+H64bJ6fgQO\\r\\n73j8Y8lFa/HyrXJgeitaSYKaWGz2xfM5jrnehCZSQS0BV6xdSiR3x/m8DUZt\\r\\nPCmXHVKBhox1O4hixkuonfgFc2IHo3dnH0ug6wTpjKeFZrWk3LGUCFdZgEMf\\r\\naobqyStQBLs3X4muwdIu0sVl/gGsJJETnnt2v/7gv5dUTe6Eni6p670D9oFu\\r\\n0tmTxpLdkJx01fV/imMsgo2SVzij8kvzgqJqyQxjxlAi5EHnNy3NrR8KxATW\\r\\nwTAxjEbuyMeF1TJf+p01LTssGF/kxXxboqLR5gLpJXTprN+0YLRbURFkgML0\\r\\nESI+4wW09TnG3vtCcW7s72/O2kuwpG5QZSdR3CvLAAdgo7MCt9JulolmmGHv\\r\\n2QmjX5ZsVDMwePhnF0NhGvCoATO6GbNpkksHM0tA7la1mkEml1EpJA4QH8DG\\r\\n9XaS+u5bs/KtbXEO3mfOuxPm4giCjlt7+2Y=\\r\\n=qWi+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.5-2_1673578505473_0.5535150249013714\"},\"_hasShrinkwrap\":false},\"0.20.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"da46e814921ae7cab1f08fffd6567814ac28019d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-/10Gby89JrUyCtyey1k+EzU8FjyUJNnsFX57Cqon2aITSz6JxOwgdz4+tcX4m2YdHiYKy3PZp4qXLLAC1nFE6A==\",\"shasum\":\"04887c2de735e20227a2c3be064af1f8558b84e6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.0.tgz\",\"fileCount\":351,\"unpackedSize\":1227844,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD93foCXfq9YsKEoGvfpxRWWbF8SRt9ORuf1tTJX36xtgIhAPo+4BtjDtb4uWiw9knXJKFrAI66/PGBwSjgfmxlZveL\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwO+dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmr51A//T0TT6t0/82mJbtiIUkLJ3Hu+15sav4gMYdOCjh1HUK2YoQHm\\r\\n0G6BNqeMpv4cgtlJJR3FMaoLo8zm2+geJC8K7ZuT+fDj4L+5U2+5dCPXrarb\\r\\nbs88dBuXvQT1AzfzdNhj9kbScfM1q3wrSlx0JW5wAv5WZqj1f/BzsL1dhFcw\\r\\nBACvtaz2JFNxzgrlP8DK2Ky9fEg9XSes3MMjMF9vYxF4eFD+M6MdNHI+7dEU\\r\\n5IJuvGQg3p3O2+PosCfQT8MeTN8t4G03GmEyR7nPl/2ocBYg+G8luOa+vnNL\\r\\nQSyK9VVbaR2ba8wxkiIcPbNIgq49LDPgfntiuCr0V4G9Y6IvMXh1rVwmiNYp\\r\\n44haxoDJ1SMPgaOSW7njbY3B0ZZvYB7njU3/uhwbiqfke4B6TbM7MnnUVRIU\\r\\nSqyZfe9+o4LrzRQL1SGbnuQdqhNZGqsL19MZJkc8CYpna1iaPVCybffW1/hY\\r\\neYnVSy6oL3uk5woaZKaaXiUvngqyveRzF12+8MfDrRCjX0dT0vNrYVIjWaNy\\r\\niD2DTZutbXZTWQnBnAhAZqjxZfbV+d8nLwelwB5CFU89qltpf76JBjQLwRLi\\r\\nYVGMzVv4hvS8Ai77C1gZzqTQ6A/QSK5h9yWgHYXSYr3EclbHY6fZSxE9OaNb\\r\\nNF78j8VA0gNL4XGfz0dACrQDNTcFauFggM0=\\r\\n=6hBq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.0_1673588637227_0.8308901947146465\"},\"_hasShrinkwrap\":false},\"0.20.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"5786358aeba382075fc48305f6c7d684abc98c9d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.1-0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-W1pJpHNP+yuB77uoj5FKHBfkBrKNIoa8l+A9H4W51MAnprUJKGE4Cva13uPNb7Dd0ExlEMeYuFOBQg4krv18jA==\",\"shasum\":\"764ea732405f8484bb0f783a541643ffa4a0786c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.1-0.tgz\",\"fileCount\":351,\"unpackedSize\":1228174,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDM71svCeCP8BPuaNT41R+P0X1vR8B8JJHD7S/1E6PpcQIgQ8l4Tn8VKj3RRpYUH0HNvL9K+U/Jenthur43m+4lZdA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjxH8CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpijg/8DnDlbi/6UGJmJOLTUkrlmN9PsSdr/7F1lIAWjAqs+Fq81P05\\r\\nVrU2zqVPPy+k6T8gVEJYWtvB71Xf7n+xmxRJuQRcAYqW+a4frkPbCVwMQsks\\r\\nVSBxfOOlYoaoWa5cQ+vCJUW5mFs7Bt7YOX0rkICzsY53nTffaOFcwDcbZv1I\\r\\nDTeLDuHeXbLB5ESVLaJjMVi9LWRElZehblEPk2lptD0XV1NrhJftWl34FX2j\\r\\nU2WP53uqKou2sBgu3Ifw6BX++/0yMv55RExMLGLp9pvUxGpiVnVB1bp6+lWO\\r\\nVTFMJqjQftwnYg0pkg2TTxQUdp+1/C8bqsj5PjS42yc+ZAk9r5hbRyQHGsgM\\r\\nXdO8ktsvrl9fuXGm1S+/LtofcQFRQ+XdqgIuS/N37OdI7s/kdAN9WJVkdCIe\\r\\noQA1uhBeDCWRx96CStwfBhvn0rgOhqEhQlrQMRgX9DXRtV9lc6UtyQRRsiBy\\r\\nCbHp06SoAeoAbRL6abol2wohQUImDYROcW6+Fk19KKbncDOjgl02nv6drCT9\\r\\nBkl7c9x0clsCLEK/dd5ha8Umrz0Xn3qqb59gRyQZfh0g2KBPPWg/apMvi2xs\\r\\nGdVDAXzMIMxfpxzRB0AvtBda9Ndo7yDzfYN6qXe53C1rCvW0OQo4eoD6w/CX\\r\\nLekReoY/PkBhOBf6wD0cOmfSxeGRi2EpaLY=\\r\\n=h2ge\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.1-0_1673821953940_0.23277761003102193\"},\"_hasShrinkwrap\":false},\"0.20.1-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.1-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.1-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"8d7db3c5a98476f76d37213a37ec257cfe4c2da0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.1-1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-2PjAYoL9igOyY/VDH/sd98sY2lBGx5UQMEvxOw/W4mXiXn2wXpTQOfmTxqjo1P8Y469N/zJLqAOjJeSlR7WVcQ==\",\"shasum\":\"df72cc0dbbc74cec19dc7ae19facbb7a8c5617fb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.1-1.tgz\",\"fileCount\":351,\"unpackedSize\":1229486,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDJzRZ91sdNYQzmPNFndAAK4YnXDR5IIXgPK1T8KT6hLAiEA+sCe2f5VE1jielBOURpTokUL3ae4yCUUkDRgO8zzZrQ=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjxcg7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpM9Q/+MORpJuTYbwjRI7iY7m8DRpB7bRq2uI72LLGLYjqKC5uzMm/H\\r\\n51sDP3amxx5GOt7t+3z4UyyMaCxs6JY2MkQTdhviyoUNd7xVn66Nzh8qpDf9\\r\\nHGdaasouMakRlrs20OsqcFKVd202iqZCjQ4rvfCK79madtDyCGEfbRt5oJFm\\r\\nSBpK8FzTpHrOpsZMHbw4kUply1U8Zv+i9onQfJLUORBdByDqFjw1kDBJqseH\\r\\nhjdhwNdo2iqzMLrZ6IhS9+bkuW92waVQfqwOMezKGtiSzmo1bHlfHYlgFmPh\\r\\noj2ndGj+XWaNq0/2i8GQPV4KIbnDG0GjMAmU0LDd76EwJl2G3fQxY9+4RDeD\\r\\nNsKVCSpX0DbjGO3gPzO6Bip7QQ2vDFT7qjZ10c33P1RZxu1u2zWwv4E2amt0\\r\\nqYp3pNT8CsDLHJfl+CWZkcDxN6Sw/FuJKJa+/K8vuPKLex+pajjzqlL7vxhV\\r\\ni4gn2iArkOv9tQ7dOQFlJnt4/yoFX37+LBOqWchb7ZoLdRkzxaXzEHOlf9S1\\r\\nNSSfzzkzV1YeiSxueu3GE4QkjNC89XKWTYsw2dZrnlJO4F4UrzNOkINvPmu8\\r\\nKTZW6CFAE6JgY8JY6Cp8xd9HCf/BAZSi09EQhkwN3iNWwjonFFGrA15DqbOi\\r\\nVGHXdWQ+IfY+HeVnkwhNKoZ43N2TuZIpNd0=\\r\\n=+GbX\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.1-1_1673906235471_0.14541261126941651\"},\"_hasShrinkwrap\":false},\"0.20.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"b261bdb4e843cfe410dad25cf1d2028bc8fe8da4\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-OWt++4BI3FBlSdlUMywcsMZc6f+WtyDmNTndDwJ/WhUVT9jx2dNqx39brmk27JxdeGqVyQoSxe9MtS5/TqmvSg==\",\"shasum\":\"f41bb34b8d0b529d87f756e9587fb96de4d75e4b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.1.tgz\",\"fileCount\":351,\"unpackedSize\":1230626,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDBq5evO/UBn4VbUl+TA/aHKYHpPvI3+dAyX5tHEGwFsQIgQEtAnutQr2zJ1Pjz7nRrtX4+ir8EjJdwEQzNjxwxbcI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjyiDKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrJaRAAj8DOxA9wsSgzyRA6hBy/id6kjYS7TnTegjqMTVWSvKsxFjsp\\r\\nhPLWjbheR2nVCR2DYKmW5XcaMVg/iMc9AoYR9DeDo+tcTvvFRwO6YtZhMMsq\\r\\nYc/wyLsT6JhNeHSqG2vHhEMPta1JloQ3+NVQrUACok5UyGLYpJ82iQSE3F5w\\r\\niDcCXbbmwqbviwvtZeqVdxGVih17/6Nzze7472RzDJCapGg/Kk4ObTjj2Uxq\\r\\nz0Fp2LdD4ebvvxoostYMNj0jSgdz3S2TZ5etgoUxp4XB9SrmQNdUsHhfjl34\\r\\n2OIOKPoEXMlemEA4Tsq+uo5NQgCdfzn/1C35VpXIPJmvOGja5fzgg1VRIR3F\\r\\n4Vcm8tCgBj+5TZYiUyWp8AnXFCCsvvwiRhfsXwgkwbdGvcCbbAgcKmoZs7yO\\r\\niY1sHQO3mAyvuqFCWnKZPMNqGlI7HLHgCFB+QG3PF0p7aigw4R5FBdfV/IRc\\r\\n3wvpQbiWWt6Q/AqU2xkAjyy6i/wsoB58nWKFGNuSTxrhn7pNS3oydMsOrUV+\\r\\nel5hgceBFp9TI3kKxl/88Evu+abbW8NwMLD1jmEY5mdHaCRyO7u5mlWKxslq\\r\\nKgHLo8IriFluU8jxg/MVrleQ7kaFPaJAKtofNT6yIjXI1Xp7y9E8f691g3Qy\\r\\nf5y+5l79oXC5vJK+JvmcGD6hS4ckZBJrEts=\\r\\n=ozEw\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.1_1674191050139_0.7935269109519314\"},\"_hasShrinkwrap\":false},\"0.20.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.2-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f89e193363a1ac6496eca3f69d81f57bb8074ecf\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.2-0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-H9YQA4uAGcx3WTyAq01HzI+OJ7pBeI0lVEd6byIPyzE37WXq1JWPOx9qrJNKF1sEXVrNyrAU9xgCWg8eiCCBiA==\",\"shasum\":\"4408fc2586db4d673add5ac793fd1c9c4774a706\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.2-0.tgz\",\"fileCount\":351,\"unpackedSize\":1252101,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDSDQcuUW8M/rvHvhjgbG0vsqzJTTIfcVy17V54C5mqkAiEAkh+XVH6dPJlXyFrwDVFkM0T7LhcHqLDxyfKftBfHwyo=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjz0kuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq12Q/9GIk443FYsq8kWPiX5iddtgkEDYwB7aaF/Vcr4KVXVjaCqqru\\r\\nL39U34+tThMJZBTWbPNSFsBNFnEaLwtCdPZbPg4SW+vqZl6uDVNafKalvOyj\\r\\nHvzBkX4CxCleXxPAJ+9/zWX6t98SlalPCtQOfSW0COX6rQLD51Mc168zKNPA\\r\\ndenenzBKBusmLEtIqVMFht9FZUdDAL+3byiwNpIc04vEa99kDcJm3iD3yaAG\\r\\nNnhelN8A3qLWZTe+HbKFpvqWwEj+M9Xl3/5Ie/1bRYUNoPH4x+pIUqjygRs+\\r\\npz0EcThAruha0jDqUIGvwmJLf11wKTZKwcTdJpSGC9xwGLMlbpREkKtqqjgM\\r\\n4K5CwpEzdHbWxPhMQhXUbfvithtr13NlVRTBRcZpWpXPP+kBQg+nUOvbIpZP\\r\\nWXSo+qRYvAewkYf2Txrmzc39sP4qs6gnqNYnoAhYe6PRcBDgzhp+xndRL+0t\\r\\nVr7baJkBwzD1be3jV4TC+dWqx0qCZgMp9UJkkGZaaTCSrtzniD+vRupnNiaw\\r\\nq1ZQ6UdPXKROIAiiqIgSr4yKjDWxGGEDTVMNLplpmifdLY69VTJoOQYmbNBb\\r\\nEagvAKID0flEpbfRIthXCH5/fvPZfEurfgXnmnqs7V5emoJnClRZlkix1ENB\\r\\nv/1yQdJg4c1VMgoLX5Yf8fkNSf04M5U5Mqs=\\r\\n=AXQZ\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.2-0_1674529069871_0.3006970236420228\"},\"_hasShrinkwrap\":false},\"0.21.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.21.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"848d5f9dc13353338f3d83ea2ffa745c8afec7d9\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.21.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-kIqUQaoS7pBqfi8MF2bCAjkZ4jGlftgqvlIEIApZvvKKTNAJMzjGTZStBMaWPCBiiyIFIiJS/lm9082ErWrZBQ==\",\"shasum\":\"930005d2f536fe0973a6d08318da961d0495933f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.21.0.tgz\",\"fileCount\":351,\"unpackedSize\":1252579,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAGqeVct1W2IceKy1+SKlj2i4ypph7OwuEXpLlCwRw/4AiBHP5hKzXL3WhHP7wTaZgozRBsHHsrHNe5xvUVHVUyGgg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj0YLfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqZ4hAAh6fqD6xwe8QOdxPyPDCLLK9YS2kTwWzTYJIEXRy2OQbOJDVf\\r\\nC1FPriFzEIwVkPSPbyZbi7Z7RrExgHhmvMZRoyoyFMx4XnxutxA8IWUNzI05\\r\\nqrsCltF8L5mHGy893luV2xJ57pIyXYfXmDtc4Hg1IOBn5C22+5MJ4YQ2irs5\\r\\nNujLbOcfun/9jMrciCRkOWOvfsK+SCZFgvOZJMqYCgzxHeKyi6YzyKQIVcSa\\r\\ni2N6h+BQWg4n4DxyHTWYtAiVCoeKNBHNuy7N0Qpa1nKM5Af8L2/q6v/hfWPR\\r\\nt9mFRHMcv0vFidDgo06mIYvsPMwRWzHVDErNbS4irIa9+zlipXg/b6fdyU+I\\r\\n8BvIy/MrYt20o/PVusdYLUgbXkjiBfcvPqT1+ZXEe3tsmrL3ynpysqnNldUt\\r\\nC+0hKwax1E2kBekvATbP1LUyZoBPQwDprqoNdjEn9L9EJKL2Ctrn5bXOpKLX\\r\\n2utheG8aOjg8AsftWM/FPo69UAByeEktvyhqy68PY03pxPHDx/DV1zyYC5sW\\r\\nRSVUIV+7VlvpGXv+Ch2F6RT0b5JEieSlK5eNBzgiNzPUK3H1r8fp4WivjSTB\\r\\nQ7oUZUkB48bC085v+UAfWm+sx1hKSGJqZDMGZlQr31KYRg0d2YSKTHsigLHT\\r\\nt3lwVp6L/CpKWsCxbegqOg7cPVRWLNdX6i8=\\r\\n=1Can\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.21.0_1674674911170_0.5108054057517599\"},\"_hasShrinkwrap\":false},\"0.21.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.21.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.3\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"6afa051510f6e7f9f8d9c7f56af48880ba9bb332\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.21.1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-3/0dLaeG/dc1vHNlE221R/nBGrtrG4LBQsU6ZiIvUJt/ifYJy4ROx5drbT59YFbdM7p5T8uLpVD/+kzSqx1cbQ==\",\"shasum\":\"a600efecfd7afab50a290e3c5c7fc4514fbad85b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.21.1.tgz\",\"fileCount\":351,\"unpackedSize\":1253693,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHAlGHW+P7nd0I/NAgOp/pJFOAy+GoZTT8SpWlnK/p6pAiBh5Lj7N/tD5vd4Wkg5GcPX2CL11Ui1/upkZdj75xh3cw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj00bwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqyRRAAgetjej1mDjla1K2oJhjrh6eQsrn3XB8WZPwkPlDeEPJzgeN7\\r\\ndXaqZCvRM4O1rtMOGuhEDIgtVe16KQ3uawND4QdoTjaVAgvf69HCgckwhEHK\\r\\nEhtvwObvLGBY2Qfe4+fRRnc1CZtFmLMqclXXpzrR+saFXK/Ly7jmmkCU4gFC\\r\\nu/y9eWB+Xxgzm8OlKQKUMoF3VK/f/64BYBS2ZzX7a51Bgf5hj54DAYI0qnAv\\r\\nrt/Y/3JhJbrFbZRT/jzoZIRpt5QsAG+pcJ467OLPO0OBGBECszQOny2a/rAM\\r\\nWgpbEbBo/60+eHmQNJbdBwDiiVR25erO6Oy4E4Xs0x7rVY1dHPQ6+jaV88bG\\r\\nrCsZF2ITwz2YdwU58SzqbcFC5Z1Vsxv5O0SD4LvrAfX2vh2d31ifWxGpuNrD\\r\\nPhOyTeJilM4MCBqj42XZfcX2lxVp5n3VR/0ecoaEzi+U1mSvmetIDiuHJZcB\\r\\n54dOktm5i8uhEpXoZ3awAfwrnxQTFvB0SmZLDfSdpjDsv2ZKQ1GHb3VHDOeu\\r\\n2Zz5R51E2tw+THN4lKA8HADUmRMHk/cIBRyRfkoGt8R45W0KPYVyk4UMAw8b\\r\\nx/PAIlHHLgYH3NGcsh0mtndrXyL9+JslzgsVMKW8VUqydN24IhT+ysPX95Ej\\r\\novibeNPqpuhvpOEXF5kzNbyJ7dJu/ICIHnQ=\\r\\n=b2D4\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.21.1_1674790640138_0.6784074700427289\"},\"_hasShrinkwrap\":false},\"0.22.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"cfb39576d33d22e8bc956582bcff96121b420694\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-wFIOGw5Vs3KRtFd2m09v6BN8nzMpAHbVOh4DCiVOo/bAzQXoa3H7L9FSpdmi4n+OjdZ/4/zX8DDDwo2Lenk3Yw==\",\"shasum\":\"e00fd1c2b220eb9751eacc27fe97fe76006b65b6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.0.tgz\",\"fileCount\":351,\"unpackedSize\":1259196,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD89NXcNGQf12CUeq3r3NP5L3wNCdGKGSvcrUHaB6z8JAIgPuWJYLZ6r1C926PyCoT8HIrjM6PgZhn4VJWCpodJ5FE=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj6skaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp9fhAAnKaFQ1MOrQl5mtTx1OwHUr+qPjAotCXMs1+CUj+ARPNxWBoj\\r\\nQj4saQ7DeRkJcZjdY80vQNjuFM5ZUYyhD1lAB4v2/rs8Z4D4abBGj1+ey3iY\\r\\nKhoHq+IKdTw7bzUz50TreQXkI1C0CvOgpzmZj7rL5KchpNDZmTdUsXapi9y/\\r\\n7ZkcmBQdtol6BE8wqyoEY25vN6Q8cAKiiDZRvExs1F+kpNe/iRqoR9uKYTtp\\r\\ntOD49bF0i/juAgHiuaTzG34CKnhucII9QIl9E7rszF/khFotd6PSkJspUVx6\\r\\n2RzoIHDa2X60egny5tYLCtbW01zCYiNwVsYfmMM2JernYZrtQ0pT6XmrSmVU\\r\\ny+4hJi+Pboi02LX1MtVflM2GraFKqdWi/61iQqWV4jlSSnz3EBh+yrRYvj1i\\r\\n75VqMcISznU40G/R5RF4otBlnqAlOi9KM2NRMQlnNpVCFsZCGDBbTl94/GwT\\r\\nHspO9QcG3lsTCFGAqnqEktR81BtJknFA3gCIL7GwYZWg+zpNcuZzqsvhuNBL\\r\\nL2/Lg0zNidg/U48cuSDCRu78rd13wFcflbfBBfbv90k4OFWeaQub0WDGpL0a\\r\\nJKS513y3CDbvEyQSDWS9BzPkuNmEJOnX6+7tgBeoXiHvoUr6fdWYgI/trqGn\\r\\niMnNo2oRtWGSBwROzEzVSjeLBHsao6Ytgqw=\\r\\n=6vtP\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.0_1676331290346_0.08974669882698927\"},\"_hasShrinkwrap\":false},\"0.22.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"3321df3ddb9699188b0e0c4224718069ddabd9d7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-sLx+UH8UDSRGoAY4fdNUQeWbECxOhqo2PPJzO21MezHYvFXlLDfi8/HYTqbrrn6kPBlGtTI29mCEmdbhssYKFg==\",\"shasum\":\"885cde94680b2cbe6f3bee6ee2b2db17d10d1365\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.1.tgz\",\"fileCount\":351,\"unpackedSize\":1259490,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFrAuQwmsi6/E4nHWbFYfC8jj1fvdC4NcvP2x9+0qG1wAiA6Es2O8PlgNR2mCQi3gNa188+bW8SKed5JenJGRCH/Qg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj6vmfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoazQ//U3JxHmjwkBORFiWPDXwzhjwpN9olb/jBxU937H0feOUbQJ5E\\r\\nEVxK4413K8k4iL0ipaiYYDHAT0hCxcbFB1+579/ABePm8ZuDt49vMCIYAbnH\\r\\nod6TNgwjxODvDHWLVyNm73/RPMml0kqt/7SMWH5OfZo97e9HhlHnmbFPAHXs\\r\\naXh8jURfnNVrW2/9IJxQxrIFoXp+2LDn8YNirpNxbnK4linMf17exuBv94hV\\r\\nU0mGBJftlIm/ogF8Y27IbnwYZO+pZJ22m4ttxaKXHQO/Nv7X5yhnazZjpKhO\\r\\nBmz2fzC+/xHaLKWXXA8LWCyPdjLg9YMGwAaiKW15iimZzQgQEYX9S+oIUwG0\\r\\nTzqDqa0+8AIEfXKCCHdt1fN53sHTvJsPZGWXh4syWrcUB4ZMH9r5D8RnKv6D\\r\\nLu+U5dLm0HcXalwMA7OwdnuqB/+jEKslGYiArzdqRgeJzMPF9jaZqaXpKfrE\\r\\nNBkJRNxLPV3YnpROQOUJz5nhMyNjm3tVEwLdCVG9qUzBhFH8EXSFCjz3vkZB\\r\\npYaWxmFtlgcjmbhiuiVz9Tx4CarHqZ7J/AOZWSpKJ79oW4rFCv8chajHIf+F\\r\\nD7Oyr+ClzOr+ZWU4bwh0dfz+z4Nlp+NNu9Ap3vZxQbgTTVaDnpdgX75IaNTs\\r\\nxLwAxiR/Mkl+ZJ9n99RBBndl52pKY7emLQo=\\r\\n=hC4k\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.1_1676343711035_0.14455689508780312\"},\"_hasShrinkwrap\":false},\"0.22.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"e7e65860c89912b614d14d5563f6ffe0c5cb7a54\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.2\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-kk+ExYNAvBiYAqu0Ypymz/hoxAbgb6O7gfJNI3t+UxdjqrzVW+gCrt1S5mXBHfmaYxCX6LpZdW9RFsvJiFb1EA==\",\"shasum\":\"8f9937bcc83206e8649762108bf9520bb0e8242b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.2.tgz\",\"fileCount\":351,\"unpackedSize\":1261813,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDXHlCmqLaEIpEYu8ssiTPfpxVvKD4pf7C6sgVPCyAYXAIgGbNTcnz5GG90Tkq7tSI4CKDm++Q7fnoyoxoecbQQ0pY=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj7QSXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmphLxAAk79g4HOA6Bqc2JkRtD28h3Y2a67x+lInHBMdjonQqojVD5EH\\r\\nmY6o9Znl5LjYSpXlRmkJ2MrgOELRpc9+7xD/xcv4mGVf1FLr/+Dt9XZTCyLO\\r\\n82w3mi9zpgqcsc7Qe1ngdPLyRe7dB8FdaWo3iCT3nlJll/rzSViZv2JOG/tc\\r\\nHH+78J9gjApgErb0Zp4IHTBVovnJanPnPV+SvFxxa00WtZrZ8DyRhOlAc8SX\\r\\n+s/M+4sLXQ9saO7+uJbTilf0YCptwaiPC+tvlRAsypAxcbC+IZ9RCVhXEX06\\r\\nbWt7BPHxhL76wD2x8FdPRuVS6rJcRvNB5HrlxlXlhElO6elHGt3fy7yU/YyW\\r\\nRskFesuP+V8XDkimi4EbGhTRyy6hWLvRS8SmPFL324ifOHhmSsYkKsSkL3vd\\r\\n2Ka+rNDJYmIZcgOJlB6oNQa9MA5FtK3wuZbwZdHoGxUW4DpfcA1pmnjf6lOT\\r\\nZu3CmQqDcH+RgZ1/YKX4DiaLzcAaaYyMQgnwpyDcTa9E3Qd4cK1lG76zmmOJ\\r\\n4GYKHAA9RhsbiaASZ3tvHB3wI4Nj8eFBaJumntaPw+wQrT9M65GuN6s5d/zu\\r\\nghM0sHGia3VfbyDFi8HlUKQzFsNm3YFgBHpRLcsGwao+eWTskcBaqLCbRCl2\\r\\n8XxZkFDz/KhzD7tW1embH/jNuuo4XDE0aio=\\r\\n=396H\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.2_1676477590871_0.008771252068376478\"},\"_hasShrinkwrap\":false},\"0.22.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.7\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"7dc6e7fe8da064a1ffeecb99c0540c008fd61483\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.3\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-jcTDcO2olx2U19xm3JvkNeujCf3MXzWgO2ZyPchOgEgSmI/2vaquPq0E8eg6DVyfi4cjQ7ongYN/G0TQnlAP6w==\",\"shasum\":\"b06110e1f9033a3c40d1eba4f956443c7889898a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.3.tgz\",\"fileCount\":351,\"unpackedSize\":1261985,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBCqooB5rDeAA0/hh28vXKVVD2XBBIvCKkJVVbk8cqTqAiBaDcitI991e4dNQCVf3O3dno3sPkB0Tcper4ryaqYtBw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj7pk/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrevhAAobbNNrEAi+Cx7v1lnNlePg53CdDuB4o3I3Z7dyDe38pWAzVJ\\r\\nEv402F1vVxPwp4OUowy65R2/pWgohOcx+Q16UJG3+13+QuCCAwzMijj6UL5K\\r\\nWHnxqUlNmeL13km+Pvfx08mqdr5lKm2WmAYOxYdt7ZO4jq5uFwBAvoXRIcXp\\r\\nTPKM78fwDjh7dktWM+ODAi9ibr5ajstovOixTOl1iDXSfOm+scZt3zcyO5Fl\\r\\nIiLdt+ilokF7n/5DJ8aCO2bPfQO4LFirJbBTRYpgLFICUbcsqiTM12U0O3Kl\\r\\nNxa+ElGHJGMjRCPSCb0wb0PwixxwIYz1vPZ5SGGp7UDHvdrXfKilzfpRntuZ\\r\\nrKTGHFXaFduMCmboWxfq2HlLWajBcxFVN78ov1RLXj5j0kxsbr5wVTpXS5CZ\\r\\nMlhXIgpxHwHf6wYgticnMk+4g2fR8rmoDdmDAi6Qn6jHq/mGjrlP0YusXhhr\\r\\nag9rw8Bp1E2GWSAxJifxfRPqiEKhG/ZMaBK+15ByQlXssNY0RRjqHTt1Wi1O\\r\\nwEIoUR2g0S0SMGEd/E/0eWVtE9A5kh5ND9zXDatm1UdIZX+ZIh/J8mdQv8pF\\r\\nAAyfGcaS7wi/L8oZXhYNMEotZomrj+xrRgGaI3xerAOVX9qxytZcO4J8+Meu\\r\\nWHOoDg1az3b2mSR7qIO4agdCGqh7R8UGFCc=\\r\\n=KRqv\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.3_1676581183106_0.16512708921086294\"},\"_hasShrinkwrap\":false},\"0.23.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.8\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"69dcecaf45d9bf2fcd580556ed3bbf2423093d41\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-rrXGlYsk9Z1jeVHhipaPN8SXYXj7kQT0zRAqgdyEyn+nZirhr7s0UdnGKzz2SpnlbqwEF4rz31xwSK9Ba3QRkg==\",\"shasum\":\"c214debc5917068a85259de2cd5306f6d020a569\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.0.tgz\",\"fileCount\":355,\"unpackedSize\":1268178,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAfGL9B6rJGNn/ix7VtUUKbuvnNcLFXaDrYSFN0jWzTjAiA8DSsEFpRO3yq7Pw04J4SeunwDGyF2izBtkQh5uvui8w==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj7xMMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqOYBAAkGQNuofYEjoQtTqu9G67ETQaHoRCjmYKb+t2EIK64Pi3ou2v\\r\\ngYYhB6HswkktFgNaT4DJYZgBDiUcZm02EhSwY8pkNnyvNwteMJW+a+v+97ce\\r\\nGp1d0SsCswHrYAsPkcL0Gf+IXmcPcKMHl2jAaIyl0O8rj5arJ4K3Ig7cU/Fv\\r\\nQxdZ/j4yjqK6agDmu+Cf+WQf0qZw800GwkDse1gBd5tb0CpFkp81GTJUcKd2\\r\\nizfZ6fXOWBQosu35cpT3CS1Hi/iH5Hyn0f7z6sEXGIBD9KAdd41HNo8tTDjV\\r\\n+90S/0nDx2EBb+JCZzTi+xkyhpU0d0xGgy293cpKsSN9WqmfVwKCi6rupIAA\\r\\naR6VkmfssfwjYsYWVzH9LVXCUDE8SYcSunbakByrADcinuZ9Mi7W0o1HXlaI\\r\\nrEHEdyC/mbOIrNO9uK1IAv5thXPf0JO/02wR3KXDgQCcpcDYSARme62AqlPZ\\r\\nUFJwqiS0Yp3u5NruCxE8T5c0rCOQ++HHDvevAm/kNc2q+M+90xahF4ZcvEsU\\r\\nZc7WtdbCvP4j80VbanoF0DwYCDXHFTAmcyYBZIbUy+1CNU9ZqfPRMQFZRah4\\r\\nKXO9rIG19lpa3zZG9uixM0hb2BGJCHjkOCatMcXoCtZCBJiefJIYdwRHS498\\r\\nhPoUQBWcNFEqJgwPb8LXTTPNSPbsyQ9oNZs=\\r\\n=nAoo\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.0_1676612364535_0.7387999396374139\"},\"_hasShrinkwrap\":false},\"0.23.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.8\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2ac796c975c4fd85746ae640248649a7d9e28b01\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-0\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-GuKqMk/G/CO0JrbWDVwPlSuFJqt20PYPUM8rQXm4MWbv4cjDoXadOxp0xfJ/005Nh4SN1+SgmmjsU3WN6xaGlw==\",\"shasum\":\"0197d17cfddab81cb19cba699600d2a88b33668e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-0.tgz\",\"fileCount\":355,\"unpackedSize\":1268291,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCdGltBHUM/BBBFvHZziErZbF8C6nnwCDQj0jqgjyTo1wIgbfajF6OxDrT9519+Nh+Lle8aX+sNbQhhLwlX9ewv06I=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj/OtSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrC7w//SZOGVL290mQ9tA9FYrbsb8/U0Yq2/NdJ2ynuHKl/ayef+WY6\\r\\nOb2rFJC0K1nAT2wCyd2ZqLmMGUAmyyjOvNrNdICPCCab2kkeobFB7LzqZUUu\\r\\nQ+sHzXY6XgMCaWxX6Iiy8oe8UxeDz196EUR8wacy0sXynA+ms/rcj+JRrgCA\\r\\nlnkMpjQTNQ2odclGQdvUDg1z2Qczxzlp3hyzlvdcFXvjO8wPBWd73SUoDz86\\r\\nBjPO9ZBysepZ/4unPaFZtT/hU+1jdez6jMSIZ4E7Jxty0f7xCp4XaGDhC09i\\r\\nOhl63LICXC6UL5HsEujkB++R+V5OVkVMHWKbPxno5hV5E/NMf+0x3jX8+eVC\\r\\nwlSBhGN65My2dS9FxxMFT0J+/HBwlbuXSgh9E3oKAJ/9rfIY+vpomrsqwJok\\r\\nSUTNTAK939yUHfYaJ/bwBG4SEZgj60CoLz7cpt+gyD+o8lG5gn7LFanaPabw\\r\\nuhlWVvT2fB/ND/1yIjKRneaL+GVZR8o3ZaWJK+t8eeQuCck+rRTA/iypg8ne\\r\\n5rUZcPQj9MxjwJ14BQ1JmuZlxZqpGijOb23Gmh8Kj3ntJCp9HsrIMqemx9Pg\\r\\nogIdH0VHbAi87IxxYXHlXHJ1M++1XLDpBDxwjFUqV9hohrSo5ODIKcZbQhdS\\r\\n5TC7SzW4aC7dAMPEiGKgz6PNOsPZWqgHuCQ=\\r\\n=Mnfh\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-0_1677519698671_0.004274004008536503\"},\"_hasShrinkwrap\":false},\"0.23.1-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1ed0952a6963fc2f26cdaa58fc5544c0c566b8b3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-1\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-D3UJVJnwztugW/8IuZ3W74JbkJqjRuRPPW3GP+lgmLXVkLbeyxgIR/4RysXnHXEgtOv3UPwXYmhjjosWma2jnw==\",\"shasum\":\"ed710bc3bae3df5b49bad0b43fba3502d4d073d4\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-1.tgz\",\"fileCount\":355,\"unpackedSize\":1269136,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIEDmRrSGyRBsPBoPSqStS+5L/ikVudz+qtvPe+n02ayyAiA4Q2hC2ggt+A1Kj4od4k1RKJCv3wLEgO+vZPt2pBgwzg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkG9agACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoKRw//Z5PPNWtHdEdvn9UCapb6kJ6yPnVmczgUGg2lufm2ifMHPFRb\\r\\nIOn7uqw8OErMKUBPMYoXpvebNUw9903uepDIj3J303WQMZJPbS3sOHalkEWT\\r\\nKHn1MCNeO20+rHEBfl3GYyuCWkGisMJC0HADPg6mm4QpfCzpV78jOmkDtv7x\\r\\nByatLnq7F5z+6mBRvDA3Sa5tpQaf6BvgrYyNF04hzEJKGQZ2862CkrBtUZMx\\r\\nQSq3FNHKqrQ4Nw7nlIG76jEV117D8VrYlA/Qb9rgEQadCWaz64/Qum1dT6Cl\\r\\nyFRMhPbhq3z1K2XrCIqUyU6Da6Kr85LoIHPKn2TuZ4gFJRjJE4nfb6vj+5c4\\r\\nFZGuA8bfPa1VEPLWIJ2yUmC8hkrGfQFEZW9e13O/jM+4RswervHJ7BBF6E5z\\r\\nf+O76hEHL2SNovU1OLNSIo4tnjIrQNqHJvQg9h+wZz3ucfa2NQPxMKquN/N4\\r\\naFchCYJufUHLeeBRVt4wSf9LhFZhwedYEGp2WjxW8AmdMs27hos/LHHTxnC+\\r\\nFqPjz1EStcYr9Xu6V7+D4GggPgf4rxCBkvYiXQqzT6tHxxCtjy5GKuk6s3do\\r\\nZF7EflceycaeNFo/kFDoarHTkij49cme8AYYkTdMRmKBAYbJPhAF75ImtXcL\\r\\nCNojJUzZcrzhVEL76k83t/gws7fVCJERbR4=\\r\\n=a9dr\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-1_1679546016399_0.9371419827932925\"},\"_hasShrinkwrap\":false},\"0.23.1-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"86c7a5027c03c4f6ec28be2f09b2f6a584d72cf9\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-2\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-KZzEjzGvWyJARaUYNfpVVN6t9J/MNmQ0aaGVHkvY0W4Ocl5QjBG/Uc+72Iy91udwOZ+ECJp9lSaxtpgoRNNt4g==\",\"shasum\":\"276790827314a1be992d05d5e7503394aa25235b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-2.tgz\",\"fileCount\":355,\"unpackedSize\":1269294,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICr9XPv1NbtESWTmD0jyHkIK/v3DyvluaFjh0cVuGCQNAiEAwcRTGMbEJD449cVSrTPe5dRXY2gdoPxEkLwa67dPkDM=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkIkdqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq+4w//YPhiYNXLDJ2Clx/rhvgzmUcLI4nKAx/Tia5EGZ6mJb2iZqzt\\r\\nGKjuzxyxCSNn9fXqeqCsfzHys3DicSpRiiwC+UviQ13qxhqHVGZXgKqsiteg\\r\\nqprSg5JPI7Uw6AYdY3zEaqcOIJPDSYxEzduc1Ym+dpgBOzK3+fql/7oUE9dp\\r\\neTJJX6r004/ucDcTVieGFOtAO5Ze+dsDjxcGPkYxfhuLrkhxFOeHosM3/we6\\r\\nHs9QMnB//q7CtoJdMk5O3BBim3AcVe5D/5z5KieioFROl77FUqYhUz5iTRIT\\r\\n9NJ1NMXjQgA5pCqAJ9p3rhrvIWt4eAddecOv2iH8UAJHVl9WCUAGhW6RXeQQ\\r\\nCOsVyO61vNQr5KWXJjxzxoysZC1H+mSC5dMonrgO59W+gHhdLeikKREIHDAo\\r\\nGGy9gHc/wEmYhRJGn0tk61YvyvDaumwurfWXJsgjRsspja/OE552wAJrdNdH\\r\\nBXbs1DiacRdX6ZZoxvIvd4gtA5gdT/GaVUEz3ok1tQrLNOiPXL5zewl8hKUY\\r\\nQzRwFxnMeOxyb8F+luye9kOAbPwIpDUd7JsH4Ijj3yDNUDb2KCId8q3BT4iw\\r\\nLqx7dDBiz4Cifag74Cc3rnqjT/uRiTf3GO27vkW0fC2Zr7Al8GHbBwGKMIp4\\r\\nlye3Ccg/DTnRsbdgQetTbLGxm18P4PW3wIw=\\r\\n=8J8i\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-2_1679968105945_0.7213662197515154\"},\"_hasShrinkwrap\":false},\"0.23.1-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-3\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"5529ea630bf246faef60a624a710738711f4c047\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-3\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-+Yydoeh9Wx+peTe6IB1KuRK0IonqZrn3ngbvZEmAp06+tgd8DN2XpzL1b7Ouza7uz6zbo/mUSGIgRWEhUCyihw==\",\"shasum\":\"cc6fa39e29b2ccb1978073540eca5924b72400bc\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-3.tgz\",\"fileCount\":357,\"unpackedSize\":1305483,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDn1GZhsFSwJX6G6vQYI7pYWCV/t4TOpxxjk4AFr7YYCQIhAOhdjdWnona4c5NJVfFF1uPO8MGbKd7Zp/SR4B7Xuv67\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkPhGDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqGJA/6Al8lSNOcrcBfWh3NaWy06xmNTJ9cBtUxqGqkrrL9yftQXeaq\\r\\n/694vNH5zskOK3ZrfT7rlRfBWObfRg9bSAET+y3QFvbclZKfRhunuIP6C0gl\\r\\n/Nb0MQxxYRgQOjvajaK1Pz8qB4FRb/ZkAnJPvDjZ0XCnSACVgg6rk0/hOJ9F\\r\\n4DSVTHWT9JxI/jRKnRM0p9Jh9Wm6EttLyFSdSEoXLfHdGUiu2HNqB4JeAJYH\\r\\ns6aDajtIYd3+oT2G2W4JuwLHRYw3k8ELeo/XAckv4RxsjzWc/js6/GEfhft5\\r\\nQsRsk8R9OZ53LjPAMXyWRJQNXAK29ssjns444sHLa28FtFvqntUVLi4KUoPc\\r\\nxy91Uv0LuvjskULlHHQRB2bVEUx+VH8NBxqI1KXCb7U0ECl+U1p43FH6uYCG\\r\\nR54+9d2DS0ugGecL+edYKrGAgCx9mWfktaqWkS2ANBPWNCi5+rthHbX4E40A\\r\\n4Oy/ElitSocGvVOXbybvoZZ6E2FqhxLMa1ZFZKRhdpORh/lBXRsZEhVj/T2G\\r\\nmZ/td92s80a3kJ3LlG7mH8dMcFvfSGwSdOtJBUley7dxJ4FcEYP9o5PmMHfO\\r\\nnJ54p62c2/9N610FdNTB07Z6RL0qWYuBXIgeyfEY2KyuuuwsD43MEvX7maS3\\r\\nSEPOchotTJrAeOljgPGzXnX5fffvIhEjXOo=\\r\\n=87B3\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-3_1681789314743_0.7529492167247998\"},\"_hasShrinkwrap\":false},\"0.23.1-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"53e9895239a822b7c878e9e828b6f448e4b89c80\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-4\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-wcaBHGD5X/P51lKS2JDOSuJk9t16wKU11Tm6puf51LUs+FaGfKRiuLdSe41C0DEJy9xWeR8Fks6Q1gmigDOi2w==\",\"shasum\":\"d61135c9b62a4963acaf97d9ae448840b1780b0c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-4.tgz\",\"fileCount\":357,\"unpackedSize\":1305641,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHx7sUir5gtWWK5v6CvrfC5AAcoC7jtgVfazz9jajBIPAiBOWE/6OCzrh19PBny6V+pQ0rbXoZ2W67COs7x3krkSuA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkQYuOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmplJQ//QJklXQU4ekUa+4b4K4WKqf5qtX6jjgJV+gGDeh6w5i5KP95q\\r\\nxpgTilXuQJpHAVJnBa/aZN82pPnbtAlmpvpXEOJ84tzkUGhfNFQeW3qLgltW\\r\\nBZ4PwyMh7DpD7dcxxKG6dE6bz5cavFEmoBsQNjb9/xDWXbZZfAbiEkgpNMxl\\r\\nwj+HQpuhXHUErQuTh/oby7z6gcr9lGSJzNXGdg3tZ0DWwB/+z0+KJijeMlqd\\r\\nPwiO2/iYJK8X8qKbEE6mlApslNwg9B7CJX5p84xzGZgpe1oGvSTWn2vcauFQ\\r\\nZ2m1095IoWqpBIQudDnDj+cgxbGL8LR5Hu1e2PbnuztcJ1tUf+3W1NUZpkPq\\r\\nOBc/LQzAjk3Tjb9aZGzRoHtMBgXrxGPLwJlKupdwo0YopwX9iqNdAq9S5b72\\r\\nBUVe3jXXhjN2cjPJ8fJpd9ieRyZp/fuRzEHOAHHjaeJjhl3stnEpXuIADiRD\\r\\nkvpvf+wZhA14l+Lnm2ePdK/meXQBSG5o3CHp9ZBL/Y12Qhzd4hCaWt1D08xQ\\r\\nGqd3oKWgsPtMVgIPO1x0pEkEI+0kY6wfqWUEt9ocvnEXAJaurKZtGhUMq/Km\\r\\n4ky2ogU4c49yx4m7Y2lFK7FGZ+5G7oJrv2mDtLGdhjyyGShFrRiWumQGAigY\\r\\nBsdbMaq4Kiq/DwJ4b0JkgWDioziIzSZH830=\\r\\n=mq8+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-4_1682017166030_0.2719629452052339\"},\"_hasShrinkwrap\":false},\"0.23.1-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0fd9c4213d3bcb830e35c8b24ab85bc2d3a695e6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-5\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-w9egvbpLYSbsQTHdxwgP/bJpX1MUXxdX5TB+ZrkEx5Y5y9ecPjUlimQAAsuPOXGrsp+oDl7WqqiV22hEdI4rSg==\",\"shasum\":\"513addde043dcfc035277a8b91ea19fdf5a0b6d9\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-5.tgz\",\"fileCount\":401,\"unpackedSize\":1505716,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIBijoUw9xQXRvI/l9kQ25fcf7V3YdZgS3gnRpc94ET1cAiEAjinM2NvYngaAhpV0EN9F/EHxD9A59bqAcnhKlHAq8BM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-5_1684330161723_0.5216074505498798\"},\"_hasShrinkwrap\":false},\"0.23.1-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2ae814ea2f018c7f916a2f63bb1430e868bcc0ce\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-6\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-00vkHi+r0SL9J6QbCzzGfq574lRFXgASJ9pu9V/Sodelbq5lyKKxEc/sr8mFLRzAg6kPhiDIwSyBm0NDBiFgXw==\",\"shasum\":\"0acb1dc838452cf5fe32421706a0850833954415\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-6.tgz\",\"fileCount\":401,\"unpackedSize\":1512342,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDZAV93Uey/8WUjXba/CLXiFIZN0EYxBgfuDPO4jSW6EgIgOU1ARvlvlgtQW/3Znc5f0t2kmAUiOTkFmEJRCJf0YL8=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-6_1684351837130_0.29997690308227276\"},\"_hasShrinkwrap\":false},\"0.23.1-7\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-7\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-6\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7fb2da7a7af2601d432223d28c004d610b40022d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-7\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-eXeenerEe4yccYL/+qLRb5SIKiC1DZ2t3AhTmsAL/Vx+4pISJBfcEq00umlOgh/Aq/is7PK/jLbjUH4jJjElcg==\",\"shasum\":\"37b8be9e0a9a48b3109d8ba69c8e6f2bbc7c2077\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-7.tgz\",\"fileCount\":401,\"unpackedSize\":1514763,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD5+PssZe15Fom3Z8CynLRMIDBcP5kGyXX3I5t6GTO46QIhAKm7uEJYvQVixYmClCPyR+dbmJMHLUO94bgYiUykTn6D\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-7_1684419835273_0.130550430069178\"},\"_hasShrinkwrap\":false},\"0.23.1-8\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-8\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-7\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7410527ce4afaaf789489a310c4b9188079e4a71\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-8\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-7Lv9COch9bXH4F6wHY9S1n7mw1QWnR8af3LHlUW+0td3nuGxSF4n26DIDa0NBotVCPybtMss+ZN0XvxSv2V/kw==\",\"shasum\":\"b57c0d48e9c39ee2960ea9c089a6d54caa66d6fe\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-8.tgz\",\"fileCount\":401,\"unpackedSize\":1555649,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIE5Qh5hf+VV73FoVikxhx9FgCeWypktZE2vy5DvXRet0AiANvbb42OTTfAHqMzRlf50qmSJ6pjZaQucYLABS7Kt5wQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-8_1684640764258_0.2741938010243006\"},\"_hasShrinkwrap\":false},\"0.24.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1a818b8fc82fbe13951d5295e5f1d359b5319eaa\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.1-0\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-m4w2ZISxnPhnu08NL/KYxacsg+ITAt/XU2mxWSLyQvO2m1mgM5wELt7/LUoz4BVmFVqQmuKox5dqeM9UE6Hs6w==\",\"shasum\":\"9ed9c23a47c5081026658f58afc1adc674fd1449\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.1-0.tgz\",\"fileCount\":401,\"unpackedSize\":1572377,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFo70nvE6S7Yog2tRGyZbWTonERa9FPkNZjJl0yl8cjiAiAuBTGFGblGwodVhoxbdCB7LEc2rwRCqncqSYD+T/Vd2Q==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.1-0_1684718221377_0.9817909293898006\"},\"_hasShrinkwrap\":false},\"0.24.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"bc55bbbfde1af33d0048b54760e5092a7592bf99\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-k+GDVWsb+ABYgnUOpHPuS/nOZSQLFjlNPaN4NbT/t7Z6pSnZCgzMjDm/Ttg85TKk2n38Fe1hEcr8YQeIo5GOUw==\",\"shasum\":\"03dc273979e518fc5e6386cfe5eb2127571d1cb7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.2.tgz\",\"fileCount\":401,\"unpackedSize\":1572450,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDBmGPmHAabon3GaxKNyrimCET0st8SR6cVv8/WCa08twIhAPodCd6Vz8ALVvTJwRO0cgS6RAo8/5/4vRORElRML+8h\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.2_1684719121426_0.7136834176272131\"},\"_hasShrinkwrap\":false},\"0.24.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"8c4a4c8e2510078e5f7e140eea50991903f0136d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.3\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-reV5jbiWVoTNuiDt3mGG2L9YtQdY+7qXWbyAZ12/wropzqJbigER9QzNeh+hD3o8ojPd1oJc7g63mpHqyVyJdA==\",\"shasum\":\"062fed4251a5339dcbee72e308621346acf94ece\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.3.tgz\",\"fileCount\":403,\"unpackedSize\":1585465,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDp+8ClGMu45MKC4cf7HuWttgUXJ2jfPCEMtXZk5ghqxAiEAzlXdHyqyZTGYU7JNch3FICnSmd2XiORpTwNqwTzR6Rw=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.3_1685042912174_0.4779824224693676\"},\"_hasShrinkwrap\":false},\"0.24.4-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f158a8f42b36de585a2f7827333a42ff263d3d84\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4-0\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-DHntmgcFJcbvzWKUx5kWCIN16klDvXcFMnQTcQrOQlAV5h2387QDZWHogCDFseDWmP1TTuq0p6coNJCtpx2ykQ==\",\"shasum\":\"9c7183ef49810a3fffecf895e6448a0591934dec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4-0.tgz\",\"fileCount\":403,\"unpackedSize\":1585578,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICwA52PT3vyRPP3ZocuK5hSnl6wXnVQc8vG5SoOhBgwjAiEAzxMmsJxWb8V8m+/uSy/XhKCvKdBSKsDQg+x4ufsxoy8=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4-0_1685382589685_0.18801500216127587\"},\"_hasShrinkwrap\":false},\"0.24.4-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"6a61f65f6cc10931306a50df21175080f60bcf2f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4-1\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-WTnm9FcGY0zpoRwUle8/Wx9tz63qZjvGcR6VX9qMdo3vHeQJDKTCVFKtUqcditLkY+sqcC7YaWbbmcLlwsnoDw==\",\"shasum\":\"534fc5234eeddae356d8ec8ef14a030deab7f2cc\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4-1.tgz\",\"fileCount\":403,\"unpackedSize\":1585689,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDtL5D2iQ2M2u1h7Ni1aDGROQcMhhQxJobdCQbF16BwbQIgDdzQrOHMWhjdnyONZwncG6M+ec1uiCN6kLfYjWt0iZg=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4-1_1685400024630_0.2622907917704098\"},\"_hasShrinkwrap\":false},\"0.24.4-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c5fcea5d6963b5b10c2c4c477bff5c773866df22\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4-2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-Dp5HCuF6aLYAWjzRSGnYqwccSkHYUZN2mS83opa7SrAVT7MxKeoWxEvfBJ/Zp2qPtdqWGXUn8OMcGgXI7XFwKg==\",\"shasum\":\"7097644430102789cc391bd6242598ed191c208c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4-2.tgz\",\"fileCount\":403,\"unpackedSize\":1585800,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD61nrvjL93LSU9dZ+OfY3EAy+Iy9PUF7v57F/aRd6+3wIhAJVeTa28er2CyVSv2H+qvOBFuXUpKdQydqc8U1cfmYFZ\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4-2_1685462382239_0.9574366562605958\"},\"_hasShrinkwrap\":false},\"0.24.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"a8164c68f12b0b19413b10b0f2608b71c6b9ae73\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-fDve9mNBLnwjjdOs9gcAW2ngCzLgW0f33HUVrvH9btJUKWAy6lZ15o8FYJfY7V0Ol/V8p7ngs0EFZc4x+z62wA==\",\"shasum\":\"ca869f54454a3a8ee24487c2ad27c3c5c61d3911\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4.tgz\",\"fileCount\":403,\"unpackedSize\":1585990,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDf09qEFcn+Vbl9TORIxBNQvtY2lyAHytkCQGf8mUOjUwIhALHfOfgeCzKOLjZSwH2G6Ia+jQXxh7h8cLjFH4o0dMQn\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4_1685464021838_0.11419227401675891\"},\"_hasShrinkwrap\":false},\"0.24.5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"67251c122ba4728c410caf0370b243ed5ccd4400\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.5\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-+pksfl9KDwfuK6xFgauRu5EGwYjC5nT7akIus/82Ofdpu51Egf3vkHhek7TOX3Zjb/fuPYtlPdc3XMKAjt+aag==\",\"shasum\":\"ca3bcde62da79000734ceedf6ca8898b0cbabdd2\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.5.tgz\",\"fileCount\":403,\"unpackedSize\":1586174,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGAed0nOa/r7L8RQRURbS3TQDF5qmtnLCRal0ZJEQJZYAiBbv9fNfYSMDXLDulylmAfkslohBjo66ROjJnJvEPr29Q==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.5_1685576227201_0.8886606730978801\"},\"_hasShrinkwrap\":false},\"2.0.0-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bdbaacd9b452cc391c0fb46dec89ef918c779934\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-1\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-coVXu8d7eo+ql5n9l7GWDyW6v2w5FhGc1Ajfn745wiifgWK1yYLSyEwU3H7E00et0nw1bMCt8cPNjNgVbkkJ7w==\",\"shasum\":\"2bebb29bfab34eb7065c49c92f1c675ea8a65c54\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-1.tgz\",\"fileCount\":412,\"unpackedSize\":1652668,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCuPuBe0aveAmiMR06E+A4iSIHEVWVeF0+TpgKOxpXZpwIgUNbso2uJIFNtlfwUHvRfiHsjUVvtm0AeEiw+HKrcYDY=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-1_1686856342563_0.7954119610323955\"},\"_hasShrinkwrap\":false},\"2.0.0-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"33f256d86270e0bbfd45668b940395bd1990bcd2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-wb+dsgeZDCQyawr8KoYDr6YBCpwyTf4Tx6D8hUo/7witXpWSpbX0hWd95kq45mp6oknknvWHm9K5IidgLxDmVg==\",\"shasum\":\"027bf820c39f0078d0a8f5c62630b89cd958cfc2\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-2.tgz\",\"fileCount\":412,\"unpackedSize\":1652775,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCxPA/gTtB+W/Tt3lpRWKNOhGIi19P8Kt8cwTO/fGzchQIhAIYnMd75xEyeTFgW7TMFrXZGxE6J3vPyHvXwStOeIVhk\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-2_1686856389290_0.10794098911855099\"},\"_hasShrinkwrap\":false},\"2.0.0-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"fd628d0546650de6018224e7071aab50cb8dc42d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-3\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-5n0IpDbuIoZkmbMUjqXRHS/1X/sS/n+AT/3jy/elTEjfSN39iqD0I9kVFWv/10chPTo0886CDVJkNxfw9FuJSw==\",\"shasum\":\"37daf0b9f35cd5de28ee7a59b3af95a0a8239926\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-3.tgz\",\"fileCount\":412,\"unpackedSize\":1652882,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDGEC4vUkPXbNNyi46/IwAN7TVZ0ZbKfiKuF77QHoZDhAIgUVFXvKu0Wpwj6CPGAKgVMLDMKxtYNdD47009Kndfzpg=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-3_1686856474947_0.032966133236662865\"},\"_hasShrinkwrap\":false},\"2.0.0-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"76fb7075214418185f2ab5c7a2c7b6ac834d85d5\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-4\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-+izAjnUOIltR9ajTR4tZVblrwaO76eVJqfeOg8iTXxSZN2xqBk2636voFNEwM7IOLfBzaw+wA21dvMEUhfqSkg==\",\"shasum\":\"c04e15f9d5cf65b4826b6c2b0f85d13c5377acaa\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-4.tgz\",\"fileCount\":412,\"unpackedSize\":1656020,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCP+M6YkAr2Qj+84UL7oxQPoyZtsuz7W7cUDjtTjE31fgIgEo5cdYQE0BLdCiV4aOqCvIqU2RsVqkSmHR0EllJgNCM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-4_1686895406561_0.15638528367758453\"},\"_hasShrinkwrap\":false},\"2.0.0-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-6\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"a2035f09006bc8bcffd731e329c325d519472a50\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-5\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-MKAEh2QHfoTBurZ1LMPnpyjotR3yW0PITV2cAS2jLzEmax7NT5OMuPH1zkKOd7Lc+VAYm4bWOlDnlOz9OdS3Fw==\",\"shasum\":\"3bf3169726c73935f83fddef123547bf589e7e1c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-5.tgz\",\"fileCount\":422,\"unpackedSize\":1679232,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCUq8hFYY+K/DxppQe0W/7jxZK49t8YE7nsS3/ppiyCzQIgMmAwl3Vvd6aLy+xLuNoc9dgcW6E10OUG+SzdBzAU0Js=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-5_1687355958120_0.7296584238142034\"},\"_hasShrinkwrap\":false},\"0.24.6-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1fe6af5484c9b4883c408660c082262216f8b37c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-0\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-EPemrUXDwxrGEqqWNQOQBwhDukj7Yxqjl3xWGDyzr1OUrO/J3dx9Yt7gQ4y9Isl0Mtkt/nrym9DDaAtl21+JdQ==\",\"shasum\":\"3893f6980c3b839762160582f9721a02c276aa88\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-0.tgz\",\"fileCount\":403,\"unpackedSize\":1586813,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIB5TQFWZMjsER1xxli1ZsVdEbAAsv8Jt8dThqcF5aBpUAiEAickJZMSD2NbuVFnMl30iv9/j1ez+qzsE6hXsSKPCIKM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-0_1687389360810_0.9968554640901308\"},\"_hasShrinkwrap\":false},\"0.24.6-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c16a7074f9ab466c0cfc6cc216bf2ccd2a56066a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-1\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-YRxVasFaiy/xXFS3S2gRCi1V6eTs/vlF6THFmcpzDRW3CwS0+CwX7/KEdrdgAg70pvjDpv2qX+hkxPsRhjVy4A==\",\"shasum\":\"7aa561897fbbdc45dd1c230fdef587eaf1aa3f38\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-1.tgz\",\"fileCount\":413,\"unpackedSize\":1626362,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG9vlEWLpe/4rBOXXwrAHwB4Av2hD7pm/53JClDMZ/kUAiBc0NxWELyGp+PB8ApfTuTNqgHv45d2he5lko6NgabMhw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-1_1687410817647_0.9817535997991766\"},\"_hasShrinkwrap\":false},\"0.24.6-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2c714864a8de79e80c6361ece5fa4b5a96e11f7f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-1pT3aAS7aLNiKsFgWuxJ7h2ItK4qzbgfpVXIrVaVdylvNlW7g23VKnvBwiMqf4PPoZjJTiAP3D4bkO7kpJvWBg==\",\"shasum\":\"9e7b34c5d1425eccae9e3fd88fc2343f6627609a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-2.tgz\",\"fileCount\":413,\"unpackedSize\":1632953,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIHXPtvPf8i47QLVlV7tQQU9fekDXz+60qh0I5pd96AFeAiEApID99nkZHhViU+4Zv8DG+3GYRH1hxi/9Z9ok1hUs03Y=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-2_1687446962854_0.3412885176323077\"},\"_hasShrinkwrap\":false},\"2.0.0-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-8\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4deff59c7c3d9f89cedbd9f0769a1a52340a1bca\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-6\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-xL8KzR8oqSTrWKkrukw/gD7u0nn3LUHE37GdU6OIvfl6RdnHejnnc0wQRn5d9PEsaHpT/3D1aTDKXx76bETjxw==\",\"shasum\":\"8c41a4225bbfbf991674bcff8dd0266756bee639\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-6.tgz\",\"fileCount\":432,\"unpackedSize\":1725581,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCnPDmdHfU1N0rnw5gmgdCo7Xd58a0+kL4y268qQQ7NDgIgYBO9xX9FOjfa3pKa/3CKpTK6OGVaJX+rWiatTtE78cU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-6_1687473209777_0.9074502410704979\"},\"_hasShrinkwrap\":false},\"2.0.0-7\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-7\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-9\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"fd37510a29a94cd9da06180e0421fa1c40b8d553\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-7\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-y4S7/SWZFz1c/uAva1kbkf+71E3GoUeAAg+iXPNMrHn4764bP2ry5Zoop3fSwV9jq7CqlsA8bPvojeT1/tzxLQ==\",\"shasum\":\"805970102b3b1d09e6db32dc259fb23394d5e311\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-7.tgz\",\"fileCount\":432,\"unpackedSize\":1725970,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCsfrqT+EIKrQM6lknmZsfTCj+IKPtFawmeVn4IkDWrrwIhAPqykMdZtwvlqViUIxH+MNYwEuhNF6fRYjVwwLLo0XN/\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-7_1687552404415_0.7061033563573631\"},\"_hasShrinkwrap\":false},\"0.24.6-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"a308518ccfdc1e02031bcf0a0fb2c0ffc8143572\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-3\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-5Jkt6hnht9eKqP//jPG4RQ1BOjMMHg1QNs2gMj6/raggDt38D2M/4JmLsCNTObHauZvZl28f/blZ+hQ0+cizVg==\",\"shasum\":\"8a9f8542eae8c2ac166fdcfe1d5c7d23093a5354\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-3.tgz\",\"fileCount\":413,\"unpackedSize\":1635918,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIHKDyKVVVExpkGoASBwLM7LhwJ6h1LBxEy8SRluFGrxcAiEAjyYdXe511sq8HgoX5rsVdzCJSsOD0kd5BUN7VFxg2/M=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-3_1688133881612_0.30184729727492976\"},\"_hasShrinkwrap\":false},\"1.0.0-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"1.0.0-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f49ef37bc2beecff67f2681179f52dfdec602dd7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@1.0.0-1\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-o9p+ajKNoIgi0CwYWxprE5TYm9XHMR4AH2R44SwmRfapv7ThHhb5zR5rywl1KnNLk4Ln14PLGHjMAXosOpNpbg==\",\"shasum\":\"c369204a985d3becd15e6cfbd8bd536a8cfd08e7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-1.0.0-1.tgz\",\"fileCount\":413,\"unpackedSize\":1636028,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDuSzb8H/WhM7fOTqSUacBAUcV1wTFBbBGmfscxSzWNcAIhANiZ0KlRfICb13cUQb68Oai1kK9M3cl9B1IlpmL1QGyW\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_1.0.0-1_1688149310837_0.12694788490602438\"},\"_hasShrinkwrap\":false},\"1.0.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"1.0.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.1.0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"44eab7f8c3d6e14caf2dd3303bee98f90e81b7ef\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@1.0.0\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-xNrNSZ9bNutZp/MEnL94gj/DFHiDkA0NTDZWOGZsHWJheXe/7TNZidh51CALw54k619I6oS0ZRnBlfJRDhcyMg==\",\"shasum\":\"bc7c8d322dd377d32bc84eb3c0aee807261dc232\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-1.0.0.tgz\",\"fileCount\":413,\"unpackedSize\":1637551,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHfyAr3kXUPNBdHvOYBUwog7A+2su4zJ3ZvzyEogknWtAiAFI7Fa893cOAEE0wzuKnjv4gbdq9Rtg9E0XgaV2IJVIQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_1.0.0_1688161204663_0.5574006883286284\"},\"_hasShrinkwrap\":false},\"1.0.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"1.0.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.1.0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"c0ee6d37415fa35ce44f2eacf021fcd165ccead2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@1.0.1\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-KN/jRjgfTSuhO40qHEy6YzHUZqQbKtdtndlP4Zmj8h2RCOf8dK+d/nKZSwA2zd+ZPHGzZYJAWg0CD9gZXEnZMQ==\",\"shasum\":\"f2848cc82ddf326c17a35036f340c74ed12b13e8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-1.0.1.tgz\",\"fileCount\":413,\"unpackedSize\":1638328,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDEprt480W509n58wlJk1cBZ/tZa0/0LSBxXd3tAYw0uAIhAOXSAnTcrPGBD/6SoRcoe0VUOvQXCm+ZamfImuxB0lvL\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_1.0.1_1688410272331_0.9213025330935287\"},\"_hasShrinkwrap\":false},\"2.0.0-8\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-8\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-9\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c60b06b3a576c78886f589686933156357a0222b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-8\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-3J4ra1qK8fJ2nmhz7546P2O0WWPgVSN28aaLn8fXLCNVeO8eQ/8wGEBHzmwnZDVUiQv2V3QnmmQfJUb76Tsffw==\",\"shasum\":\"0e963bc6098a8025e645c9a807402055719f61b0\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-8.tgz\",\"fileCount\":432,\"unpackedSize\":1732354,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC+HjwlF5lTX+KbiYWvFFM4m6fbtNRTP5oI5KeSmWQFzgIgF/KzZvXB7ruS8a7vYCZVe+vvAp1wVn0O23atTd7Z0vU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-8_1688578171417_0.10376773093408698\"},\"_hasShrinkwrap\":false},\"2.0.0-9\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-9\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-9\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0df16543712a7a18484693b8b29868498faca215\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-9\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-mx059H0kKjoH2Q8ipU/BP5baiPnvmW2xU58EAbIYxPjt1QBxQKu5NlRwJbiZBs1bwruK874zYCPJwBHcWIArZQ==\",\"shasum\":\"0b11f36c38a306abe273b5e2eecf92049abb935e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-9.tgz\",\"fileCount\":432,\"unpackedSize\":1732154,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIAItCWe+N6tHgs5IuWuPs25MN5K9nu5b9jTaVl+6pbB4AiEAjPjbLCR9rX0JD0BNy1rwf7oLqD63rOchCebeloK974M=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-9_1688582765498_0.8143658293650826\"},\"_hasShrinkwrap\":false},\"2.0.0-10\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-10\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-12\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"cf74b226b9385d60d4d8737d14011d5839eeac43\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-10\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-hRYXbnKoM2S8FEonchd5fBbf2UXICedgYnOxTIrv0ZhLdVpCnARVwfTk52N7alV9gTDpNVqvbLqIkivybtZHUg==\",\"shasum\":\"a89fbbeea061801b89313d50d031a03df3c3e98a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-10.tgz\",\"fileCount\":432,\"unpackedSize\":1732261,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHyAx7f5sjiMw4lz3SR+EP6ht2zgk9BJ7hBcB7wEneD2AiAKAokpoQai7VUNFs8/VEmjiSl0cfTEJs4kmY32TmsNhA==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-10_1688589755785_0.17459325965119832\"},\"_hasShrinkwrap\":false},\"2.0.0-11\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-11\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-16\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2049ef720681f9b21685244552053714bff442a7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-11\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-3nnMCJmdXBHcktf+X3IxvLpGRHatNgGhXJu1Nq8EHcId9p5USJKtXQ+IwLtDVu6D7RVT507cvd5ee6i3QBsVIg==\",\"shasum\":\"37e41a214357071533a8e6d9bd17625359b19701\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-11.tgz\",\"fileCount\":432,\"unpackedSize\":1734766,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDQfiTycJAD5Yh6KGtpfZZskKWjxlqJThrolWqBb+x1QgIhAMUaW3oPc97bmtQz5bHO5Sp42dPWb/1YF36iuVxvV93B\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-11_1689567663620_0.8055478094681889\"},\"_hasShrinkwrap\":false},\"2.0.0-12\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-12\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-18\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"306cd4c26d449585211527d4e2df32d652c2eb8d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-12\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-ChWJMvtv5X8GrSsS8O80YbE5f8WtnTbCpyuxo9DxtylXsncsBNjUNlDtbYUX+V4hYvKZFy/3K9ZJagA6aI8K4w==\",\"shasum\":\"dadd236fb619b3b489017dafcfd7feff8fedc766\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-12.tgz\",\"fileCount\":432,\"unpackedSize\":1739544,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFxFMLDiSRsCD20LNI5ACuRXgPkw8FlieiUspIIDCfAYAiA2Zrqyt69ZKGob+j9Fqbhg1FFiMk1W1v3ZcZy2Wji8lQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-12_1689721674795_0.31553957202870375\"},\"_hasShrinkwrap\":false},\"2.0.0-13\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-13\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-19\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0c8728f89e58f1375d83e47854708d23af9d0f59\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-13\",\"_nodeVersion\":\"18.17.0\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-Z8Bayu3nw39Lz9UKrJXyx61IlpLYWvz0t9xFrSFK1XhnKHEsI2ZKfztaKOWxpbhRcOEpbP8sXaRYvhN3G7TFlQ==\",\"shasum\":\"5bcb11000ae3180c8fce9b06ef9d4429727a153e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-13.tgz\",\"fileCount\":434,\"unpackedSize\":1748128,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDq3J3pGrlkSv9MxFgB1x33tZJV7cj7tqlfEf9MKY8/rQIhAPg4k0LmZgkmVdPWdMfhgsac2ujjYMkaoHYkJfxkoN3H\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-13_1690838827443_0.41098381966630093\"},\"_hasShrinkwrap\":false},\"2.0.0-14\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-14\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-21\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bf5f06f1951adaab3612be2259a56fce352a83aa\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-14\",\"_nodeVersion\":\"18.17.0\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-sveo+DXtAycNYOueKpBoDztNnz/3zbBiyodm9419MxwfEk8RpCrW9YeUFp1r1s7LIhRQ/tYO7L26u5MuawqIWw==\",\"shasum\":\"0901cfa535fc7ec60be0ead83a8b5da0213c1c1b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-14.tgz\",\"fileCount\":434,\"unpackedSize\":1750145,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD3mFwgd8whVT6eZ9rmqfUf+P+R/GU+28a0LvRsaZhA8AIhAJr+EyMOCWi/jj5MBXXvnujZINM4f3PugvCn7IWuYKmu\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-14_1692198888894_0.5369723636432313\"},\"_hasShrinkwrap\":false},\"2.0.0-15\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-15\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-22\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b5fcbfa383bb6a2fcc644bfc762a3ac66c2d4771\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-15\",\"_nodeVersion\":\"18.17.0\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-7mcYMK9VRepHkO5kI6khvoM8GuVVfdSBxkO1b6Hq1vH6pY83e9CLXhUt7U5H3lr61uRt5qQuL2VwxBCJXjU9+g==\",\"shasum\":\"eea3a50caf65c78c7e7ae54f5ceb2b32ecdcae6c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-15.tgz\",\"fileCount\":434,\"unpackedSize\":1750413,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIBBRtLuiVJU0yyUheIDD/XUC4G42Xsxq5tx0cXOGg1I/AiEArcpjbW0KN2Bj4541wQT9w55uOOl939vyzxaqXT3fqwA=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-15_1692243929007_0.45496768193998816\"},\"_hasShrinkwrap\":false},\"2.0.0-16\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-16\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-26\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bd2a390e1628d6634d395daa2e1be6c540073375\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-16\",\"_nodeVersion\":\"18.17.1\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-JXOX+llu+PkCVHhD735Bkm7SBtLMtqtcX0zrr2lHV3W//mLzCDkauSGTT2tl1gm6zL/y4cbL2mcROSsylC6l8g==\",\"shasum\":\"a15455e5917f5119e6b3dd280e460aa5ac22b173\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-16.tgz\",\"fileCount\":450,\"unpackedSize\":1831238,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIE8ky3reMWa56XI/F9mHyA8ZErYrxJjQOCTIotM61B3hAiEA5WGw/37xkpSKgsBTmC85M616ZRp7bi8fZVY0eyt14/c=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-16_1694209930535_0.04818294293308378\"},\"_hasShrinkwrap\":false},\"2.0.0-17\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-17\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-27\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"14d7b5faf6bc95736df91f20db21ca32a612c10f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-17\",\"_nodeVersion\":\"18.17.1\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-41skw0ur3rXyL11BUYoM5YorZEEZY2FMtgqAPi95rVLaiyy+hMfLVL2Kz/rHNqw/vPHnsknhYnnr5yV7iInqbw==\",\"shasum\":\"cac4d343124d06c411a944a500f33895aa43feec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-17.tgz\",\"fileCount\":450,\"unpackedSize\":1831349,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDgJeDUeRRfFVKcoCjze4D/ZXUJvew+PJc1RIbCngDFqgIgKliqwOfR+1rOhmyNQ5PJD4r99+zYRKmIDTEE+Aq08hM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-17_1695390582488_0.5807934459757012\"},\"_hasShrinkwrap\":false},\"2.0.0-18\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-18\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-34\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-18\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d196ac3452a542a399ea58ae9d6fb2012d99f920\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-JBLnrOGxen7GiljPm907JTUllwQAkZ9u5YiIlfun0fmYJ9pIq7eccnG3zQGn8HDZ8i3ZPDS0UOgflhnRP7z97w==\",\"shasum\":\"6dade73cadec20aae2a2031f834ce6fef2c563c8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-18.tgz\",\"fileCount\":449,\"unpackedSize\":1825774,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIFKSYroen48xhHAUBd5m819TcH86QvWiJrAnRAN78MU1AiEA9w6uxtFKzj6I4a2t0imsfJYsfRqLxf/xRe4UkOfU690=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-18_1696255375365_0.36178434233922285\"},\"_hasShrinkwrap\":false},\"2.0.0-19\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-19\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-34\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-19\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3de08e8af0ba9180c743171084311501b41e4d47\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-2s+QByye+KSnLFjlKCS1cx2v958A8WlL+qNEK9RKv/O+1sz5u31R/PHaPDFcUz3tbm6v7RCnAcxV3YRaPX6xZA==\",\"shasum\":\"9c85910988b9b72b857e3dc3a410fdf6bb184fb9\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-19.tgz\",\"fileCount\":449,\"unpackedSize\":1829616,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIC4Pe54R9jAjLsKTfJwiLM2/KlQAkIaZl4C5wVtEBYgvAiEA0tU2slvoNKMAZza9etH62x3PCJnYzxlcAPElK+Q5Hfo=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-19_1696283920341_0.5939516249332046\"},\"_hasShrinkwrap\":false},\"2.0.0-20\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-20\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-36\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-20\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4be4cb38fb6d30ad552477fec44cb5a88aaaa8ca\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-y/lqyMOo4RdjpcFmsGjHkfD5eAxyHFMv4SX/T8AfzkBI3PPWhaj5wS+WNyveEM1qrpm1pN5j/7CgjgLxtQgFHg==\",\"shasum\":\"aebcab8c464563ebd040591d5f351bd4512f90eb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-20.tgz\",\"fileCount\":448,\"unpackedSize\":1827415,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIA2OlO+XgoE+f3pLvowkg0+jOOj+crMHTEeLLDa/fkfAAiEAhdkMBvqArV9Qg5LovLUrCqtupLdfph63ZkBauSmINTs=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-20_1697056269984_0.9383545743173138\"},\"_hasShrinkwrap\":false},\"2.0.0-21\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-21\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-36\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-21\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b48e0365816ced852451c69894b7c333f39edc02\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-IZOes7IaKXftsqkhLP97tFL+NdsNgs6N+x58qRqGq57CmgqLgdM0MzniLc4XY2UeMXBu8v9BRhcJKAc/tqGd7Q==\",\"shasum\":\"2de63e28facee5f2dba949b25c8737dfeb5a61f1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-21.tgz\",\"fileCount\":448,\"unpackedSize\":1827526,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCJY+Rph1Np/aiGAshAtzQv6I5BpoiwMOF7VgouJ1bCdAIgDmA9EsMZEe6ODwJGR8NtrMDC+5nH9MtufGgDnAOpRus=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-21_1697067624224_0.8216149559356678\"},\"_hasShrinkwrap\":false},\"2.0.0-22\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-22\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-37\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-22\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"48f5d243cdba940d0ab9aa525b0e0c2fd79264d4\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-d6oE6UBMQkfnXpUjWDCedOiVOv+lrs2IgYu7XG9thYpUlgBxr/dBOSyPIkHzbJJdemiF/nakiC44gqQXBKblFw==\",\"shasum\":\"bf0533cc4e2ad5c257d29c88a902220eca4e27c0\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-22.tgz\",\"fileCount\":448,\"unpackedSize\":1827637,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCdEX5O3d7vgJ2R0y+ifmrezcfgWxdMgfQFGGPyB5COuAIgYzo77hplhlpQchu+gXXl9b12HxEOXRHrdGjN544Got0=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-22_1697073206374_0.9957260464300304\"},\"_hasShrinkwrap\":false},\"2.0.0-23\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-23\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-38\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-23\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1e7e1a22a434df3b62f3418b92498a5e9ae6b14e\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-d+DVW5nql8iXP2p4D9t8oh++Ik1y5m4ClouahVMi+twsOHEjwo/V3+jQtvwqPfwDRNwAp+uhjFW5SMIEkJ+NrQ==\",\"shasum\":\"ff82cf5305d36807da4a7532ddce17b02cc3d20d\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-23.tgz\",\"fileCount\":448,\"unpackedSize\":1841534,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCzcdAWyZyMVo1/suNCDWRFiBXnIzcEYZ/a4Q8j+GXEFAIhAJ5opspB+mLxKMyt+9c0OowYlKi8EOifuKS+fJt7ZHki\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-23_1697252204592_0.5413303107245244\"},\"_hasShrinkwrap\":false},\"2.0.0-24\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-24\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-39\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-24\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f9f0fc3c250d5e8dea7a5005af819af3bf297514\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-p78hOL5ZWV/8mmLFuivovtFxAYc0SA3c7Tm94G1ZsXDajTIuyH+2t+jvBN5dTzD8Wv8UxJ4aSykqSWPal6CFWg==\",\"shasum\":\"43c35722f4037ff4844d7743674617e2acb74369\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-24.tgz\",\"fileCount\":450,\"unpackedSize\":1847855,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAMBa1j78Gem1cAQSIiJL+O7mDfKWT5LFb4AxU2FTjj/AiAZdlTs18mhoE1EIT6GrCS9svcqP7qnWUKhF/LPPvFAhA==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-24_1697346258039_0.08830065107717178\"},\"_hasShrinkwrap\":false},\"2.0.0-25\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-25\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-43\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-25\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"53724c4a64ccb3c0bc8a8c28152c4667aecac545\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-0ylb4xDL5ir6HBsXD+MMN6ESDnKvrEw21Zl5EW7Pqxd8oPtfuhlgEzAMG98/iv3bdHa5pjB0pCKvdJPj8cc5uw==\",\"shasum\":\"2441b5046f5a11eceac6bb15fe3261793704a3e8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-25.tgz\",\"fileCount\":450,\"unpackedSize\":1847520,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIENLECXnuxH9lYBhTMXW4l7oI0gVVjTYRtsyvKpw+HIGAiEA3dWminb/rOFDRWuW7hyeBnhqBLBaNtlN0VG7g6UQDks=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-25_1697718660861_0.7005401481422351\"},\"_hasShrinkwrap\":false},\"2.0.0-26\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-26\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-43\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-26\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"100e164a600c870fdfd9c708d5cca3372e111fe1\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-wJ82js2mHkz7dOOIgkTgM+Zuyimywhom0gBSEK/2+o4U2el6UBfcLGbcrfDu13oF7Fqrd0G6IzoJOkTl5O1h+A==\",\"shasum\":\"f7ac99a8dcfaad7651a7eb058f574ac9c547629a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-26.tgz\",\"fileCount\":450,\"unpackedSize\":1847631,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDKseFGOteAXEvN+Fmm2v6ge79bgHjENU9yDM5oGriOFgIgLKa3EFfQSr4mnDlUV6wLxd4E0xdHz8OLktR2bkUCd34=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-26_1697726982615_0.8693772361376215\"},\"_hasShrinkwrap\":false},\"2.0.0-27\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-27\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-44\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-27\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7f717a06b16b420c9ec1d5574b0d72c916a09b7d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-iWwaYVTiphOZA1LapEQcBh6lH1uE/PukqNRMb4ApeJWloro0zNRvYiCNWRZuLo2Vl7n8jqWdJKe8//d+AKyL6Q==\",\"shasum\":\"695e047d3abbfd1a6a8bc6e7cc950b9b954b111c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-27.tgz\",\"fileCount\":450,\"unpackedSize\":1847742,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDCT/L2gClSbJ04eujA74UmaBvmcjgxlJMxMGDiYy90HgIgOUNHaOok4CM/zmA/BQ33DxAin6jt8Bew31YodtThEeg=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-27_1697939827173_0.5329266345919557\"},\"_hasShrinkwrap\":false},\"2.0.0-28\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-28\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-46\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-28\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"124f37f097a6e41bc22b54834356bce24bd0c546\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-0N8Fxhs3SNoZHQQKm6lH0b2SuZKj5E4dqTkbcwTNPKowCWElKThdDtW13ivU1Be/qbb2uOF7sgSJmqpT56YCcQ==\",\"shasum\":\"183a355835c14f177a984cc1ba678b9465d24502\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-28.tgz\",\"fileCount\":450,\"unpackedSize\":1869736,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIGiBop+QAZncCzkZl3mzdVDrQx3euylhvHbfA2aFLtIBAiEA5VJc7vm+jGCveuMBc0rYtFvz5BwVvg5NCO7XvjuPNaE=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-28_1698208293432_0.5558025349232345\"},\"_hasShrinkwrap\":false},\"2.0.0-29\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-29\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-47\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-29\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"aa6952b98d2266dc03a0a75c762396bb7a1d724a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-Ccx4NnWAutUlE2BENXsdpQWfe85DuzPwVlR0NVoNANVOWfs2UgakJGGfabzoj7wcOJUcKQLcrGlFaBX6AxlqLA==\",\"shasum\":\"6a675de583e4e26afc35dd3a756fad448387278e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-29.tgz\",\"fileCount\":451,\"unpackedSize\":1872689,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDN9nwcOEwnkL1Br6qAlXbrwaga8qQk8HID0siyUTgUjwIhAPWXouqAm/VLKenxk+yA44QZG3b7R0kwZMOAaAZ3LXc4\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-29_1698893528480_0.45864893207601565\"},\"_hasShrinkwrap\":false},\"2.0.0-30\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-30\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-48\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-30\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9ae7bc19f84b07d09e83e44dc2e8304bc1b0b2d6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-0mtyhD/UWQ7RfsoW1c5bSGuLt9E2wQ5sCWJgywe5/mFGFS5l6Y+n/j/VaPhYioZUOHn8wFna327r8iApr+pB7w==\",\"shasum\":\"21ab2c94cb48bb99f6b37d37364f9bcfadd4fd94\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-30.tgz\",\"fileCount\":461,\"unpackedSize\":1898770,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDfmWPjb7aTK5hctfOCGMij7zrfVsqlWtQFmCrTCyhH2wIgFBu8y7zQfc6CIWSjQxGSbuOW181PqZTpnsp7+iQqpMs=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-30_1699065301649_0.30992807547125034\"},\"_hasShrinkwrap\":false},\"2.0.0-31\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-31\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-48\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-31\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7de408f1d4e68c8a99476b4c94373dcf18ee60ef\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-gASZQfKAkl2W/gOLNGtW0A3LC7wtnlLpCsz7i+HooE0v8okpnyTkoKts/8neOP6OIbOH9naBJyuFxGOdV+w5Eg==\",\"shasum\":\"fc28b44857c9e6a1b985ef10902dce26d466a487\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-31.tgz\",\"fileCount\":461,\"unpackedSize\":1898884,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDKbx0okyK1diWZ/14dUirxum4tpBy9eHidHZay3OFKzAIgJeZaqAWI9PI258orFWdTZyLTWuWf2K/RQe7o+Nk+dPM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-31_1700245751391_0.18279540958767693\"},\"_hasShrinkwrap\":false},\"2.0.0-32\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-32\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-49\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-32\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"05223cd5b7d1a68fd73f2ec99996d064c6fba264\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-YJVJ2dcaqCcNC+istfKe1udro9dcsroWwTglpBpUV7anh9xO6bo/dBqnZW6WkJj6Fx1nZ9hBaJaVDZWn2BUYnA==\",\"shasum\":\"459a66f7168713c7f5cb24b07404a3b649427011\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-32.tgz\",\"fileCount\":461,\"unpackedSize\":1905282,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDT/P9AoMh2dOpuqhY0XHbDolPE9SmFKvu1aQ6aR/zy7gIgaqSOM4nWRgei/e1mSfDhOWyeqp94+cARbSu6vWQkbp0=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-32_1700599152320_0.8984039370609127\"},\"_hasShrinkwrap\":false},\"2.0.0-33\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-33\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-51\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-33\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"317cb22e7735a26e31c17854e3210332c326fda0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-Rp6aBIsMQf+C1qVHQWIk4Re/hTAiK+EgVvRHaUyIpshJmXaukAanw9gQyIN1mSJSV99AAbVuddHM6iOYAjHbmg==\",\"shasum\":\"b85f079c8f9825d96f6f13350f2255f676d025ff\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-33.tgz\",\"fileCount\":465,\"unpackedSize\":1957691,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDWpzHDIuqPMt3bRNZ/VgbsPLi7QHBpiY3/3JR9/oTzlAIhAJsmpQ2ZITYpc03WPFiaooOSt1OI4LOynVenMuHYot6M\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-33_1700983850817_0.5443710360090772\"},\"_hasShrinkwrap\":false},\"2.0.0-34\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-34\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-52\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-34\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c92e1102398eefc2773685d4c43bb3fd46c4e871\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-m+U17NH7s+zLjauWT9u4zr2FKsOgh4C4G3BZPmefHkeDNmUKLgeRf9TXcBdbXkvNECMkv/TjZOlIegVFEDW0DA==\",\"shasum\":\"ad62e2b2cdfbc75b5cb9270c1c051ed0b11e6a7e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-34.tgz\",\"fileCount\":469,\"unpackedSize\":2026126,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIA/BKWES4a7nAXK1sUQ6bRFeLvzIuy35vg+GsbvF8/HLAiEA7haIChqrxrxHGK7v35gVJAgwzjyUHVB+lU2wQJt4xRU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-34_1701230990565_0.3272282312404009\"},\"_hasShrinkwrap\":false},\"2.0.0-35\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-35\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-52\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-35\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0c3867b2143c2867ecbc57884614dbcd2c0d4d04\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-hRqi81fX2X+3IHi2ECv93mbQoq9tZDx5c0ZA9zUpTnVWKzvuM4qHAzcES/4ihQ8ABST/5eZVJfLeqrNXnTTFyg==\",\"shasum\":\"7ae4c3bce64c00743fa33d48a18612c27353c591\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-35.tgz\",\"fileCount\":469,\"unpackedSize\":2037234,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCICJIhNdgPYDgGQUhxKdn3dxyOUHDKdRJqhG+NR/IA6XcAiBqYGCB4vp/hQTijSiCZjf3NRsN/13zTsNJckqkrY1CKQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-35_1701317644213_0.7207162005586552\"},\"_hasShrinkwrap\":false},\"2.0.0-36\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-36\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-53\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-36\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"34ff5be4e8e02c74e9044441e66267176126f16d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-evimmHZgs5DhVd29VMOP9fHlyZSdJcXE6QDhrIjEzjmZQ5Jxw/1LROTFNFUXwJDAVYL/Zj3U79u0LAja3H+T4g==\",\"shasum\":\"5ab6f24c6d6c204d6261ef6712eb1ac70a34009a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-36.tgz\",\"fileCount\":469,\"unpackedSize\":2037170,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDe7KW9hbOCnLG7dAa78b60O1ztMH1UuNXVUglpLLlb5AiArlt3iRI021pce31vY5eBur5r9x4hF6+bvPii2oH71Pg==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-36_1701400341716_0.40808936727152645\"},\"_hasShrinkwrap\":false},\"2.0.0-37\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-37\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-54\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-37\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"358473cd86f79da0b69874a9180d9d36b0f12b93\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-emt56qYZP97wKzyjEkgmNQbAKmvKaT49GsiR0ohAPvQcTnJwLNNgj/VXjX57X7HkOZi2ggURlRD0L44P9U0wpg==\",\"shasum\":\"c0f2fc32aa8a903616a7b9792e4b29bd3a61987a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-37.tgz\",\"fileCount\":481,\"unpackedSize\":2053986,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCPn4t9RRxA84AkiFgiuTMRkHLYW8zAhPfVC/Rhh/muhAIgNYwrm/lFsMqt1lHgKuV+RenaLNVYJKEupy87eltEgcw=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-37_1701835411061_0.7228305397218926\"},\"_hasShrinkwrap\":false},\"2.0.0-38\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-38\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-54\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-38\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1925d08d0fd6affba2f96c200c6a0ece3aacf062\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-NG4tuw7ZKc7hNDyNiBss8VR9ZSsA33dYvdxi5z/wKxHZU+qI1nI4h4orMQlcC+eZFETgpVn+sYfq/nn7jq9m9Q==\",\"shasum\":\"be678b9b1f9202052df929022f7b6090b111c3f1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-38.tgz\",\"fileCount\":481,\"unpackedSize\":2086831,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBimgS7Cw6kabHIqQU9oYV5cecdwiyYl49Z9bhMjQU3RAiAc3YTOfAON3Cwp54ypYoRL1fiOSj9ZqiGVXrJnbrlGhg==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-38_1702757710648_0.8695240525104013\"},\"_hasShrinkwrap\":false},\"2.0.0-39\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-39\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-55\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-39\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3f35b1a03a42a7085fe79274b13df3e22a79f403\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-87jP0T4PnRcUexZHBHH5/W0jSeCJ496W746AnEo3TJoaFfHmWjzKkEiE1YE6D1QoumQoVA1V4G5W+9aaLjTXiQ==\",\"shasum\":\"f4a25ba046c03cea652bfd492b61e05bb4f820ec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-39.tgz\",\"fileCount\":479,\"unpackedSize\":2112875,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCyV/L75R8Sb5HNZDmximOiw7XFGiHGK+9pVuxnpNtioAIhAKKLgb5+O65Zu3xe72emJGpsa1qLL6m9ye/CM7yjBLXO\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-39_1702956280715_0.399369238411206\"},\"_hasShrinkwrap\":false},\"2.0.0-40\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-40\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-56\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-40\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"95cdd010ba87271ae6d4e0b1f5b6b3baab3033a5\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-SPHWYNg5tXIvmgvFQFJtahduusr/pGoXaMyBBGd3uRX2yCCno9EtnudUDl3taXH7cHiVu+SMZczjhpXW0e7fiw==\",\"shasum\":\"8197210a2ec5a30153d5864a9beba5e9bf8eb6e7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-40.tgz\",\"fileCount\":479,\"unpackedSize\":2112152,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCC/BN/ktNQAC1ni9vIdzQI7Blks9CoNmbCUkAPQirTWgIhAIyYP+0T7RbMf0EfzNRMGLYZiYL9DUCQ8Rny+XeUnkGD\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-40_1703268726386_0.45182572515867725\"},\"_hasShrinkwrap\":false},\"2.0.0-41\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-41\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-57\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-41\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1b89ac8ae829393e3518106ad0c316f65afdf219\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-0/7PYkh/JGLG8GwVm4ztk4nhnU+JGjqTDOit7WPguGpSfBd1ZYdSiekUL3vSm1wUwnX5gbrAFTgjqzqPqLC5ow==\",\"shasum\":\"333bb8e65aeec6308f934b34385a5ca07bca1971\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-41.tgz\",\"fileCount\":479,\"unpackedSize\":2121818,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG5a+SXOfUvyDEyfXAFmWX0JJGeJ20XBbIPF9ffyHVNyAiAIYphYZwFfqN+0Nj+w0aZ2wggS1ouJegtQo4PVala9rw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-41_1703300097224_0.18711548312897497\"},\"_hasShrinkwrap\":false},\"2.0.0-42\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-42\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-58\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-42\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9b40df3ad025b57ca69683279f99df9ba2908399\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-hzBN9/iq7pI4Vz3caHOM+iTBc9hEO5LjpQES9YnmwXt7g7LHrrQQzc2u3p6mNmXJlx1A5pHzZev/axMNM3daHg==\",\"shasum\":\"efde69032698f8042b0565e227b248940e8f6e0f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-42.tgz\",\"fileCount\":479,\"unpackedSize\":2124100,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAbeCtbdjsDMyIteBAMsiXfqtuAZHdRemZ035KY0+BxPAiBlJzN+Jsqy4U7J+9G0ZxVxDdrBdgf4tKpc0mCXXExwrg==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-42_1704327666802_0.8043588345620558\"},\"_hasShrinkwrap\":false},\"2.0.0-43\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-43\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-59\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-43\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f29c91973aab9fc2fc5c8cd4a6df2b6e1c6fa266\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-ogAmtfnM7wcHyS7UpDoDwrjSsJl+zo0iULtRny5hdKjoIxAtKG6n7WSfDLZM9X16m6vLy7Cm3nWBk+0X+oj97A==\",\"shasum\":\"60851bd23dbabeb5708b6379378c6c7b32cf83e8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-43.tgz\",\"fileCount\":479,\"unpackedSize\":2128807,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDk88PCUmE/EQju8Ydyiakhz3xUBttUmYLwurX/BxBr7AIhAM9wcOeFeGB3YIr5igYGYAkgTuX3qAnAVSbSY/3dcYZi\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-43_1704424693419_0.3657900600977102\"},\"_hasShrinkwrap\":false},\"2.0.0-44\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-44\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-60\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-44\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"863c8eff2aaaf2a386ed956a6cf97950babaf410\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-EySh3wkK2/BRQfXviCQlbZgCRHWduXlACb4B2+tjkbCrdfEgd5oXQTGKxoun5QZmMBMYxd5uJWonI78vXynFjg==\",\"shasum\":\"05c5c5ca8faf177e3e5712baafbb7f3f5e698dab\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-44.tgz\",\"fileCount\":479,\"unpackedSize\":2130079,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDpCSCCmzb2LFqMKAm4BsFHKkCgxQaTHCYM5uAvMTwhfAiEAssUSE19CLuxEr9y7dEd1uovodMWZ6U1SJ0J49kLrZrc=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-44_1704937841821_0.01647756618409546\"},\"_hasShrinkwrap\":false},\"2.0.0-45\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-45\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-64\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-45\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c6f5b4ebeba37fc3b6fc7cdc83282913687f5503\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-mRmFsW2tHn5NYF2dOohYo/NJvwAcJkJ6vF0OuwKUlo1iibr/UWOoH8H0DvQX1zq4j/SZR8B5dc3GSc26vTQDfg==\",\"shasum\":\"a6c5ad6de905e5af337c9d1327831f32d19c5dec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-45.tgz\",\"fileCount\":479,\"unpackedSize\":2134585,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDQpYELql5PwW+Yno6jEuMwHYRw49LDfj4IX2w1Ll1HfAiBPrrrrDBVmqHtV9HhqgM7U1I/zW3ppsc3pIYjdygM6Jw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-45_1705385195558_0.8188333447902416\"},\"_hasShrinkwrap\":false},\"2.0.0-46\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-46\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-66\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-46\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2342833162072bd9b16103461c6099fbf34d34f4\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-+ZK7bfWAvc8nw9VU8tbPnQ6Nl+lvR/L3p7fv8ZzlX49N3dsWNfVJhVFwXOstGWh5PdBFvIBaB3nFhBtyJkqEMg==\",\"shasum\":\"6b526967b8ea25d2a09d342e8e29204a816358c6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-46.tgz\",\"fileCount\":479,\"unpackedSize\":2138220,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIH97RmQMe15Lye3tbziGovXmXHWfBCS+USgWqO/ybXpvAiEAsCtWkE3/uu0UR3HZZGHUtbk+d2x5ishJmNzaBLmZBLU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-46_1705768176071_0.21017833016562126\"},\"_hasShrinkwrap\":false},\"2.0.0-47\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-47\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-67\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-47\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"73d0802b24e286c016099b5a1a6b76e688b45e17\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-1S0gzlMTA4hgQ3rA99H4bLvCSwhllYk3IDtt0mh4DTTiAO3PfhvJrdVxOgTZRn6NeXUszUa9Ls6Osjz1LB0YjQ==\",\"shasum\":\"2acdaada38463c09826ba7dce827806a89ba755e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-47.tgz\",\"fileCount\":479,\"unpackedSize\":2138139,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGINP2YUC4+uErxLHVSWzKO+QtZqGb1593QJrbuE0a1+AiATKLVW6Z/vLmg9tx5GO03V3j/FphzPv5Gzh0ykv57Mpw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-47_1705806794688_0.6241737409662653\"},\"_hasShrinkwrap\":false},\"2.0.0-48\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-48\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-70\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-48\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"351f4140b95b877f6966e75b350b658265454c62\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-FOvxkPDObr3AJ3UVkHoeYv4RzvH/a+87LzUIhTP2JWE8SN4CfX4+gZv5Ws8CnKPAZuTOxegPPyGpWcosyDhYgw==\",\"shasum\":\"fca9376774946dae511ec6320f7eb70ef24463bb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-48.tgz\",\"fileCount\":479,\"unpackedSize\":2138252,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQClKjS2YyvJxi0xHZFOT54f8ffsbAEbGM0lfBxoZQd02wIhAJgI4yGYASVWS7wUaleNQ3RCQ4OcyYqPxXpeaFzTghKc\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-48_1706814603778_0.9228581496831845\"},\"_hasShrinkwrap\":false},\"2.0.0-49\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-49\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-70\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-49\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"e5b8218240a38d126f1171267ddc01c9c003a934\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-RZa1M/rbpqsaTwutfalsUwUaTNPo+2S07/cVG2NevsFtEM44sYqi3Lj1WxDXqZS6AuuknvCmsEyQyyaGnVANGw==\",\"shasum\":\"b2ce3168e9d0c00631b2c03c2324fc2e8f77ff6d\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-49.tgz\",\"fileCount\":479,\"unpackedSize\":2138503,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIGpc9e+Uum0pD4F2vN7Ms5cEcPskuSz3jFlNphrSJCwjAiEAp3e7ZwGgILoxji26ccE18si8jc05KO2B+b4i4ZnX2ck=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-49_1707175775888_0.04006794103634137\"},\"_hasShrinkwrap\":false},\"2.0.0-50\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-50\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-71\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-50\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b9d2a678c160010d9d6d95d21b74600cbb8a00cc\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-gtZnwJsoqjLeNN+RapDUSnqKR4DVX0cWdx7IdYCN/V5pRCuUnZU7gHqajnCWKAouGbEeYQBYFV4dJ8s4JBadYg==\",\"shasum\":\"701b7d070c89b83a2553b11d338a13c871619d41\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-50.tgz\",\"fileCount\":479,\"unpackedSize\":2139486,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCID9S0z69e/LhqHD+lEXU/jQshHq20AoVjqnhJfI2dDswAiBZryKw2edeH2ZS4j4I7vwRfr36wbR++qPYo7v/m00Oiw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-50_1707332784621_0.8092786382833144\"},\"_hasShrinkwrap\":false},\"2.0.0-51\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-51\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-72\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-51\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bff35d26ed36795ea85b0643f22658c4c64a022b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-6+OR7TD7EmDCX5V/iDEZKVc/gxa23S+GXrgN+E7ePUBkgcEw/BPj/1SeEJKp/x9P/EH0VRhGI36TUps/SYARmg==\",\"shasum\":\"38025b205ff6fe75a5c673259d56c022a99687eb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-51.tgz\",\"fileCount\":481,\"unpackedSize\":2130648,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIHCm1OEQGFZbv9BwhtVPsLPxDK9KMybf2HoDL4DKcMxAAiEA2e63zIbA806bJsyjXKbAAG0KM2dh0bjQWkO2P+OTRqA=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-51_1707542863076_0.9287069170792115\"},\"_hasShrinkwrap\":false},\"2.0.0-52\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-52\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-73\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-52\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"302e1b6b99647f7614bf5e54ef15eb4a3c102daf\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.1\",\"_npmVersion\":\"10.2.4\",\"dist\":{\"integrity\":\"sha512-zl8GXI5RtTZcABijwiesOaFjRY+RtuVDqSOvM0JZjWSd3RuK/YqrDYP2/Y0WVFsvSESvN+hH9TDXUTMpCyEUbw==\",\"shasum\":\"7eea654895617d296c69d43596debd3930b4710e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-52.tgz\",\"fileCount\":489,\"unpackedSize\":2437113,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD5i2EZC0EPZCFB41vdxtKstbTQ1jtww5lxdPZKHUTWfwIgf2VBneipNcqZtym1mvmeXL0b6/xxorAsK6QoZ0VvVII=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-52_1711155237915_0.27954803272701145\"},\"_hasShrinkwrap\":false},\"2.0.0-53\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-53\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-74\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-53\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"6b7d8fe99a0628947a42f39992965a7ec29af8ef\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.1\",\"_npmVersion\":\"10.2.4\",\"dist\":{\"integrity\":\"sha512-HLis/Be0AyzWrxl+PVfUgq2z8V4MQgbGzt2xmSdp51K75aUmpKWp6Kf3LKGvZa8mDYSPwsdKvbF1xHs2MTzKpw==\",\"shasum\":\"cb9e20ec6879662c0de0ebaf4f1d63f91f944e51\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-53.tgz\",\"fileCount\":489,\"unpackedSize\":2438284,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFywVBhhHVe9FPMk61r98Zt8+PmNo0xwMm0MSOTUXqjqAiBeETzWd+kVHwtaHlfKkmDMwkd97FfDImvYDXndkIQBJA==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-53_1711242676454_0.12232226799100143\"},\"_hasShrinkwrap\":false},\"2.0.0-54\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-54\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-75\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-54\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3629810301abf306befbb158b05196f547fcbb0c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.1\",\"_npmVersion\":\"10.2.4\",\"dist\":{\"integrity\":\"sha512-ZHnztJ7nZADKawOSTBFjCrs/b5ceOURirkRIBnBhgybJyWYqmruytxKLQNPd583VkVuf4Yx1BTIcCo3yi6jzLA==\",\"shasum\":\"a34cd30334126cc1f9b1fa760bc19eecb5814732\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-54.tgz\",\"fileCount\":489,\"unpackedSize\":2438608,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICssVFoN37haH4eOSjY2UHnpiA4JG5F2WnCIN5HcBf5pAiEA1AzvdeJUAOonFDO0DiPbbP8hWOt4zTThYcjRmCWK5xk=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-54_1711981447392_0.7910602585358684\"},\"_hasShrinkwrap\":false}},\"time\":{\"created\":\"2022-08-13T14:21:35.698Z\",\"0.9.3-5\":\"2022-08-13T14:21:36.037Z\",\"modified\":\"2024-04-01T14:24:07.829Z\",\"0.9.3-7\":\"2022-08-13T17:34:00.659Z\",\"0.10.0\":\"2022-08-13T18:25:41.774Z\",\"0.10.1\":\"2022-08-13T18:40:34.434Z\",\"0.10.2-0\":\"2022-08-13T19:03:27.075Z\",\"0.10.2\":\"2022-08-13T19:16:40.420Z\",\"0.10.3-0\":\"2022-08-13T19:32:26.081Z\",\"0.10.3\":\"2022-08-13T19:37:07.779Z\",\"0.10.4\":\"2022-08-13T19:48:54.361Z\",\"0.11.1-0\":\"2022-08-19T05:43:18.132Z\",\"0.11.1-1\":\"2022-08-21T04:27:41.499Z\",\"0.11.1-2\":\"2022-08-21T15:45:22.788Z\",\"0.12.0\":\"2022-08-27T05:41:26.968Z\",\"0.12.1\":\"2022-08-27T06:47:46.298Z\",\"0.12.2-0\":\"2022-08-27T07:10:45.342Z\",\"0.12.2-1\":\"2022-08-27T19:22:49.038Z\",\"0.12.2-2\":\"2022-08-27T20:39:10.689Z\",\"0.12.2\":\"2022-08-27T21:07:15.635Z\",\"0.12.3-0\":\"2022-09-01T01:39:09.135Z\",\"0.12.3-1\":\"2022-09-01T02:19:18.480Z\",\"0.12.3\":\"2022-09-01T02:44:11.610Z\",\"0.12.4-0\":\"2022-09-02T19:12:11.948Z\",\"0.12.4-1\":\"2022-09-08T01:52:06.997Z\",\"0.12.4-2\":\"2022-09-09T01:19:36.878Z\",\"0.12.4-3\":\"2022-09-12T16:01:52.780Z\",\"0.12.4-4\":\"2022-09-12T21:25:57.345Z\",\"0.12.4-5\":\"2022-09-13T23:13:58.534Z\",\"0.12.4-6\":\"2022-09-15T01:29:53.657Z\",\"0.12.4\":\"2022-09-15T03:40:02.153Z\",\"0.12.5\":\"2022-09-16T04:32:59.048Z\",\"0.13.0\":\"2022-09-17T19:43:08.000Z\",\"0.13.1\":\"2022-09-23T15:04:42.140Z\",\"0.13.2\":\"2022-09-29T04:59:18.615Z\",\"0.13.3\":\"2022-09-30T15:24:50.020Z\",\"0.14.0\":\"2022-10-03T01:15:02.599Z\",\"0.14.1\":\"2022-10-03T01:55:00.011Z\",\"0.15.0\":\"2022-10-04T05:15:05.054Z\",\"0.15.1-0\":\"2022-10-04T22:39:09.575Z\",\"0.15.1\":\"2022-10-05T05:05:56.319Z\",\"0.16.0\":\"2022-10-11T01:54:08.652Z\",\"0.16.1\":\"2022-10-11T02:10:48.807Z\",\"0.16.2-0\":\"2022-10-11T22:11:48.158Z\",\"0.16.2-1\":\"2022-10-11T22:36:58.925Z\",\"0.17.0\":\"2022-10-16T20:38:41.267Z\",\"0.17.1\":\"2022-10-17T04:08:25.348Z\",\"0.18.0\":\"2022-10-19T02:46:54.162Z\",\"0.18.1\":\"2022-10-20T01:52:20.434Z\",\"0.18.2-0\":\"2022-10-22T03:47:39.781Z\",\"0.18.2-1\":\"2022-10-24T23:20:44.818Z\",\"0.18.2-2\":\"2022-11-09T05:17:17.879Z\",\"0.18.2-3\":\"2022-11-09T21:40:37.441Z\",\"0.18.2-4\":\"2022-11-10T04:28:16.342Z\",\"0.18.2-5\":\"2022-11-16T21:03:22.223Z\",\"0.18.2-6\":\"2022-11-16T21:31:14.584Z\",\"0.18.2-7\":\"2022-11-21T02:53:23.644Z\",\"0.18.2-8\":\"2022-11-22T02:14:26.427Z\",\"0.18.2-9\":\"2022-11-22T18:31:24.048Z\",\"0.18.2-10\":\"2022-11-23T01:34:16.165Z\",\"0.18.2-11\":\"2022-11-26T20:10:09.449Z\",\"0.18.2-12\":\"2022-11-29T01:45:17.476Z\",\"0.18.2-13\":\"2022-12-01T17:55:45.359Z\",\"0.18.2-14\":\"2022-12-10T04:52:19.493Z\",\"0.18.2-15\":\"2022-12-12T19:30:46.504Z\",\"0.18.2-16\":\"2022-12-14T21:31:16.101Z\",\"0.18.2-17\":\"2022-12-14T23:53:12.385Z\",\"0.18.2-18\":\"2022-12-17T17:40:08.248Z\",\"0.19.0\":\"2022-12-18T07:05:36.707Z\",\"0.19.1\":\"2022-12-20T01:16:00.159Z\",\"0.19.2\":\"2022-12-30T16:47:11.921Z\",\"0.19.3-0\":\"2022-12-31T00:25:18.249Z\",\"0.19.3-1\":\"2022-12-31T01:49:24.762Z\",\"0.19.3-2\":\"2023-01-05T21:39:58.475Z\",\"0.19.3-3\":\"2023-01-07T04:19:25.891Z\",\"0.19.3\":\"2023-01-07T05:40:53.058Z\",\"0.19.4\":\"2023-01-09T14:49:39.576Z\",\"0.19.5-0\":\"2023-01-12T21:00:03.669Z\",\"0.19.5-1\":\"2023-01-12T23:49:36.894Z\",\"0.19.5-2\":\"2023-01-13T02:55:05.715Z\",\"0.20.0\":\"2023-01-13T05:43:57.451Z\",\"0.20.1-0\":\"2023-01-15T22:32:34.196Z\",\"0.20.1-1\":\"2023-01-16T21:57:15.672Z\",\"0.20.1\":\"2023-01-20T05:04:10.400Z\",\"0.20.2-0\":\"2023-01-24T02:57:50.189Z\",\"0.21.0\":\"2023-01-25T19:28:31.422Z\",\"0.21.1\":\"2023-01-27T03:37:20.373Z\",\"0.22.0\":\"2023-02-13T23:34:50.613Z\",\"0.22.1\":\"2023-02-14T03:01:51.298Z\",\"0.22.2\":\"2023-02-15T16:13:11.051Z\",\"0.22.3\":\"2023-02-16T20:59:43.311Z\",\"0.23.0\":\"2023-02-17T05:39:24.704Z\",\"0.23.1-0\":\"2023-02-27T17:41:38.914Z\",\"0.23.1-1\":\"2023-03-23T04:33:36.631Z\",\"0.23.1-2\":\"2023-03-28T01:48:26.159Z\",\"0.23.1-3\":\"2023-04-18T03:41:54.995Z\",\"0.23.1-4\":\"2023-04-20T18:59:26.385Z\",\"0.23.1-5\":\"2023-05-17T13:29:22.001Z\",\"0.23.1-6\":\"2023-05-17T19:30:37.449Z\",\"0.23.1-7\":\"2023-05-18T14:23:55.552Z\",\"0.23.1-8\":\"2023-05-21T03:46:04.435Z\",\"0.24.1-0\":\"2023-05-22T01:17:01.589Z\",\"0.24.2\":\"2023-05-22T01:32:01.657Z\",\"0.24.3\":\"2023-05-25T19:28:32.484Z\",\"0.24.4-0\":\"2023-05-29T17:49:49.978Z\",\"0.24.4-1\":\"2023-05-29T22:40:24.961Z\",\"0.24.4-2\":\"2023-05-30T15:59:42.509Z\",\"0.24.4\":\"2023-05-30T16:27:02.166Z\",\"0.24.5\":\"2023-05-31T23:37:07.487Z\",\"2.0.0-1\":\"2023-06-15T19:12:22.844Z\",\"2.0.0-2\":\"2023-06-15T19:13:09.556Z\",\"2.0.0-3\":\"2023-06-15T19:14:35.254Z\",\"2.0.0-4\":\"2023-06-16T06:03:26.847Z\",\"2.0.0-5\":\"2023-06-21T13:59:18.376Z\",\"0.24.6-0\":\"2023-06-21T23:16:01.261Z\",\"0.24.6-1\":\"2023-06-22T05:13:37.935Z\",\"0.24.6-2\":\"2023-06-22T15:16:03.144Z\",\"2.0.0-6\":\"2023-06-22T22:33:30.065Z\",\"2.0.0-7\":\"2023-06-23T20:33:24.656Z\",\"0.24.6-3\":\"2023-06-30T14:04:42.029Z\",\"1.0.0-1\":\"2023-06-30T18:21:51.144Z\",\"1.0.0\":\"2023-06-30T21:40:04.950Z\",\"1.0.1\":\"2023-07-03T18:51:12.599Z\",\"2.0.0-8\":\"2023-07-05T17:29:31.715Z\",\"2.0.0-9\":\"2023-07-05T18:46:05.837Z\",\"2.0.0-10\":\"2023-07-05T20:42:36.089Z\",\"2.0.0-11\":\"2023-07-17T04:21:03.900Z\",\"2.0.0-12\":\"2023-07-18T23:07:55.054Z\",\"2.0.0-13\":\"2023-07-31T21:27:07.819Z\",\"2.0.0-14\":\"2023-08-16T15:14:49.204Z\",\"2.0.0-15\":\"2023-08-17T03:45:29.233Z\",\"2.0.0-16\":\"2023-09-08T21:52:10.775Z\",\"2.0.0-17\":\"2023-09-22T13:49:42.740Z\",\"2.0.0-18\":\"2023-10-02T14:02:55.702Z\",\"2.0.0-19\":\"2023-10-02T21:58:40.594Z\",\"2.0.0-20\":\"2023-10-11T20:31:10.401Z\",\"2.0.0-21\":\"2023-10-11T23:40:24.458Z\",\"2.0.0-22\":\"2023-10-12T01:13:26.691Z\",\"2.0.0-23\":\"2023-10-14T02:56:44.889Z\",\"2.0.0-24\":\"2023-10-15T05:04:18.335Z\",\"2.0.0-25\":\"2023-10-19T12:31:01.212Z\",\"2.0.0-26\":\"2023-10-19T14:49:42.807Z\",\"2.0.0-27\":\"2023-10-22T01:57:07.385Z\",\"2.0.0-28\":\"2023-10-25T04:31:33.855Z\",\"2.0.0-29\":\"2023-11-02T02:52:08.913Z\",\"2.0.0-30\":\"2023-11-04T02:35:02.001Z\",\"2.0.0-31\":\"2023-11-17T18:29:11.689Z\",\"2.0.0-32\":\"2023-11-21T20:39:12.553Z\",\"2.0.0-33\":\"2023-11-26T07:30:51.021Z\",\"2.0.0-34\":\"2023-11-29T04:09:50.856Z\",\"2.0.0-35\":\"2023-11-30T04:14:04.405Z\",\"2.0.0-36\":\"2023-12-01T03:12:22.019Z\",\"2.0.0-37\":\"2023-12-06T04:03:31.405Z\",\"2.0.0-38\":\"2023-12-16T20:15:10.912Z\",\"2.0.0-39\":\"2023-12-19T03:24:40.960Z\",\"2.0.0-40\":\"2023-12-22T18:12:06.707Z\",\"2.0.0-41\":\"2023-12-23T02:54:57.667Z\",\"2.0.0-42\":\"2024-01-04T00:21:07.056Z\",\"2.0.0-43\":\"2024-01-05T03:18:13.662Z\",\"2.0.0-44\":\"2024-01-11T01:50:42.049Z\",\"2.0.0-45\":\"2024-01-16T06:06:35.723Z\",\"2.0.0-46\":\"2024-01-20T16:29:36.359Z\",\"2.0.0-47\":\"2024-01-21T03:13:14.998Z\",\"2.0.0-48\":\"2024-02-01T19:10:03.969Z\",\"2.0.0-49\":\"2024-02-05T23:29:36.148Z\",\"2.0.0-50\":\"2024-02-07T19:06:24.790Z\",\"2.0.0-51\":\"2024-02-10T05:27:43.397Z\",\"2.0.0-52\":\"2024-03-23T00:53:58.140Z\",\"2.0.0-53\":\"2024-03-24T01:11:16.656Z\",\"2.0.0-54\":\"2024-04-01T14:24:07.615Z\"},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"license\":\"MIT\",\"readme\":\"\",\"readmeFilename\":\"\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\"}" + "size": 898125, + "text": "{\"_id\":\"@rockcarver/frodo-cli\",\"_rev\":\"226-0381ba10b013c8a25c10f6da76de8cb8\",\"name\":\"@rockcarver/frodo-cli\",\"dist-tags\":{\"latest\":\"1.0.1\",\"next\":\"2.0.0-55\"},\"versions\":{\"0.10.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.10.4\",\"type\":\"module\",\"description\":\"This is the ForgeROck DO (FRODO) command line interface, a CLI to manage the ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"idm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\"},\"jest\":{\"globalSetup\":\"/test/global/setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-json-modules\",\"enable-source-maps\",\"no-warnings\"],\"scripts\":[\"src/api/**/*.js\",\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\"},\"gitHead\":\"e8b0b83659ded3f48a6835f95892e0cd94361c41\",\"homepage\":\"https://github.com/rockcarver/frodo#readme\",\"_id\":\"@rockcarver/frodo-cli@0.10.4\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-QXJgPUbMUhZaBa+K4IOlufJNo9RkF6EUiQLfCaNRjEhLg5PZ8BUO+qotVSc2I4eFBbXf+zK9eQ0/IZOgYdfxJg==\",\"shasum\":\"14a9f2d7ac0a3ae41d6958fc42506920054160b8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.10.4.tgz\",\"fileCount\":272,\"unpackedSize\":1416017,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBtLcnRDSQkn99qFkOClWPb8dq9MdwdC6BYjCnd4mRqoAiAmbpcQOkiM5ya0uuCNKpz7IzLM4zLoQ+I74pS+dxE3bw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJi+AAmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqYow//cQ9fuN4BOJSpQgQhUNy+x3C8aeeHIOonvACyIvIQYucz8nlz\\r\\n/vq/50EtmlX7ctAIbifJV6wzd6V1sJ5j/rGmO5mku0O38zZAjY1YGfE2puRv\\r\\nuTN+DW6W2WSPyRpEOo++uCNL6UMRlRT3NLXUemyBfE1wkXfk0KGKgYCvdJaz\\r\\nrBZnYI2gOLP7pyUbxaXXxN+2+URDKpVEvyp8mEqXsaMEkDWEy19YqPMHNKnV\\r\\n6bwoB3UwWfUgG9dshGjWwMuFebWrcyffiszLCVpEFwh9/13DQdV4oMx9baew\\r\\nQj0YD24m9DWt68eR9K6VRLX2u7xzMXTADDfntPg7PueT3tIR/3ByPEXZuVnd\\r\\nzhEKklCLhAh6+YQxOUjCA6mmS4huiEDUOsCZe2YqynNc9HUtaRhVUe6Q4XOn\\r\\nAqgIh98fQQ6YzfEWQ1dwaAGVSAy46Y2caFLuMpOkrDJhE+DC6RwE1Ngkpr+b\\r\\nwLVgshXO9xaLbnQLXPBvytV9e3p6eoso8B2S3ml1EVGUCIxuF37MbC7YY+rz\\r\\neMoWlq94F8s9Rk6NeaCQF8MQVspNKwYdfrqeEGNfTYskoJY/l1Cwi5upl+3T\\r\\n70sqkfxuqgmSzNUA8Qs6Zrc23AAwa88FaOSw720skTcWLL+bfyvGsmntuwo5\\r\\nr13l/t9+9tbnEUqjbn7sdaQxtQZkOQnWuVo=\\r\\n=s8uB\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.10.4_1660420134147_0.6120366803081272\"},\"_hasShrinkwrap\":false},\"0.11.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.11.1-0\",\"type\":\"module\",\"description\":\"This is the ForgeROck DO (FRODO) command line interface, a CLI to manage the ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"idm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"eslint --ext .js --ignore-path .gitignore .\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-json-modules\",\"enable-source-maps\",\"no-warnings\"],\"scripts\":[\"src/api/**/*.js\",\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"^0.11.1-3\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c8cd263e0cf276187a028c43313c84a8969b38c7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.11.1-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-WyKirKaqCOBlUZY+ytGrz9SVKhmkAqBz01g8UhvjF59zAXPxDAyJ0Tt+/qpz1QebCoVCiIZQBYN3zoiIP027vQ==\",\"shasum\":\"efd019e34f1b5065b2f31376241093843d199c34\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.11.1-0.tgz\",\"fileCount\":211,\"unpackedSize\":903297,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCdyBqp3i2wBz00ppIzrvHlmOr3k8VrEqJHyVmXLUcMUgIhAMPvMmWxoTFQ0gtRPb/IwuU5e1Ovw0GOZYN9oSFmYHaP\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJi/yL2ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoFgxAAjUiEopazFYz1zT6JH+K974+HblrrW+kK00/Y22pMd+BMb6ek\\r\\n1/ha1/qoK8yHNXIQhawkHgQPx7mpbDBGRcO3gjOirFx2syc6IGH0NaxUI9AB\\r\\nHlDXolbYGKNhb8hOhfJxOr+CdHs14SM7G1oB3H38TbBlNO1OdiR7p0tLmlgQ\\r\\nhEoKTG6r7y/2DnMPNdt66SPXjSMJ4hsI4ANVxjxheHM0IwMU6abwlaidwdk1\\r\\nLDWybnisO4rKDdGyzxd+jVNSB2J9p+Aspp7c9lsyrbpNZvXorIvcvWyhN+xm\\r\\n/umLb2b8POZy2lO3Ue4YpwlrMY+jGk329oli7sL9khaz7fepLH7KvLOYnVwR\\r\\nlAdhjjMebNg9HtiX33yUyOBngFdHEPOICo0Cujqk+B32bFdv4A8mSfPwJY7W\\r\\n5Vs89KvqsqlytsEFTmZH5pVcCj+C9LKPY2SlVoRdlZYPnccySp/yb3kv0MIa\\r\\nNGcmk+lFX6YJuXGK+kf6KxhXudfYry6rzAzrlEKql2YO/Rembb3ooTrml2/N\\r\\nBir5BStNGZ+GN/be91yrkPmnTIHUgv/Kje6sGCXwLeTQ/WDArZr4likZUJ6M\\r\\n8AP7ZT6/l55tIbozcjwzGNXpOhWJEvI5J5HyMXeCIznxoByD41SYD0le1MKV\\r\\n01d4fRKrHxx/csikqU7E8i7EynTXxaTtHLs=\\r\\n=/f29\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.11.1-0_1660887797955_0.23293010417987792\"},\"_hasShrinkwrap\":false},\"0.11.1-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.11.1-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"^0.11.1-6\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f1980f449294ffee0c2c39f9de07876001d0659e\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.11.1-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-9ewdVWj9TrmYrKdw9ENKs2qk4e+3sQoYdfdCdAuG3kCWNu7A06A4Dt6js653EnfWzee8bavnP6nGGx5iGHQxvw==\",\"shasum\":\"861e92f363a63f042c7366d4901b0be3d9c6c536\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.11.1-1.tgz\",\"fileCount\":124,\"unpackedSize\":230315,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICyCs3yCynKBQbSu/eSgF1Af9wHi+Opi942ScmJ4X4OnAiEAvXtCwA9ppwbmOfEJXnrMfmdjdbMlCIyVRG01tdA7c/c=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjAbQ9ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmol5A/9EjZ6L77rvqNt8Xo53Gb3iqLimML/6vCF6haohLpazyBxPz3M\\r\\n4ttNNqoy5zNbamX0p5aYeJn1FQ9xymm2GZ/GVWd7F88cXEz3HHEtT8q2EnhP\\r\\n2A0oyDJ1mO6OAahwRiQJHdODwqKZV4X/q4rru/Fokn+2lxS3FuwV1o8mlk8G\\r\\n6fB6CG8184RTVLbIBwW62afzSUz759OjiGl1LTqJ+SWTeI+9/B6Gmnns3/Db\\r\\ngeBMMQQk4y1adbxICacXzrYzNttoOWIHQSvflIJy+0SOr0Qp09CHcOBjSzW3\\r\\n0Ji3R/JkffFtEWRoHhwunnHVe+XzC/IJLo6BLi6y9s1rplqDtVJdkNAgSXgW\\r\\n1u1c0H9uGRL3HG2DVPfTDaCgdyUdR1vFmcQL3IOow9omDcCqm66ulH7gkuZY\\r\\nSEBHRCIPggfAhE3aheDf8VJzNJbkQUa0NTkCOjK/LdhLTgA2nYh2x0oBkW6H\\r\\nT+jYRj3n8r861RKTS8kvY2NIZACgM7vE/bEAJJzDb3AL+DjR76kFnAxsHC0D\\r\\nGXiaY1UVen2DvHEDCLPopQeEce/3L/dHsb7pHFnZnqE1R9kOVzSkpAuCTja6\\r\\nh3RSkN4r2eXfEhyI6U9SRquTg/h0PHElOdVLuFI6vOjGfKp0M04FffMhUl4q\\r\\n5PUaxA/3IqbqZMCaCQ8of0xsrSI8MEHkYn0=\\r\\n=urpt\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.11.1-1_1661056061304_0.3214128263552538\"},\"_hasShrinkwrap\":false},\"0.11.1-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.11.1-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"^0.11.1-7\",\"axios\":\"^0.27.2\",\"axios-retry\":\"^3.3.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"fs-extra\":\"^10.0.0\",\"https-proxy-agent\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"qs\":\"^6.10.3\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"url\":\"^0.11.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"ab48d037fc34ce7bbcfc333646e32c4c7142ce7a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.11.1-2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-HwEqPxyQgL7jNRBEI7lK/R1FcBKUp1omiYZHXnTKzipC5GL4AJ5y1JxPIw3y/ERwu129/VOdkGpnHokSR+EAmw==\",\"shasum\":\"a207bda70b26842f2d3f0ec63d64070eafe4f889\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.11.1-2.tgz\",\"fileCount\":124,\"unpackedSize\":230444,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC11qnq+qnh353geLZ2CIvNqwGdhbMlxb2rZM+LXJkKswIgNNWGdyfwRAS47wOEm3b1EKVPWesfa/ULc/M4bk1HiH0=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjAlMSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpdGQ//WlUy90uGafVXvfWa+ALoP3EQ1sCNQt3o3DDntb54exHdykEt\\r\\nXXD8GgXu5RNM+W9VxR9HmouAJxtmT7/kVSSaxXOcXa4UptFX/s2JO5rvBKQ/\\r\\nE9UIIC7Q9M7uWDCpuVeC68YpSlrHSV4/PRnEF7UtUOvX1qj0rtvcq1NYVFR7\\r\\ncum8N9EesKPSI9JKM0LOldK/SwKKDY0X0BbLhl7s+z1HXHSvbOf9OfJRgyTE\\r\\nxQIwk9+Q5LboSy3JeKHnVu270ii9dCLwKgBh0aLHOoLcFpL7xjoqLupe+Axm\\r\\nIqy3njaCLcTkDnx/Sqeel/tmfbrDUcCqQ0ajh4yoA53HfZx+8ifZi78SuyyO\\r\\npyh5eRmtqJaGeQMRagKNTG02gV6OOuKs+zzVveSUx7nb0CTfUieU8ahqRBe0\\r\\nIUWq94saq2951eNETeNq8ceE3Rj0hLBNV084SJXHUaZEZ05cGvj0vU1c3e+R\\r\\nUbU4Hzc4tbyJ+mL9XaI1GM4kxbqrPnanOAdlmemLFlQ5UNCsA2FduMDloHf/\\r\\ngshdCufhg4XQbIl6aDAUoiRxan2veEwhdkM857qtmIQ/L/bC/eBIIb14gZVW\\r\\nhnk/ctxjRKy7IfB9zCAiND+kqTjo27R98/ox9Ys2LFsxFbaq9DLl4uszPWM6\\r\\nwTREEl/+NvePHcTfE8NV9TJAe2pb/NGkZUM=\\r\\n=RCSH\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.11.1-2_1661096722603_0.7170601114175112\"},\"_hasShrinkwrap\":false},\"0.12.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"gitHead\":\"bb3dc0f4b0d93105c099457ef87c39cfa403f65a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-lEvVUXt7qsqqa/W+47LUgmvUJwjUvS2P3IzPmXyShoNml0mUTbvcwBXM4StSJoVN0mTwrJOgRf4Jdbaen6pxCg==\",\"shasum\":\"3e0c9576cef8d625cb31160687ee876f18c211a3\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.1.tgz\",\"fileCount\":125,\"unpackedSize\":243722,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICnwOJfJJ6/2e77bo0ERkTxPl4qtdfoire1qHfbeNyTMAiEAsWSPrtgwozZDzhs0UN5fF4zlS+u9bRFB62fb35UvCsU=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCb4SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoXPQ/8C3LYXx2wwcBxYyq1s+tEt7kZDvR/bmlPB7cgh+XIiUgGC4fN\\r\\n0ZpVRICb6MOkA9BhjFDbsDqTYawltxOqwbgRrfe2xE1HBhxV84qfqUEvgzJ1\\r\\nI66R7ZOwmkT2aj8iBhFbyxQNCWbPr6m603ToFL8ZX1JoOjbZ6cROM4uCG2Jg\\r\\nURyhFa829ej2uDDBdTooB8nijLNa/E/r5cO4Y6ON2ceR+MJW6Bm3v33iywen\\r\\nOnujNaZ2WB5NrLq7F1wM6GougeMqw95niHqWLYnkHXckC64gsTQxaaNyaVtX\\r\\n/R+YIP4xI5UtDjGYpt5hTvo4DCCPo7DZxAOfnQRSjSTtYJVYQLcxhWGdOyfb\\r\\nqGoWUQplOMHdn7rFtENz/n2K3DHLYnacJYP4ijawUQkFEacrPsM03MzVCi2q\\r\\nc2DFtN60+96mcNh1Owp4/xrCzv7kxujvhtD7FB5gvyBEDUDu3Xd565MW2afO\\r\\nD8mdm9tCei4TZlN0EzlajmBHOHHZcyaGP7wi6i2mfN6gRspsQ5tfOSIGq5BL\\r\\nSsvjf7KPaZtzesYkrb8P/8tJlAU4XhBdhLjQyMCVGoLXpOcL8A4mqZjTWfPw\\r\\nLmnGHZoT1Y+s31yAABRSuY3uttmBZ1PjzKIjw0hv6bcJHvkwtUD56d/pDTN0\\r\\neJxI6xr+n4ZU+dWqK6AtZlnpOd+pYjvkDo4=\\r\\n=XacU\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.1_1661582866023_0.8905807797965275\"},\"_hasShrinkwrap\":false},\"0.12.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7aee7eac74fcdcbc95e722720dcc12e000dc0d70\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-P/cuYkk94mVM++ZE0IbRd7G94ySB3xTAkkjm88tqRJDshSmXYYGOmDlPzLI63ZUSVabRXlu5I0iw4HFWoFikEg==\",\"shasum\":\"cf985b8bea42763fbd2e2b7b4535fc62adb60acb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2-0.tgz\",\"fileCount\":125,\"unpackedSize\":243835,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIGxcI7Rm3hiAUlNcswcvuU//yFuKChFmsdFCgSevSQDjAiEA/1LHVD5NbWT0QFyCfi346RBgX//Uk8LTukJTa3OZn38=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCcN1ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoI4w//aMCkVTV500ig51gZgzbhl6mZkAL+SG6gOxzxZR9mqvzdS+HS\\r\\nP+EL9Oxbg8Ze94Dend2IBuVbSA7DUpcnnhhpWSFx6DpUo4Z5YIKFHS24Onsi\\r\\n1E71rkr6QCwo0D8/Y8n8WmwKyUTxACPUoDUsMBAwsQjF/ZOSyVOrM4w/WXQi\\r\\naMRTjJMMhsm7RJhwU2h695ZL0nhiWbIXVa0dmea+k27GG5d8Tj0G3tWvYWsz\\r\\nnFQn7bOq0DaPgMA+L3hSZ7FN2kJOssfFrOXLHVgcUEB/hG3FABw6V39rnSnu\\r\\n6q1GIQ4X1SSys50OtujGgej7v8zL5aWuG1ioaUFfSeXxd3ypYzJrrACBfSLh\\r\\n8lMyrnOKq/J4BUW7/0meYhWu+UreABlqTfyli/b10d1ZrO2qbPYF3G1/1eAm\\r\\n3leU+Q0IaYkStdkich2tKvCAz1Ek2U8SqhaQqWPWagdFKkT+ALj1KnO8pXSu\\r\\n0dvCOkzCZZwecp7mqFvI8UYJNLRNYaklHxPUeIlhMnavvBCK9MYsCU0qGwVF\\r\\n6b5fXCXE1hKY3YY7PBYDIHgPzI3QQ+CSZg2n3+vk8ps8lkjpMs5psufkpyEj\\r\\nHEEXHWIkN5JJL7IeI9Tt1V59HwPAMXLKaB89NX5oFgMb40o3CrrB6+fekMQ2\\r\\nbLp9q10gkhaWp290vIe7ngYqMdf4121IGNE=\\r\\n=uRBo\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2-0_1661584244996_0.48526639919129044\"},\"_hasShrinkwrap\":false},\"0.12.2-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"372b46a2d7258d404294f03cdee72cbfb0f1c51a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-DUMmMUU3AdMOv6Wqu69EA+yizn5IdwRT+/DQ4YGSQyo88UyvguzN3cPryCNo7c1IkCbEHhTA809tWAaJ16aI3w==\",\"shasum\":\"48c00bd238a5f8d9f9166659969a5e29717b13fd\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2-1.tgz\",\"fileCount\":125,\"unpackedSize\":243946,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDaAHSKYkJtT97HAnMkprJ4M2B9UqXbzns/oRcNqL1N1wIgTHVuxOXgdiwyNFPmN43UT59jwVfD0sfOQEE1K/YSr6E=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCm8JACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrFNg//dxnvOhOW4QcGA1iOj45UYMThL2+sXpP62ZCT//lI4eiWR++z\\r\\nVM+mvYO6S3pVj2mkFzQvlYbPElmo0xcxiJJt/utzXOvRdPIekg78gR/ic2cC\\r\\nogiFGyG9OTecjQv5phxUj5lKTsrFJ4lMnI9ud1PZDWvEWv1MmNSA3Q5WSOnf\\r\\nlABfTmAnsLLB+DjkJBXnHkuRLbSMKxZbVyKc75Ogh5DBvjoIpzjaH8bqoQJu\\r\\nyvhuC9BxyTLt80pFjSB1TWMTpihbMwGHQmqHU2HrUyUJE2MGqStJMcfdOLuV\\r\\nYF+OpA0/qDaB1el8mI6UH9COJ5Vy63F4LgeMX5XU9aQuHGQ5iXYVf4fgDfc1\\r\\nONatpprgbMWTA64m3MVRc2C5f2qQN0fgzEBMohF73HLAW0+mkezi3hIVWSkj\\r\\nCwAIE7sH0MTuBSzxC2IOLA6nua8uxamT8C4bvuLviww+F6kX8SIcbGJ/zUcW\\r\\nmFAtkLbBnxmFKH2BYEbkZf46guk8g3qWf9C88n9ZIiioQxEfwJewYe2OD37/\\r\\njQCXBcqygbNooARMr1M6uaZ4szhaJRgiWffPDq5uvzsVc4qOMwKewbNJkiIq\\r\\ni1iALgfRs8PODLiddFRbXpbdVkNmT3XFeuRnFGcd+qh2JlcCkYEcU7O0bRvx\\r\\nUceUhC4YmOkq8OCYVKB9EjZpDtmg4/Ui7kk=\\r\\n=WdhX\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2-1_1661628168843_0.30053849302622226\"},\"_hasShrinkwrap\":false},\"0.12.2-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9708a17d2c918c78e0a735d10a2146a4480ecb0a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2-2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-FNJQlNfDu/5UxwSrXjcjrznxceYfy+O1wniaJIuLEJ2j5tLCu5JjIiUnQRX4QuuCUe4+Z8liFsl1SVFemt0CEg==\",\"shasum\":\"4ff0f8926b42e3ce1889e8b09e1fbbcb51a0d436\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2-2.tgz\",\"fileCount\":125,\"unpackedSize\":244161,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBdjS1BpJHy3ydqz3bDKY9C228z74hwvL4uispSpy2anAiBS0+mRh7+QaZRGGdJ5QQrIK4EXTacuYhDXMaeOWygEYA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCoDuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq2ug//fW6FPYU0WbVBRuE5nWDqqeeMZIJzX6PGXuLWUhBCG1H7X9NK\\r\\nvbTCAaZaGtFMTynEgcl24y8s1AaS6VodGDrvCIPj/cy9vJjFRYuT1bwkP3Ej\\r\\n3Zzr5nVE4I8KPEg7HGgNQ+HJNP5ZHGMna/xajiKvhRSKmcvq7w+mAda4wzVb\\r\\nOFYkzsAFZdG/iJ3aOtutfy4qK/Qv8tgqKurjadmfMPC7+fnCSqGZuQdKLT1z\\r\\n3TTYPaXhz8VWLoP45jsGhPBHm2Rkq1x8XOBZe5CM96cMzjWh+5RcZNsd3L2c\\r\\n85rvzakem4xOV0WseVU8bCKoRiqZikOXRND6JXv8eaXmyi0GGWyfkZM+qqX/\\r\\nKe1XzVv+kxSZJvv09JrcIYa3YTkSawsCiUKqVoXCL2F82a3f2Wr7S3A4VypS\\r\\ndvMu+vBfq7IqnDRFhiVfTUYKQPp7mK+w0MMUAM+eVJTaBqneNiTuSzpSwmZt\\r\\n99gN7SQCCLqJmiGmI1KgQJyN0Q9XMUsKDdOPmBDqrtm5YpZHXxpJ7eAwtMS7\\r\\ni5D3bRqtpU4ZBD8N2p9++4Z0/cr7AvNy1T/Ik9K+aWVly3AFLv30iTTzor5i\\r\\nIqRg+osIR2I7zTw8CSlxH8gsmU/eZWtA6c6I1+uQFg5pXmmePUC6Dg+K+00O\\r\\n6TKGhfg0v16JrOBdM/Z5IFHtk82Wy7lB7TA=\\r\\n=xIs7\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2-2_1661632750515_0.06544829508864813\"},\"_hasShrinkwrap\":false},\"0.12.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"gitHead\":\"736ea9fbe2d29b23ae0982b521bbe664f837c0d3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-cA13idhGAUcGVSEQs+PwnF3IOEYOBEgZQjIC9Hzl4buX5Rdj0EskqhSis7c9m1y7br1kvCv+LdV6rs3ofkF/yQ==\",\"shasum\":\"d580c1ac5398b8607eff33c4eafdf0683663924e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.2.tgz\",\"fileCount\":125,\"unpackedSize\":244434,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIC1TLpNApmvZA2rpzrfWQ8xao2WxitE17zdV6fzxgJlKAiARlZ80yuLycxWSv3ipyT/XC/Mp40U6Nl+rD4QnqfUJVg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjCoeDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq4jQ/5AbBzglihOEwApwjyzv0g+U8QdQIN8xg0VwEQCerNp4XGTG5p\\r\\nXFX6Oj1vf9YJETeR0o8KRmPmfkRpevnJOMnEFgcBQXokHwX+NF+VWm4gnIf5\\r\\nskjG6+vVgUrKQsTGJG494d/22CVBT4uU0LAPElEWgnLjSiDAbcDYUujD+rKd\\r\\ner9uUL6c6U5z32cT0hZvyyuPX0ARKbqvSiyCTdA93R/D60usLPkr28sGNNLC\\r\\nDsSXqOIRGDqOwyi+a+8mEZxgqUo4lvD1PDruEEnzxZC/XXBHgJRYfXvj9Jke\\r\\n4fHaKV2utkt82Sq/TQoPsygjOzkoj/NOCS5OEZkn84XiJv2mo0koKXRUnB5z\\r\\nlwfBZd8I/eHIn0SLKveZFRYAkqNooUL3Wvl5QAgdsb+UyFj+huyrOIInkMWv\\r\\nLhQi96ASYnIFwKtNNQVnHFK4ODMk9/qMeApV5yQNv2xnGjHOtg14Hhx85t5Q\\r\\nJ31kAMjLTY9eX2ONWlsuxu0gH1H3j4fbCtdO/lXmezCSu2njyZ/1HWSO5vlQ\\r\\n1yoXlYFxhvoTH+sVXTf+IbPsCXjKkkBZ0Zk3v25IyqZ9iWJ9ee1ydROAQyN/\\r\\nQTJb9Esalvv32OdfqX/2mHmRyCMW7TEhjfDXLeR4F0sk0qoLtNgEOz1MTJVD\\r\\nI6+aPZTdqp4T8/2eGtZc3Yu+t3JjGK9sFc0=\\r\\n=dSNH\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.2_1661634435451_0.4455546678821949\"},\"_hasShrinkwrap\":false},\"0.12.3-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.3-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c9827bdb9552c9a2bf6c4fa8fce0b864e05dd220\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.3-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-u4aWzDf+Rd4lgO69jjJ+nZ8OHXuO5BYFoplZuziwfeEbJJBJfH5p3Df0/Bgdbn85ZTVkAUicustoPHdIdq6q4g==\",\"shasum\":\"6ac09a73ef0218d11b8c48d4ba1c00296bc42f0f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.3-0.tgz\",\"fileCount\":126,\"unpackedSize\":255303,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD1jOPu2Dy2BwRaxgLQIcSN70QvdiVzDp+I6rc7kx6fpAIhAJTF69vVhltGZ425tRR1I/se8lHHic/9J65eDSbkNfEJ\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjEA09ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpZ8A//fuWqt4pLwPgpug445T0Y/WAzsEfQMUXZojlwO0fhRZidRYvd\\r\\nl/cqQ+sDJyHr6GxVOWDoqRstBpWq7pksndXy7TiQDhQy6qeGWj6fNSDUFy2d\\r\\nIm8swrj1aadWHQ2q8NccSbxaIYyqS0Whyo4AX9a81BF0H9tRpFvhABWdBcfU\\r\\nS0cdD6rDooHcsZqrFWaKU6x+eAyxj6kFk6365RvHtfUEm0WWUZyCoGePeL0f\\r\\nFoT+HyyGEyoG+wIgY6sqOBpv3u8geXxs90m44eMnl5nUAsJkjwsqwhyjU2GJ\\r\\noQSjJP11daBYKEH6yYWqXLwp3hBHrIXaGXgflLXbLMbxFVpY4l14wQ0iUzQL\\r\\nP86pPbGBsi/RaLmQ/87/5n8n/imXgp9aw5FRWTJJCZnkaKMA8fRGNQXOwjAP\\r\\nPSAPkrBgEGS/wShTQ+qelSMFsA+E36qp1vhDtYA9AJvb2Q4I8tAgikZdfQNR\\r\\nS+7+Zz1Fq70XPC+kq87Ehp1Cr6RN3gOSx9QiqUHD7ZqHWaIvcVjt2mHiPVJI\\r\\nfBXGTOnc6zCT695X1ahrfEcwmBju69toI2ZVSwaJKSUVirOktBoG4BnJTIpj\\r\\nmFp72TV7ff+phKJU2jggOJjVvsk6i+lT6byG+MldrKh6mn3SRNVevkpvmsMZ\\r\\nFV9DqoB/VB6IClHWOTUcFXQnI7u5lBk1n1M=\\r\\n=omZt\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.3-0_1661996348988_0.027474060966235614\"},\"_hasShrinkwrap\":false},\"0.12.3-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.3-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"23abe25690a7629a4d7bbc34d2a71593cb260099\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.3-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-RVJ9yyZexU1gC3nRp2ghNS3mCHB+jteguZLFOM4PU3QDJY6acW+0JoGpnAz5iFJD3p2nOAfANFBTi8EijVkfAQ==\",\"shasum\":\"e58abe256055cb133d4f9f1904947624a6877917\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.3-1.tgz\",\"fileCount\":126,\"unpackedSize\":255414,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGceNR1eWeE+jrbisaVXFcXwkAblMhNtKbzCywGXVHGjAiBDmy92I+8NUVVL/UpefBfCZGgsuWlEQdYJbKGSUUf9BQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjEBamACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp/yRAAovJS34/U0Pvg6wPHk7meJ+76dFxHYRoV4/U0j8KpxjbUaeW0\\r\\n5+OvUXmbl1ubuYI05yQymGEkVd0cocgB4l25USfwQ22Azf6E4f9/li412IMf\\r\\ncjnAxL/e8+T9m99GhuSQrqbarb7QH3Ojjlzjs2fXB2jNCK3ruMknBTLzHiv0\\r\\n9ACUoukJYsCTO5OcoWVvvjp7mT93oAzH+XD3qe+RPhKnzV9AF/Ej7SbwpXet\\r\\n2gPsEEGpE6OuxnILYmrGCpDCkADMG7jMbwOFaWBEcPMj5Ql2yba7NbpCy9au\\r\\nfqzJNRS7B+nG6fb7co4nb7uJBa43/WFlTEGm4imPPB8LBTFFIrUyFYe/Ydyc\\r\\nGTB+n+eEbh+Opun/gPY6Wuk4EiS7miA2arw1GaQAGFKbOFoL6EqRlHEu3eiJ\\r\\ngc8ziStD1ot/7q3Byzl0VMk+eIcs0jnpNpk+sA8q8gZPHgY/Wb5423yXWBxZ\\r\\nDJe8gwmog1u12qtg5rEMu7Jqh9Ul2SvD8Wu/LEaJzG6GaoL7idCBJL9VahsL\\r\\neJH4JZZIQsEuNw1Ievj/27p8YGUJjB5zZ/KSUvkXqZ3lYCNKYNI15qIhqYCM\\r\\n690C5hGnz+l68rkTF/XWK0kML/T+msgZCtmwRkjtwwipF56mWnYQ6kGKt0J0\\r\\nfmJG+sGCMgI85riE/TgDZtwiTs+g1YPovYE=\\r\\n=FP7+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.3-1_1661998758344_0.3366057992760543\"},\"_hasShrinkwrap\":false},\"0.12.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"~0.12.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"gitHead\":\"ac4c2201dff894e10893b7f24f9155694ec6be79\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.3\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-L6e96hTH5y+z1xDcUMFxAfLcYexZ5yWv0W3alHrLedR40q4DGKrWFDR82zCe03chyidFT9l3lDUazXseKBYpXw==\",\"shasum\":\"9d8e6ef870d59dbb9c7798906ee82e1761831e9c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.3.tgz\",\"fileCount\":126,\"unpackedSize\":255469,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCjxiHYNuVoEsLU/uw88We2v6m+cXy83d7yC9jmN9K1ywIgYy7VXxuB0wmv2Gkuhh6psei5nNVswclpJbM8NhtxgGk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjEBx7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmorAg/+LLWyHDvCjL4lTb1NE9tKFIo4bVmr1NC+baBVhPdzmru7EtbM\\r\\nAxKzq46U+UjjjJO633JairPBcc3yAS7Cr+o7uoWMRCAs1hEzj3UgfzBfIcFF\\r\\nYrNHqsoAgopjffqnUpyqXCqVklWBrCKHrfnt+qoNxnTvH3VF4lasVI2s+44V\\r\\nngdKQThlCh9oPfhXbw0Nxcdyd5BHcPD3gjMOGP5BJCRc/aAsVzVBW3DjdKwb\\r\\nYItY3en7n/Dp5y4YWT+OWRevLwKYiiPGA6DxB3txm6czLl9WgX7U7ngpqo1N\\r\\nyWHyAQHchmU2NDK4TRwnlUh92Pp/I5Vge+FyEbT8keIC+/n+Oiof56j1s5Cw\\r\\nizDX14vGy19/7GfZz2VbGrVquN3CrOyKZy1/DIsridRRJSx6esEqldfoJinJ\\r\\nDQ9F8yMRZ8vhWIlNj5fDMF1zTFoQEMwgd0MUgu0K0rrtmQ1UbSW9mhIS9coA\\r\\nTCKKPfFb4pBB5zDMg/zjX1Ys/MTjtphI12eNHALD0DKv45l9TQ6jEvWmMxC6\\r\\nxuUKg8ZPwjqsQWbCnsmmiuBkcGvQ/QrM3Pty5vkfPsDpUNKBiBBnR2VK8Z1F\\r\\nFwkkuEWu2OhE8s7nV2pgNBXC3FEYT2YEohbW46ViTDCxbTPU2eej8wAeGQtS\\r\\nq56EMFlkbmHJa+zFrqpC57x3oznNVPdgxsE=\\r\\n=oyO7\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.3_1662000251426_0.8049689097571278\"},\"_hasShrinkwrap\":false},\"0.12.4-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"875fe3a2cb53961b2e7a0189465a581cb6fefda0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-DPlUhik8IecU8Mkas+3WMbH/5420O5+4ctQMigZegNawC1phRcAlfGsP9/PJGfIe4iovb5L4RtXklYehhy62ZQ==\",\"shasum\":\"b5b38def1a1dafd8beb45f38f6c5cdfcc9192e07\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-0.tgz\",\"fileCount\":126,\"unpackedSize\":256842,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDpYkqNpZ8Cthi0VY8IAzJntsMTTEm5ZGQuvUkQCqLwwgIgTuG1VDOktnBuxOoI1lHm/rMWLUbSu5++734pTjXyaDU=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjElWLACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmr6jRAAiwod1L2BNDuSlONE/QJP9W+0mzivZgZhUFHuYk8IeYkckFSj\\r\\nJfZw7N6lmDJ42AEhkoLcKyNYrLPZBxnXAJtPc+VaYHOkE2tvdz54BR21ZUW3\\r\\n+RVpgnG6OYEDlFwtqE0YJ/bB+V/TPOVKUtTpbCQqEatLyNOVzKYYN7ZAWkPK\\r\\nJQfAN6hTtfjGaKh5DUsqSH6ZWDApN41aaxvoSeiNcheJ1zQ/2Tc/TEOgUzmB\\r\\nSCJtr0jsnClrDm6WHRLzrAAJQBI8u+Px2HDmPqpGT0dTtmASnTwGTcOsk0Q+\\r\\nF2E6pm/hnXxG3tAKqhpiIcGrpWy189BexzqsPRVdpnl+ZQDlyBt/OtBow5ux\\r\\nIHGB9xKGpG0I2TtNVfhljNFI19f6SmBMb7yalOFX7drHQccm8undeW1asBg2\\r\\ngVgrlre1kZkXGEGgFWF9kuiPI8IjsF8eP0NK3/WhRNvgeNXwDmmJHuGjh6Ll\\r\\nwXT2SEguyPRYjv+wETvUvED5Xx2u41MUO8b2h6z81aib5QpZrFXnp6LrMEBr\\r\\nbrdWcT2bCDPVJpaSP1BT8RipWJDIV95U10xLIvDJWJDZlORqSs/+i/+0ss5+\\r\\naCx1HeBYmxhxEbMz7uQMuD4CSBSGwZBCgE/kFTuW2J5dg4weP4ZOWJFkDAdx\\r\\nw7gCjfgOEsv8hMy/RnBxuDJaPCQwt1bSyy0=\\r\\n=f6MN\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-0_1662145931778_0.10430685327096967\"},\"_hasShrinkwrap\":false},\"0.12.4-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9547e9c52f0437060e2ff086580ef33d0d85a329\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-ofuhuI9OW1Kv3s0Ql5p06epHrZqcpXjkZ9k/gL3fL2cIZNR1Zux7BcOpd8LuqDUBOY9Zs6WAenfJ89YyZlJ7ew==\",\"shasum\":\"4519bcaea4c97ce6861155ef212c66406acc838d\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-1.tgz\",\"fileCount\":126,\"unpackedSize\":257131,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDOxVWRND4hBHZJsUxtjBP8ky33MrF9+8t9tpIhCI0lZAiASp7dqQYqQUsSqzCAKSo37KEpnmdlCfgQkVzpHi/G0wg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjGUrHACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrUxQ/+I+7cJTuiAxxxl9q80T1Y4EFEQOKx70Lw6ceSGkhB86k/N+C3\\r\\nJCyLqja4Qd7HgFOCGVBoTWSHYpQhnemw7r8v12woGlVNxUMaQBzad85dK4ig\\r\\n48JvqxYr5OM7o047oEXHHk3I5VDQrbu9cd5fQqSeRamzdSQY5a7El64y0IEs\\r\\nQFfsUvGJ2SQNmOvX6Vn5lnGmtqjLPUSDPqnBSEFE2GXEN6wNGoZmZFUi/iTS\\r\\np100ox0741RHgRvTSIPCNdGBTFJFz4EeaWLRVSYir0qGtllqezTrMOyHUyzS\\r\\nIhrLIaLA8KYaNDxVhFHGbEXxNbCf2MWQ8bKgfdaAWpUkFnYt6GDIfg8OT1f1\\r\\nPdYiwN02qKtZ/KlqTVYEMsFRuSUUzStbk+MgiyDQ8O6z6CtTQtcdA6FmLwnv\\r\\nA6jzPh83Xq86DpEI1p5Rd6OMfyhrLwBqmUvgdFBBOT3bTJ0GKpVBnFtdeM1i\\r\\nyAGaDOdpb5PQsTd5lTHF8ncOqEfolw+7FrAUZqbIMrOoTISq4DgNaKy/kRDT\\r\\nYOs/HzZs8bDkAJMGA3Lh0Dc5daXAiKpSOqEFfZWdrbuAEaI9cpmgFSFrqKkl\\r\\nCaus1B/dvhyaDovqDjzre4m+sv0kLzsuvkNII2zAwbfM0Lnpn0QvGd1ariHt\\r\\nW9QuHRr3NLoVjSoNnYvqLlWS4yY8Clx0sWg=\\r\\n=YJwl\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-1_1662601926777_0.6175291409512913\"},\"_hasShrinkwrap\":false},\"0.12.4-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-2\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b50485bbffc8530f7df4344a56df8f1fabaad50b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-Lx5eUyIEDZYHpE2TmuJhJR6B4YHoQZy357AiBpsTgePgPBrrqm3UZIF15nqOvZcDgOkrKvdosc9jrXHdjCL05w==\",\"shasum\":\"050ded7d7e405b40b03ac54741629d3b69cf5741\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-2.tgz\",\"fileCount\":126,\"unpackedSize\":257242,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD9n5QThmja/gXrFMB17g4cB6O6KJyYTgfRhvdKarByCwIgS61l+sMhEc2QwwzhIca6PYbCFI3FptvEj0VzV31M2H4=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjGpSoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp3+w/8Czf2NW1oDg9/l0BJxclWVP8/xv1UcnFbCLSEt41Kn0L9Emb/\\r\\nhs8Xh0s9Kfz7EVJWj6x00VMS//dhF1dGJ4RCMbexQEVe6nXs/oRoogdK1F4e\\r\\ndh/zgqon0kI1EkEvWNxuy/BOvIvanKgZt3VKnidC2W55DlE0CBTb4R/Psntn\\r\\nHgk1yvoKcQb7lLhobjUMzWlxoLQB5OYJ+Lk5tclgM4M/YStJ6DD3JoZ/Xb03\\r\\nuYYdUPMDMFYuHwDuw2Cy+2bvsDeWCQ4Svsp7zznxOXNYRk1VGQCoAvM/AQQp\\r\\nddvxgQkW2fV6MX3R9VsUTtYGgrwHoInbz4vQg6b0SelJb1csCCjd77Qkxik1\\r\\naXHv4anzqp0jTqfxs/2vvSieglIRiJ67gNTX3/1V2/alppHiLi6JLEtophxx\\r\\nAF82W2Iefw/8dFcXqbWc8nkTxzhtLTguH9IJuiMg2u38qxSwyJGx/702HvZD\\r\\n5wFk9NTNjNpdWTM/l/jvi6HT1C+TS8MXEhdh1f6abc6/yTgmVJDuLgu3xjzv\\r\\nNseyiGIybAinQFIB6seKIsTODXnCFmw0AX2ki2p9n9tNKGBEywkdcJIzY5KY\\r\\nED9v68qXVPySlqT2he6vITXA+75tJOQq/20hAp4qGn8XttMFEnLf5FcDhsTO\\r\\nDgM/KJE29j8KcGQVfBuhr4EzMIT+CAWCEX4=\\r\\n=3J9u\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-2_1662686376766_0.5628800268777363\"},\"_hasShrinkwrap\":false},\"0.12.4-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-7\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"dc8843237f153969ff598297b3621f5856475859\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-3\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-sc6PQOrsFoIVtwwGOxyk4D0AKd7dhDHj1dxNzEVUoDo9ev2S+VR34jl2pd69hh77O162GK4KaMkQr7KfjS7iPA==\",\"shasum\":\"3ccb437ec60cbb40d7189a4d78056c8c4f843494\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-3.tgz\",\"fileCount\":126,\"unpackedSize\":257353,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCx0nGRa4jguPRuoQM/0EYn4Kyh/i97eJGQDn2MLmGdIgIhAIpmME8nVRf8XzwREMKp4ZZDE9A9nt91h7ccg0nnfRcO\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjH1fwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpUjBAAl6OGbb7hWpFPeobKHsAtXFhfcTYmsJ4t1pbW8us0ypf/D0OE\\r\\nnfo5f+BzeYoXXHgSey7ypqI8MSHr2OUp/lfV4PUaz18Gtq4V/chdoKhgEkXa\\r\\nIWoJPL9HwvZvvxlSqqqmPbqAKD0dq5jV/HMbXOrFkq0GjNj2ltO2u5WzU/Ob\\r\\nIEVpUmQvfgDE9nDLLknuge11hxY+Vw86Iou90E0mrBzzpiysZM4APSFIxYGM\\r\\nPOW5AuYvbk7RUWtYyOFNYNtNS1Y4TljATJ0I8+8OV7G9viK97Iq81KH5fb73\\r\\n7JRlUlFe7daFERPIKKLxbAxgUXT/7nU8+IQg3+DxZQEuEnn8wGVZX3jXxMiB\\r\\n2ScA7Y5ToIk2aGPJnFeXOftM89tdExx42DJXCyLNEk+BH7BIDTSmUrj6JR+O\\r\\nFCn7+a4U/nOdrxU0FTI81DU6vEiN4Ov/33mYC39mpUNchi5QopaBKbJN58/9\\r\\nAdkH0JcJIBL3OA5yyVnOrefiq1UXESWZ3oTrXk5Pu7jWdECa20h2tkacDkse\\r\\nkAWDB9kAXJrmfsGkvJACp1wXDnuy4K8Kh7dTYnZX+5r+1QxaW15zTPbv4CzQ\\r\\nth/2J/rmOQpEoWsFtDkShL2dHYLCxephk0PRhB66DRsFZujRm7TPdgKKnFM+\\r\\nmC9Vr9Pc6Stv7l52Ba86GtqnE4EWq6fKCzM=\\r\\n=+d6z\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-3_1662998512573_0.31241315986714535\"},\"_hasShrinkwrap\":false},\"0.12.4-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-8\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"5713dfb93e24930f1be73c44be2a948062c14b95\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-4\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-gTQITOiKx/J2E2OJpUy1YkbmULDjdUqfnGFF1C1mKlpXdlUmORCe4lgP5fx395XGiAkAiaXG+0TGSZObcbQ2Og==\",\"shasum\":\"5f1bb533e6790bf3328e82f2f1dcd9a929e9f8de\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-4.tgz\",\"fileCount\":126,\"unpackedSize\":257464,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCGZD8T2u7VBc4Po1x0y14LCFu147jrOw+Up7yo0e1mygIhAJ19ovQXQQFsTGp3gBzFSTZko2egIGXR+Cont6A6Ga7K\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjH6PlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmo5ZA//SRIgduWdiDyEFO/Uw12pmk3x8p5uErGmFgc4x5iohRoLeCjg\\r\\n+HqtiUeVIKokXGt8mG67z5G6H7Qnk9EwiuZdpmkxEPWMgXueo7kdWhJC84ho\\r\\ns6ETwThkOIGAUmrQgS+oVDBt9D5zrRl0+M4vXEFSADBOpgJ9ivO5yUbnP1In\\r\\nTeHuNBdrFzqH8QD6wjLvhyb2qiQeWhFGIqMbSit+m9irbxJtPdt8uHsIJA9l\\r\\n58z+NDyAlwaTB+iaykMF5Z9d2w9H/jFDlfzwrmoq3bgCbvqJTTf8axK2uHew\\r\\nfB8SRkYdii6ykk+Y0sOoEU5bTbjShQSccHeaXKtlQ8trpWAwFT+wW601UBfJ\\r\\n/G3w7EZ/o6wvMwEbVbNETf0lvPjYFkebNsWoADYKpZheWgmspqm6qTww4eI4\\r\\nNjMappCDnqCwtS8/tTH9j7o3yeoIxqQ8ukhZg/zj9648YBUWHh4LKhG1HUN2\\r\\n/ioSHic24Cb8knOvErqixOKgOtSUEN5IQ2CW7YtHvlknvWlH7qQdJZknHiL6\\r\\ndjFwtPmq8ZKTkTCLadVyQf5yEDVMgPnRccLfGsPBlmDgSdUPlcxwbESGxoTu\\r\\n6SN+Z6wJnHF5muBMIucD9Hn/oLEC8zE5IhUmBxpu6hWIJ32au105r4EODCgf\\r\\n5TxFRsWZyw+Y0PiiRPkiTcygMAvrjv3f5is=\\r\\n=6a+V\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-4_1663017957126_0.5177538803131423\"},\"_hasShrinkwrap\":false},\"0.12.4-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-9\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"cc737ea35aff6a234d0adf74b849437fdb351d5f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-5\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-Ev8sYFF8fOO7cvE6nzxrWw+BovqZTAIlvMSZBGwL0HGSmv2j8zhJKjQHYGDMjYzfosnoC78qLJUYwG0R3k3ieA==\",\"shasum\":\"1a7178b7a3aa9c195c8ea06595ff4f507009894b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-5.tgz\",\"fileCount\":126,\"unpackedSize\":257575,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCID05Jyl6krgMJGUmagAMLoIo2qo59Hun73Op7EKNiYNuAiBE1UeEhCEJC321p6J88FOxq4cy7WLgoa+6+rWK5fN4Qw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjIQ62ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq9Lw//b/0FXLtOZ35m61SyzAJf45aOwAJshZrQ6+geguqd/0lTzOG6\\r\\nXeBWtVbNhw1AaZuwhnN7Yb8Pc0TnPwl9yheZX5kJgm0QLTdhLPR8SYT+avJt\\r\\nYh/dki2opnNX1f4YtO7M+SdtaMdM71gkS0sLmFmagWsjGSs11GEKIZsHeZf2\\r\\n3stvCCCXwknuxveLbTwMAEFRSI5LZiK5neIzG52x8d4ZeXlRC6CSZOJTJOjA\\r\\nsiH9wHBCmc6Mx5ND69PtNfFYXCWyAwoZKz62P7XddafjxsaZD6y1P+ydCF8B\\r\\ngsNdWM4g8mb/R1UIJDkP06flKiwtzUXEAuzNBAzWa8TPxC5DOi1KCMWBWVZv\\r\\nxbod0hoBzKTE6I6chY06zMDfrvVcE47DKUH6UlCtFx6D8gutqgTNY0d2awyc\\r\\nkSmkej3ihlNHQT5cncyrczHBDaHpURcjuBWijHp008cWBWF5KzEKqL4MVToo\\r\\nzwpQ0m53XCoozoPGDbauPNoXewXtx791TYQJmOfqt4aC/fCCZ2DCx6ZyFfu2\\r\\nSAKiFSs9EmJnibOQuVKDjhrF6Kos/nYkk8s/2+i59OlAczkUkKobeD2wybzI\\r\\nn85ywj36kmv+WwhXv79ti2RNvrAmRbqTSiQEKuzB8vEZhl89eSs3IsorJIfP\\r\\ns1TwxmBcJlYACRFrSgf1tf1dD+7eQbAMhs8=\\r\\n=suPr\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-5_1663110838300_0.6981078103989022\"},\"_hasShrinkwrap\":false},\"0.12.4-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2-10\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d3bbebb721e0701ee68d737786153803c3fac28f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4-6\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-XmiUohIXu9gEMzTVPY9nbPlJjQA32HK3MaQzwtSCCpIqDzGXRGVNE3DHZkOJH41X9QImFR3LonWFyvnAwsQkVQ==\",\"shasum\":\"1fb377a3f5b78d129533f60a33fe957e5230a773\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4-6.tgz\",\"fileCount\":126,\"unpackedSize\":258113,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIFu2fYkdWKpGtmqjurooXtZCxECnhhpnGeseCfKWQvq1AiEAlLCo7T0PsoiDFnMpGYCfjKf8P30K/tPepm+7qZvDvzI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjIoARACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpIhQ//ekZ/1XalLfXXWq7gzD/5Vi7K6UojfaFzEjnjPf8R6pSW8zhb\\r\\n5erplc+ohg7pVP09BHBnLXrIAbrkAAO9vARJZqlis2FWXnq/wsXj6kjWfh9u\\r\\nm4fvCCKkRyqlT9GNKaBK61dDCbaS9umzMai3IlJLT0i+NmBP9gwbpMWNGayI\\r\\nt/z9WCFbxk+f2HUOyTB9wioMFBO17uUKhAhfJdt0BdQB6Mnz6ZlYsGkukx9o\\r\\nAnCx09yz/j29oc2jsQUHSZ9u+5lsvJgArbbOSKI383ATEcECZygV5/7taO5m\\r\\nK3QWLCUJEsBI9QVyyi7rPONr2MSWE+Zg6H8fQjBFMaKrsKSs9pkhc6D+FJkU\\r\\nG5NVM2xzQats6X12UbMZrj9ugV8PlDouBJHoaCm+T+pnRwqfdMGVqC/RtdEP\\r\\n/jexsOm0JZC4AWpR6Y/p8ztlOM9o2g/T1kO98xvAmEQPf8X3mlyLzZOZ7a4Y\\r\\ne+C+0KPEM0vyHrIRktjLMvgQaKzo5l/PD4jREz/k+8qMhang+6nf6gUEmgaS\\r\\nzLL/OFNtYQNSTrPrns+msg5DrUNCtjG96k0NM22wjqkZvNRHQrsGcSa0qkxI\\r\\nyWlxPANbqN27CFLoOOG/Tf40ErK5paqTv1Ej+b+8NfMtpu4SNrPOV578IvjU\\r\\n5yFzM1TGR2qgFXBsFynJhgTEaaAMXz/XAg8=\\r\\n=P6wH\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4-6_1663205393429_0.19097415567085618\"},\"_hasShrinkwrap\":false},\"0.12.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.2\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"f47bceb30e207ee6543d4603fb2ec82474d83646\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.4\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-BpaYPfuSFImPM1O+RmFV6zI6mlpm7lqIPXgTMrdCdYASiA1r+I3XwVq4J7+sabJ0vDsyqXzWMfpAat8bHv+YrQ==\",\"shasum\":\"7ef1fb18ff79c3719ad5b9f09fc3a9a14cc088d5\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.4.tgz\",\"fileCount\":126,\"unpackedSize\":258955,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD8uEnrUwr4acuiPoNiTKvq5BQMqMYqUzhnuB7DlcRSlQIgSvp4Tmc20a1aKi/k/xGtMgN4Of/MrFQHCz2mF1zbOnc=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjIp6SACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrbTg/+IZ7Xwaz6CSOWw0a/1s/cq5j8hpD20aqfiwMZVuql/cGPgCpy\\r\\nxxNI6cnmZAd/6aERFe+htw1joe9eK2JWBcyzCwXeVvRoxrE9qJX1/xk+7GRE\\r\\nJyB3R/Jyqj8G6W8jR6THptc4SkXKZ/hxTcilSLbcY7tmORHATrqPnujw9wXt\\r\\n8nIMlibU+irmQB01XOxE6+AaLqX9GW3JBR4Pw0mDnmJyaClM9KqLcfAin4qp\\r\\nY0ofii7EweVzzPN0SQUr6NN2x9OL9TtEU4Nlh2xxfKMMURmD1AqAF8b/+LnG\\r\\nrWV7sugfbM2wjTiG/dOXezGvp3UTzsdWSuiubXOVMx8vp7iT8W6KHcZQHtYt\\r\\nM/8vyvXe/5oQepIfenPLXTcP64e4ZKTPsBEyEVSNROqWQpKroXKlHMssqdw5\\r\\n+3JrU1fWq5AVfryxxLNBynT05LBaaWwlN9pG4lhCQFXbOd8euqneTjhhVcSK\\r\\nUTe+tuJioWHEQ8+k5vZ7BDy6YXhhHfpJtvvI5xHK6EK1Rtwmm8ODz+QQW0Nv\\r\\nr/PrxHht9XzQqK+wMF0xu8ASavG2JnQ1/ab4KYiYdiryo+phoShUcSJ4GhFi\\r\\nscGvr3KuNwoIwzt7qNoyITE3zRcyLKjTuojwHLg9HoFsSsthw+ym+ps0IFVD\\r\\nPXfZdHnQ7QFrvwIEz5SHBpMTdY48d3KW1OE=\\r\\n=ZP7u\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.4_1663213201868_0.4845699302423594\"},\"_hasShrinkwrap\":false},\"0.12.5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.12.5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"878ed14e14a031def17cd9e4f85833432155b02f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.12.5\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-JrT3rERY6UwHfSsJ0h0j261IEugEOv/+aIkffbkc8oNvGMdiccTge6if5q5PSr+piZxtHQ+Yxlb22lIp+s+VCg==\",\"shasum\":\"d52f2123febe30dbbd0b96bc6b9e18ff8c699220\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.12.5.tgz\",\"fileCount\":126,\"unpackedSize\":259133,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIEbFaiuYj2LjVTGEcbwFtuXqsqab//XRamRGaVG+enC+AiAYAp1Vfe7zfLdI9q+Ml3F0e6qRzR8vhLInUfiM5hrcDA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjI/x7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoaERAAixvB4oU0LsiIGD436zNixrS75CTDYmX+LNe9fnGtnhqlsnfa\\r\\nVmI0+o8Jl3JOd64j4sBY5kjcyqb76i7RhWZJ8yLReppxA7qNsg+voyRVHWG/\\r\\ndyI7ZVxT1gFZKQnvPPGQyQ8FPaMSBluRT32Tl/o75Gg7nX4s/uBjFDj58C1G\\r\\nj+K6ou2GJuliPZpI7WB/qERl3mQqBftuHfpPhAFX7YefN+bm7n4iDevVLkpA\\r\\nbP5zDH7w9NOSEX9fZLwj217VqNTxoI4hE7PaUmtYryaLwii7jsHcAeO9Fc+Z\\r\\n8OZGWIwiZ1mczyp82FzwhVrVqwFYmVy0NpQjWkYK+PSIb9u3aEMDsA8zXC+j\\r\\n36ShRsRTMZX4cJPnaoEE5J4NBfN5/+hjZmj1Ak2ueAYqSJOhk62pUEK+rIG6\\r\\nqUkUOtcvttR/Gu1XMePBn19JXV2ejTEIa9Z9GiEAQ3oCPEvmH7aqebn9QAHc\\r\\nnwtmg3WOKeGNNgx9KSyBVrNT8ddGTuUhCbJDi0Uo3JAlL+2wBGthl9ql/4A2\\r\\nH1cxfunb5BYCIc0t4wWkCQdAmzMfYwy7QkorVBh7ieJYxTjwUFTvU0G0tVnf\\r\\no/HvRTzbDY+TzHpRwJN5+9d8+pAy1BXkb+kkjpVqa5coP/rpZEV+/YDKmz8n\\r\\nVcWjthwOSJY27OO9FIACJ4MYmpMqjdIXZEM=\\r\\n=pR5X\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.12.5_1663302778783_0.8431705540821155\"},\"_hasShrinkwrap\":false},\"0.13.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"aa26f992da7d218c544e6ca1d1e43df8bbd88caa\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-NRP1uNxx3+YA34xhq0Y6UEpPU6GGpmQ4AASbGWt3+ZHr3BNCDCilvP9tunzmwM9hm5bCP1zZkJ2jvBFe12cJ/Q==\",\"shasum\":\"dc1eae44e9a8345c3b4b695d58da711204096864\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.0.tgz\",\"fileCount\":126,\"unpackedSize\":262001,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCIJvNKNH33wzenBbPi6B5ttgtZrIVOjN/JsL7tIZqd1wIgSCqdZCabnlHcEG9JzNNpolTL89t26V4E+V+65fjUCrE=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjJiNMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmofQA//Z9te2i3blJ76MXdU7D0/CfNynTS2MsfHBfnOWCLv3NkNEZnm\\r\\nnsPuz+5ake7FMstWJSIJ8q2/QJG7pZEuvxVQ2gj8sizw274degHY44tnlfjy\\r\\nbhN1aV/U6t7SK/n0kHnEMFdnLXj887YE7NjE0C9KossjkTcMTKywaX0MaU4v\\r\\nupWahMBbqz+TMrY0jPvgW9ijIPOKGKshXqHFW8fbPQjUEy10kZZ6qXxdQtOP\\r\\nw+3Vj/1SgX27WYPAJdatjQPS26ufToGY5nXE34HeIWRj9dS2qBISCNWquBKi\\r\\nys/qIbK/uI7Vuijs1ol6KJakX+QvjBKMhyN57I0kGE1ZfkqBy3xyn143Y97E\\r\\nXp+nusUixh46Y+WZpYpETO7rEV1QZV1mjZdPFwfibw0gbTPlVtkoXz9Iz5ev\\r\\nd5EiQk3Pu//8k0Q6jK11+nWgen/eP+aHVmGzBWTZ/vjFof0LOks3QRhRsswP\\r\\nSXquFnfkzySQ+/nw09NuYxStdJeP3DI1z/zMBgeNkzothGNy7MUcbB6fq2Ya\\r\\nmvWqfgI0Nbb039LrJwduBm3CoPo9rurdog9RCD0gwMOgVijavIinlfbZ7SSj\\r\\n6hKyd/nOgAf+JMjTSS/bwyBYKNe2PReE6V2SfrPcrx57b9u9ed6taY1La9Zx\\r\\nXtP9AoUZxMYn6+FioP+0X+7KdBEZEh4J6/E=\\r\\n=PzIm\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.0_1663443787789_0.20278666865864725\"},\"_hasShrinkwrap\":false},\"0.13.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"3c1a88d56b8c028879efc2f2b8b331d381511211\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-radKxuLlARYahLHyX638EkPW5rEl1Fh60L5T8+xFz4Gq5/ddCgWd7dPc8bCj3XYgL/pgK5ABzefSfRPDBIR0gA==\",\"shasum\":\"023bd934a26f5587585846731b25057b485bffa6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.1.tgz\",\"fileCount\":126,\"unpackedSize\":262200,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDCmD8iqmdk3N907B5bMQjqL8We7ygZdpGGmQatyfh1dQIhALos+7w9MKn+mAJi+i8P6c27u4Rh/M7RZ42SyTwV6k4t\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjLcsKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoEUBAAjUA7RoQEJwgx/aLZSMJgp9mb/OEBVGrqSVKwrjyEqaBPwvOj\\r\\nZhYFOn3DD9syF7xxb0bKWnJMqi8qtUx3j0TVc61XpG85UXXya2DY7AzC/dbC\\r\\ncJ73epmWSyT25dkJR9pakx3rZ++C24N6cj4FdT9hxacjHvFjomZmcAHC2IJf\\r\\nVf/eYany6wljbrzfCJ+5GwQqCFcqH2c/Hkb7yEdIWmkkk5vdee3/+oNdGLKi\\r\\nHw/DayKKE5kfx7dJHyy27xr8h6FrhSj2TdxOtdOJargapDQkwDTPIgLf0RiF\\r\\ntCZVcJp4io70n0y+utxAjT6FfdZwn3/fgjN2OwIVD2ScTnDAw4pE5M6KeLXz\\r\\nJTSDtRNxdbEnoknOMDTOPseetwgALUAYVpDMl/FplIX+etwWx3iPXL105mX7\\r\\nIHhvwxJZv7mOD35kz2bifUtPAwM83rj0qRDIQl/gXY0/jkAFzKnIM9TcisJ/\\r\\nHa7EW1ia7KFq9ZrsBQt8BuNjjYrypgogA64Jknyd7uAJa5P8Cxba32dZ0wxs\\r\\nvnBYV+FDTXCQYOSNfYeZl56CUCTNsJZwa5wteypivhhrVv6dY/PpHbU/KRra\\r\\nZmVyTRGXiBf5l3wAOUu1Eca7tJyihqrFFfSkQStfUCn7qbLtrWceWQ/Y30Ie\\r\\n+Qm8P814Np1Snj+B5+gMhKbaIHl6F8dSDKE=\\r\\n=p39h\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.1_1663945481983_0.07590460859856973\"},\"_hasShrinkwrap\":false},\"0.13.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.5\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"9be6562b6364f2cf6115cafa4d39064c22ad7405\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.2\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-9CO7kl6HyavlTLMGgaKMAAmB/mHmpry2guJsbicULglBZD7VhuujO4JUs60cxyHvxhI3MjBcjoDR4mwwoTFqPg==\",\"shasum\":\"b5367b54b67fa0a977fbe9e41e8926c971aefd4a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.2.tgz\",\"fileCount\":126,\"unpackedSize\":263096,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDmtHx0Of/Vgcjm6e9TXM5rk851q2+pwDLozLkEZs8frAIhAKZYNHkE960yuMAKFGoIJS9u1MlcXI8V3/7YUojFirFT\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjNSYmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpx+A//WiABq6wJ8O9MeLkN30S65QW/ej9NiadbNTe/dkHKpmBBGK2y\\r\\nsaDUhqQvy0fPtO0HZQ9tLJ6PY4CWXL/LKt+5VZRPgJWp8wfDS5Xg+B22f2Kc\\r\\ncdh8s3EFIiSEN2XfPqb5lbp63c9GsV90RD9AD+xIvOG42Tx6MWfaOXAhxqQd\\r\\nceyctAkA9HmVAIW3jU17fewBMNjdmihwbM9URS6X1qNGm8RqvPL46CCIdm1H\\r\\n/EwnZkSh+2p5OLq6QKyOnQlnLjmbzZhZyE5UpMbfIbklslWGVibhahJjdlxT\\r\\ndGBLc+UX8x2cq5EOUxPQT5Tna61uCqLSkgE5I1VSWpI1kcTQYD0xdn7nHA2J\\r\\nBEQzQYe5bYRG1/IApLg4qc6+a05WMy7m7dy4cGp1OxxXLDCX+8Egc0+aeGxw\\r\\noRl7rxooNTecWUfZUiWxj8wM8YcYQ9EPTzudJiXNnk4jrCDmf878lBFLP7XV\\r\\naKhZfcIBHZFCxKzEyjitinCjPXyr02XvzfQgdgAfAlnwuQfIcpo6PYG+eC8v\\r\\n8ayaxpLH9G0WlL6Wymv/jM4+kDKWFkW011YrdlR8YiA2yLQMlYLkYic5b8uN\\r\\nTJdvh/JjMhJRSqL1HqBt7SRbj4FG5u/UnKr0r1Z0HXX2O2mBOgBN89Zj2USO\\r\\nNgdllqFmuIGnZxWdPHtV5hftiHwu9MVLsww=\\r\\n=m6EN\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.2_1664427558367_0.10633908354800226\"},\"_hasShrinkwrap\":false},\"0.13.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.13.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"src/app.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"src/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@colors/colors\":\"^1.5.0\",\"@rockcarver/frodo-lib\":\"0.12.6\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"72ac82eff32ab7f22f0dccd2705d83452f074834\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.13.3\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-rsu8vFi0RwHZAWLhZXVSf3Ia3O/ICe8gxc+zaRgohGrMHQfRyVcAysYui1Z4x9h9y9DpGvbgq/kdZ5WJHZ1bEg==\",\"shasum\":\"629b9b34743acea0d1eaeb2e6333709af5767300\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.13.3.tgz\",\"fileCount\":126,\"unpackedSize\":264764,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDLs7HqGQ81/bO2yhSYrJhEjlTPVB0wGlvbU2iAdrbi3wIhAKTbMXMf3T2VgJPDL+pXyPRxz2mr+rJD7bsAsYNElORp\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjNwpCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqPlw//dT/C8+ACDYPFxhLCUZKcLwrIG+oI1EV8U39R5IXmscoz+wCQ\\r\\ncaPoA5flbMrMvPA0L4GOvRus9Msa67ISiBo3r1EQCAgOxQ8ieJYFGqx+NPRU\\r\\n7opq5ZWVPP2iulnb5oHo1CPotZ0uf25hkw2r7mku3jKS4yStypCjoOk9dDem\\r\\np0pDiOHVbu6VQ7tlYw0d3br1267/VMuHPPVvUCIsElwobZAMGGtI2DhzOsqK\\r\\nTubgb4an+4huxq0sveJxOs/UB1Ev8rSX7Sz5J7mOWgfSwU4Gc4xihX8buuUS\\r\\nYVoYex2FYh5uw4BMGKlWix9Em3VKNpFYNCyPYwD5X2DR1rbOUdk0nYJyVfgS\\r\\nGgGQyyS8lILNxxD1CcD/tHriuU4dT/eXpuz5Y/9GJuS9G4leojutyPnfNzEF\\r\\noakNvaGrUe6YKifYymSQ/wkdka628SisI64fXTMIs+oKeJis/xbbPlUm7OxF\\r\\nTyhEgQ5jOMn9a4ZXBEPtozt5wGambrC7LvEwjOpye+fKfWI09eXfNSex8tcV\\r\\nvL4jwev2RNF75v9Vttzj1wQ2ebphX3zpHh0GFMXjZK2tTLJp87VPJkm72ayT\\r\\nTEKCpfpwvobJk+qPppyVhAxMANbOw+mj76Ox48Vb3q9tQVhZTs+GGm4Y3uMM\\r\\nu6+7m2FNOozTxSk5vVlUt5TBrwUuSCfHc7A=\\r\\n=RcLa\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.13.3_1664551489806_0.21340924113208848\"},\"_hasShrinkwrap\":false},\"0.14.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.14.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.12.7\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"f6d3b9e7fe4cb37424ed96698f074ea08f45c8ee\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.14.0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-IsB29AJLQruwFabmpNj8DpvLz/duy9PwncHttgHioCQOh37IRtn+U/wNr5GlylfvucDnqWc/YbP4K3vrWDkCVQ==\",\"shasum\":\"020798aa7c97c014feb43d88abe1561372e82dd1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.14.0.tgz\",\"fileCount\":140,\"unpackedSize\":307251,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDpI6U7/KGok4yTEmskbk7TX2VXpuZA3X4AS4ugNec03AIhAJ5Uu4KUQV0BxrkEkBDnPV/zwnUF6Ssb4DEp/me1HIoS\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjOjeWACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp9nQ/+M97CMHvWR4+0R/SEk4RehtFLk3tiwIWCgXb+BtMLzJBrL1Bk\\r\\nYe77kRB+W7yYgoDlcgnPreUR7MACGYe3+tE9Wmj3/JPHdXQ5O8bGm9XuUhe8\\r\\njVp6kSD6Kb7RmDZhuLEyg9SftIHG6ZkACrTkCrcynxnqLIB6sss79u9DyQMr\\r\\n9uyMoOxRKLHmD+hFawlURgsmtzeWUdCigBN4pyCEmPm4O0sg9pOZ8INAGrgH\\r\\nas7pBCxE7GCqxHStmgFYej2YKCQvXEibT61ahndnttrSRkwDeYHWGvHNWzxq\\r\\nP89hj+YKu85V41CeqveDwhf7dCS2u+70PHTgGjWYiakOhaNJ/Ge/XH1aHOoQ\\r\\nyI5LQQ16Yl/VqVUMWqrWAG5KGVcy+vI0b9FftQJtN4peEWl8fiPyzGPSqTT6\\r\\nOm3myN12Ku5naEC+a5NmfOoRYFzNA0gYxzHLqP7IUgUT7qmOhwCfMcLd5W82\\r\\nYVl3Eh6IhDQ8q5M+bMxaykG5jm7tIlDjDHsm4h8JoQB8xsOrykVOiz+bw1xo\\r\\nKje3mxSkO7w9/csz7iXfh/a+viQC44ICEYP8MPbvLYOdTPeVJq/eN8NOhtD5\\r\\n+mKsynQsz5ADDLx1aN8HHeyPiBOcdjItPNLltspbC0JcmIYOGl+u+54DCE2r\\r\\nGjgOoUor2L0pxF1JctamzEwbAGH2Q/WB5vU=\\r\\n=17UC\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.14.0_1664759702392_0.69478632177927\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.14.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.14.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.12.7\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"c25203ed640e4faaa112510f4985485f422635bd\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.14.1\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-JaBNyTHdcnmJ8Gs+Cn5grMxzQ7k0EEs0Vf1+lccFeRqpTBgbGlA+S0a1lFplzq34ehaRNCo34e/+U4QFDkTEig==\",\"shasum\":\"7580c9dcec21d89cea969d0aa5d1761218550f30\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.14.1.tgz\",\"fileCount\":4,\"unpackedSize\":30978,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDveRd24Gj+CJyB4Fv7luXzLgKDUZ8P7+tqdtsUjdHmBAiAexqEk5LjfXTHCsjzt25UPIMW0/7+f4JC4og9Ipa4R9A==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjOkD0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpO7A//R29fTFdAdjA3dYblMQWu0+1wVWLBrDic/GcdoflpThLBH/r7\\r\\n7Umuwq2ifmTh+S5fXpp3I68gDqsyHFSTy8dQaVou0/wwfOIqsvN9encBG94T\\r\\nD1bPdQy7uzewT6Ox3GNCqYahFIaEQLLC9Fgncd1ZsW9C1o00IITsjvr/8YeQ\\r\\nKDcNzfYj63VB3R+1VBdoXu9XKJan2qy5RPVKmnJ9cA7POzV2mE4JBubbZ97T\\r\\nEIJqQ9PmWDPgrcqzS1V/3ICgMIknaSBTvcSVOgmW8cSdhbl+7TFc1mRYvm1s\\r\\nqE9dmwYIfJdE9h8tupZr9wCC9YRkkEcKTaeo4XprGE7Z3bfm1dnjZQC/WnPc\\r\\ndiFN9kB3rxrvngUQ7TOkb3odjTVkJFkSnf0gSHEO9IhjZkG4okKORBOl6wAd\\r\\njEXiCh2cnkgjlD+ly/x7Ba099RlI2fvXLxTLkSemPqxg7UFPAwODjzOHwxMR\\r\\nAzc2iNVLsPTSchrpvYTkZqVTHjLcxCey8JoafrqlfE+/vCBfugK+JwQBlrGh\\r\\nPg1d5+tVdxas1Kh7u7dnzuJWP8fxVdh2AkN2QPUBEsuYICVBWiL1SaMbBHbf\\r\\nmIYaPKlmxl5lUJnvkyxdvtcFjP1Mx3Col3bS9oFDvUmf3up1Khl/MGYcuZ9M\\r\\ns/KlHMLYVsh+lsSLsVXBmddmQo6JDoMpzAc=\\r\\n=tNNL\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.14.1_1664762099815_0.04060258209690426\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.15.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.15.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.13.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"8c59a74fcff97a92ec062fbb63d6edb7beb84eca\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.15.0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-uYSnEQIrXNxSGHtFtrNIZ87mqB05++mipUGSzwYpn2DCcxDbMexmgm3nW98+1qTrm7CR04rXH877S3iUWVYrew==\",\"shasum\":\"de01e8c70dcb87a5ea27c658e6c36fa935e7feb9\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.15.0.tgz\",\"fileCount\":4,\"unpackedSize\":31287,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHyxRRp1MZ/amC4Sh7U0JsIWdliSSETJIb+IqoBwWbGtAiBbIBVLKofkO8x4iEOUrTsQDriwI665SVM2IJ1e3aMkzA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjO8FZACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpa9Q//VQKA+E6AjDhX57ERB/uxsNmD+7yF3KKa4hPaVU0jQP3FQaKJ\\r\\nQOkOEHoah8A9GsQzmHlqbSCl7jV0KkvPXaNoJ7Jqh/UhPXkXUPU61h1WZJn8\\r\\njImO5JwgNthXmc0YXkX2/XBuSHs8lMubAWEWPpX9HTG2i8F9oYgsp6+rOtUg\\r\\nsxvHCpRKgcLSXMhTAks7SdFgbDz7WeWS0MZfon9qLorteYv47XsG6DRCLypr\\r\\ncAYT3ClAXEHdPRwy4FlqUVzMLPREb/Qmx5CAq5akFNZUOQRDGunA9RqckmaS\\r\\nv0+9AqsdMamYsSbBCkO8RFZBWr8/TMCKNeW+r8HRYdz/6TvCD38TYl6w9mb3\\r\\n/5Y2HDycl2g99lb8HO2Avqx1Ro8+yCvePFjvogu2saHu66iX4IjxgMsChY7O\\r\\nJMm2FEF+1a2nMD8mbitAAX2UcGcY3EOv7OzS7Ip8Y4p72ABELF21j/0S2EId\\r\\nA7e5QWV2pShIskmGWlD8hsbRlxoQHYsSvhDtoAVYcIiw5LAs0z5hS3QwgduD\\r\\ny3tgtOYkREuPuNu0PjdGd0Vim3NZK9RLD9CK3qrgUVJ+EYXZXORNcoVWkkx9\\r\\nMOaWR52mLI2H+1P/8D275iWYbMoaRDpXYOMqVjvM+8twSjAfPJ6aPadmZu/5\\r\\nSvGvWI4tqC6wBxHgjpIBdrHc2dX6wFkuUV4=\\r\\n=CT3E\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.15.0_1664860504855_0.6960178944458124\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.15.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.15.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.13.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"beefa59213028bae9426c8c80e51f989e20afc8b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.15.1-0\",\"_nodeVersion\":\"14.20.0\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-3d/IDVMtbu6XY10lKE/MYvVZzcm8VWCGv87jETl86rJeenGOvcO7YdXsal8lkIxKQGBpkIirEpAb2/yTSsy2Qg==\",\"shasum\":\"3bd374892ee89a105fcf1c3719fbfff18ac39dab\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.15.1-0.tgz\",\"fileCount\":4,\"unpackedSize\":31576,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIB0ivw/1DbJVPeQbUKRQxn4CQjCky0V/rwwvrKSjqg9VAiAm+EV0X/hpKsDuXp7AZOn+7i+fPP+zl5o/iz/Ib24kWA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjPLYNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmqkiw/+Me9OkEcOKTX5BZ3i4S4fysLlIW41a1jhTU47l1Uzx8BTZERJ\\r\\ngmY/hREoDc3Bzd8w3H726qjmnouuauaFN7gPjqps8q4psZKp00nR1qmuZpUr\\r\\nobn1KyxN5u+ruGwrOxUPCYNdFSUfJnc5WO3vUQ9VL3qCAB1dnGj+eEhh5c93\\r\\n1UTgDW9HeZdb8JOf6SOBbahzFUxL0apXw+6yqoYszCVnG31PYa30u0eklq9g\\r\\nqmH0jGlWRpCidzdCLr/ikCn4109pcssF1m37YpGEWtasZsb9AssCpQw8MjQM\\r\\n2V/D4jx0SBNB1dpt8FkV/xd1Ga4K00eaXd7cMm42DyPUR/9r8UY+FHrZga4A\\r\\nDBfAuHokrngWobK1A5/INgsPgoWA+V7jvtZ30flFzXGgwJ/ZNMb/1TlCDcNt\\r\\nisNW9r7Fb4MDC4SYzW/bB6t0iQNr6XxpTYyDsHgHGHOw8IGYGP95ng3gXQ1C\\r\\nRlF42IIFJgUWZpHHYcJK5v38e0FXejNRrSduAwlakDob3b9vQCO3uO4NRqdS\\r\\njj8IgvrCCsbqR327Mw7OHGONUahUJBKR6+SMy5Is/AVq0bHaLvX9TbhBslga\\r\\nidIFrojOVHhUx2Oo9VKMzUuixuy4+wWeEq8jQMms30NrVrPGw7P5kkgb88hb\\r\\nEGfBww1gHskoP7cuh4eMAApzacKPH/ed3bI=\\r\\n=LDaC\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.15.1-0_1664923149404_0.3712009450909033\"},\"_hasShrinkwrap\":false,\"deprecated\":\"This version is defect.\"},\"0.15.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.15.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx gulp\",\"build:local\":\"npx gulp build-local\",\"build:binary\":\"npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.13.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"02d5d27a8d396bdcd6bec2af25f2d5ab3d48d0ce\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.15.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-NZf4unM504Fri96nJw3Qi29iph6V6Ya+vA1u3R8+Z0kcfk51wiQ31NYBDTw7BVhC1oQy8wzmM2whL4k4vqOfdw==\",\"shasum\":\"ef20d899566b7fc8d8040644b2d8860fdeba8d10\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.15.1.tgz\",\"fileCount\":274,\"unpackedSize\":827568,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHhbLv9gDNDjCHzjB6qSfZWxKUpewnq8L7nuFYG8MlhSAiADrEMSkbmLhMfQDoKHyJjPKjcFMZHbFAi8Efcg8cL8rQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjPRC0ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq4Qw//aRTD9cL0VJ0s6xoOgD7yWGPP3FtVdjGYGziBPl3GW90FQx14\\r\\nU0oUUMDDuqN2GMMIfQeF0rIfnGsw7kvyRw7+z4EQW6uweS3jIkwlTAD8J00E\\r\\nzbK9NOwP86XcEm1OIKM2t17o5xVIuXV+ZcHcb7M+6Zo01VYX1jFr8tWRWoJC\\r\\nodd+2MVgcFWzTdqu5HgltGAWHIFuLIdAUDlbD8zK5lLO+98d0+8p2iYmP/36\\r\\nMPYzcAYx09jqxwT5JWqTclMH7EGeePYg7bYrrwFErDFUBVayg5MAoQrphoPF\\r\\ndl2wiAfHSXoZXfGK9dbIr7/va8NHgREyTNRj4JCv3ypMkz0t1Drh1RiG1n9p\\r\\n786WqyAUmTZqLn/cZsW3dbi5SsktM6s45D8knRKcSxs9T+In7F26VtRQcIaK\\r\\nmBZJtUBy+pmhnl/Hh7HhKrIRgHvin67v/FVvf8Ets51LEAFQ6qNtaIUFjVEB\\r\\n5+0rb5DQWMozXcGX0CoLx2n+q4gk/kpd4lqlnN2EcaICEPl74xInYammGvok\\r\\nHs5yKb/bD7pET5WzWmXLE2jARzNh+hrBhMmNgl0oJEurGHx8BwxrE3KlJri+\\r\\n+Bh6yfqLF9hEFJ3yFR9SCVebp2B4ALzay3iMr9ENwf5ip5ydlzKoRCMusLtG\\r\\neZcK2eCFyjw84JF8bd2kHxxT27FncVeTHvk=\\r\\n=wuDt\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.15.1_1664946356133_0.111065105405733\"},\"_hasShrinkwrap\":false},\"0.16.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"83296097d82bde67a3ccc6d6335876276569f236\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-dVUelTHStsCOWBiC3e3DYMujZfb0D9YpDkXbnEpHacKfDRWuLgiXYrZKOVX26lfaubYxGh9ISF46Eogi1iF4Ww==\",\"shasum\":\"80af0e28d9a10ef5f4180ccee970cb9a68cee927\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.0.tgz\",\"fileCount\":274,\"unpackedSize\":831301,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDYySoXidAN3r0cfjuW3//xLB5NMGd394I+UX+HoWs8sQIgA4jQEbZAoqfeEcm+jLF5mfLYE8Twz6alYivfbV4LdFU=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjRMzAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqGXw/+MIHnailwkIWlx7YN8pfmK+s0w59VVxiWayvF9pOexLMlrK3+\\r\\nAgVImzK6GgSPEe6U4Nf55a9cqaGW4RNwRBIYr/8B6+bBCeRIehaYeii3CvwU\\r\\nwPSoP4FOIc2VbHBb5VTyoFFbhlqyclL7I2YEeFuFRfbXq7n7eOi4S35siRB3\\r\\n1Cv0bE1+Dnb4q/J9E88mwgqzaCTb2BmwHloAHBAoZmrY/ig+/n961XCrPrOi\\r\\nyx4cBVpwbTPFqodZ0cEdYyXxjBXy0wAlgp3zFMrL6KD0wk6wds5V+b+NyOuI\\r\\n9wMsjQyx/kDz/t+xaI6JHthIDYOGkT5AfEdPURCi9VlmYot00d8HgHg+8w/5\\r\\n6pwoz/TNR/hvwU5cv6LAQmLYQPAgemK9qphxuDMy9oJMO5ly+pua5i+f/keZ\\r\\nmnETR5mEYYrdPxhl/HfILEx2gDTz+j4CKcotsE2e8jr8UiNV9lDdW9BzWDnm\\r\\nZAHr97lyy3bC/lrFnNy/W6mpHFUqnjDTmOz/qd0obbT5g3Q1yvsDvD5H01Jf\\r\\nsc3BAgs9WKXxHNBlAJ+DdtKf4q+QjBgDtncyWvJ5DRSGWF82q/o1ZOnli5lP\\r\\nKnWGvxTtjR/e7r3DqvbGA/8p5a2evcZN4LvqhicBd7l4yHqxwJWrSPn98KH3\\r\\nFpggoo9qkqE8F9MYnMuhgtn1AH0C6WSeAZQ=\\r\\n=7zAV\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.0_1665453248452_0.12130727598300473\"},\"_hasShrinkwrap\":false},\"0.16.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"840d6d131ea5040031647253989cc4ba716285e3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-GEs+AHG1mGHGH+tyvyqDWK15f7MIk6c/QoCrqP3/Kb9OV1kIxhCOJcrm+tqGQ4TC6XSGo0o4ly7ox/QyZtD39A==\",\"shasum\":\"c988376fcd82656d7222cd09f173830f328ef0dd\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.1.tgz\",\"fileCount\":274,\"unpackedSize\":831976,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDOYWSYZlu0u72YJLgdfE1oeAFsaB0qshbTtv5D+bIb0wIhAIUrXln0fKyGgNtQiJY+COeAKkNYskwWTOIi+9C6/JBf\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjRNCoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrHBhAAmSRqRIelchcvhwW0XrnkeUa5BPhFfHA8V+a8fIWuCyV4nq0p\\r\\n6vQ89NwfN8/EWefnJm1YNQ8skAxDMVruE8N+RSA/fNep+sanevTPqI6L2GW/\\r\\na3GFwm5pqgt/4lfd/R7ivP8nDlYgegfPq23aD9hMAX6cM4TT5OLYyNj8EH2G\\r\\noo6gc0i6yOTCIIhhHLAJnF/QvSvN5isMUTqfcdnF4GGZJzE/FTk1sZXm/Hmh\\r\\n+ahW73RoIJV48Q3vuNhI0tfWFU4Jia5JqLeNMiHCaxvM9a0rZYo5dqdK9+Cf\\r\\ntWOmy2tENu1Hh0/ENm5tEfLkCONuawSaZbFg57Q5j7lqSuVC7PcumtyLN+PE\\r\\nzrq66bB/bMX9z4HjnwURzonEoaB3FQof4FHD8gBF9BkTvso1gthtRTau37BO\\r\\niYsSEu8d5HisZSF3sf6GULPLESyNvqZXxXiRMkqQbdtNq4QpBm4BRd5KQEXr\\r\\nRD6fqAxcxp+3Ggj1mIz0HDKt0lZcCCAgc9GG7wNu9s6E/pwVFaG+VZRRtvyR\\r\\nTvFwo3oGACS4ePU/LTa9/92bxNp8PhHzIlh6rixCu0oAmnpbyeUs8a9NTuCF\\r\\nflFNWB3/aydQniAvOWJKJ3kFoP0SuOHodYc68eWhYEo35PPfbvMFp9M+dEnJ\\r\\ncGeA4/FOmKOchUQVmqlMFEUIWhJKTIxWzSE=\\r\\n=ZQ50\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.1_1665454248542_0.7894092627602991\"},\"_hasShrinkwrap\":false},\"0.16.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"069d7724dd3a8a58aefa3c5783136f22a39534a7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.2-0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-iKqN7fKDfo8fm2MEcYpmf2bSy+w3pS/1sX1yvfgHHFiFiMDBcYesuXCfkKa6k5kRyTBwtr4FMHZl6/F+I4VO7Q==\",\"shasum\":\"1b3917cd8cef7ef4130a0ef65ffc46869f3ce924\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.2-0.tgz\",\"fileCount\":276,\"unpackedSize\":846433,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCjRoWVK/OJnCO6aWbIDuZ6fSg9rETPGIOhz9wj/yM4BAIhAIXgj/eouGmkqKb9XTV8mgbLyjOhMPBQfW0GaYUBDnsB\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjReokACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp5SA/+KIlU3mOl/eAvESOYdeDa1sAUU9Y6Tu0O+iQZXOkVa+6Dx5pn\\r\\nGQ5qANgeGE8VLE5KPqiILvbHRAmZrnVaw3ABzW5jGRvUvo2d+ZujPqKr8EOn\\r\\nx6S9+dGKcMOcmXtHwcJH74fU1GqhaMmB2fvOytHgfdUikjE5aCXulL705IaE\\r\\n5OLllhoqCWgXcGkXfPzxddP8Qh8P8l+ukg3xSdnBJIk5gJoXnOUuzGUnhETr\\r\\nAskuNaeRLgZJv/EZMxMR9TGjr9ItKpaXuw6zHFGgm6pYCKH4XhsTX19VpJX/\\r\\nJFdgWHfHZkf5vv1iGq1C6ZWq+U1dJ/3i3cY7652HmcS7b22Sb8Ym9SJiBnCY\\r\\nJ5jTAadgPLJvF5PssEXWGApQ/L4A9JBiRkDxXEe3kVJwFCOvNl0/jAq+sKU4\\r\\nwflzjA4cGT427uXwXg18r/zC0x3DkUn9Ab6sHk2jl2Oj+fKo4+eFTl/83/aB\\r\\nkOagk4SkR7HaW8X7xI+Yq0enQ3cQRLT7S49+m1uH0bgh2MR4QTRRVlbUkw5R\\r\\nwgWFrxEYDFuGV6t4FmQIy4mWo1BwfhYtDydFkwMzDY5WGaf8ddyYrvIdq+dM\\r\\n+jnOLsJTh9bgK7RtmSyDokmMLKi933C87VBmmUtkLsJNWZDFfYnw0uwL/3Z7\\r\\nfDJLShAMk+J3HkbgUUpFv5adiN7+KTiFvpw=\\r\\n=MDbO\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.2-0_1665526307854_0.7272382453402111\"},\"_hasShrinkwrap\":false},\"0.16.2-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.16.2-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.14.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2d466874412ca8d74ddf17a14144d4496aa1e833\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.16.2-1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-gpakx/xV33l4EdXw01+efHj5KcIaY+BKgKAHfEEzssdFNC0QjCSRhJFVfuii38Y2XHHLGEEfSS2WXTydwXCOJA==\",\"shasum\":\"e8f04f590d41dc7461a2d7a90be1f3ce231f157a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.16.2-1.tgz\",\"fileCount\":276,\"unpackedSize\":846482,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGW+lix0UokcZbx1TPWME7HykgHfEL7ImGIN+wr8ovUcAiBUkU7vtRK3nqls7kY55Sb1OH9N8EiIMtfu0VROOue4Jg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjRfAKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmofsxAAmOiva7V0aDATYuGbhvwWFCdSznc3EhsrMT87/UrAwAn7rFHj\\r\\nPncL1VT2vtcqzJlPyKm/+nvWJocXRx/SYfvEoH60BK08HWU/Q/WxSQ7wUpz8\\r\\ntvYCsVDK5uLyNVXXKSzspC4BvfjbEAM10/T9LopD2ljztf9lzCoY7DS/MFyX\\r\\nmjm6IsalcWNpVSn3bZqADLXGE4zXG64TMLUqYFoGq7/DN2aRlDyoqx5CFWsf\\r\\nAFKVwAFgJD+J5yfZ0t9lrdfS9vjAhlRAAA+9m3vR1jFZcYN9xOhpA5yyW6Pz\\r\\npelX4ob4BP8nLVQCsB/2rWQqhjgq8APinUsPAdDtvZ+gsDDWC2dTh47sZK+v\\r\\nvnDxR/+zZfDFehv6/vf3Qr1E5U6kzoTUxw8WgR+nRm+XR3O38zr2OU7hDMxG\\r\\nunhryIvYvc1XJS6g2E13VBdasLJnl5p/756PM2N02/Fseqwwsox6cEAdHNwG\\r\\n7zEnpLgRVkGrRCsEYIUyt2koGzUVliYiRB2QRf29HJR3YsjaF5c1NmkOBEhk\\r\\ne5AWWE1F3ACzCAKOCU5ghRTloX6rzv/Ndo5dOird5E+smKv0VVFsu2cV+AA9\\r\\nfRc4AadRIFrbHKFpmN9kf9jfl1AxptwoVpUeb92SiI5fvaW8MU7GZaQFS9sp\\r\\nsP/H22GVPXLm/8Z0JBvBPFtEU+R2Wgkb6cI=\\r\\n=n4uP\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.16.2-1_1665527818717_0.4507409950808863\"},\"_hasShrinkwrap\":false},\"0.17.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.17.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.15.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"b732212ffced1242863fb262d06d719bf84b0fa2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.17.0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-OdvCVjd0id14zn6jqN3nMsXFmlUCI4cccvgJeQ5YT2ouqBSvpUUjiqB51Aiu30v8fRRytO+ISy5rh8glF22IaQ==\",\"shasum\":\"43ef0e77326871e084f82a487947251691017ebf\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.17.0.tgz\",\"fileCount\":276,\"unpackedSize\":893074,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIF+ZkjRk95StjvVtWK8cpWalXYm+iBLqpPJrRkKMvX2QAiEA2edC5hKwekSfTb7znUE8OoLmB6L1pjThqiz9BSTvPik=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjTGvRACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmocJw/+O4OlD5wsDl4lcaWQ87hnduE/b9p4n+18WTtwUi1Z8ysFy7zt\\r\\noLyTzSE8bE7xguuPHP4t9tP+XFdFlWYrJz/k8R9XSiu++vUxcLnEz26jYL1e\\r\\nVo479prY8wZ9/1RL1DQmCuHIN24c4YFmj4s5aquccYJ6DrDLpqZ4Vf8hT4H0\\r\\nqKbML+O61wPjABkHpZkgRakgjV/mw5WBbBmk8AX8ZoASglzaRbgDGRCaCwQz\\r\\nGXswOizxHpNBttPrJIIAeNoUnYYRsbOaOHCaYJeACseMev7XHV2tAMGCg1Kt\\r\\nF87kHrOffM8mg4W3YRwKrXNXSun7MbilNzoqe0qlmWRLp6rn87j0DBAUqrSm\\r\\nhO0ozmHUc4MPGIQxs4V+LpwLX5wi6GxFpTaXrDvhE0k0GK2H9IG+1iSXICt9\\r\\nkfQLwMYvRzM8ZKz3aGlX3v7cZD3T7QN5TPbkN6V+utu0OqiOgh8do61ajRm3\\r\\naFcBdkzUij4EdnTiuPlhNJUF7WuJ7is0qHN8R+jPKq/cZ+6ISZuJJadsijZ4\\r\\nngU78bRk4jF1XMJ8OASUWsvg75z5iUBpbV1VWNyxt753iTkYWs9MxPs8uFGa\\r\\nEmdhzWyyIbgEaB4Bn4eecqrZ8aDC1A+DaEOIfuMiXdtShgp/3KOPgdigkpN1\\r\\nLNeVVIvuQP9NpVpoxHmcEOXbdpbWMabAxbM=\\r\\n=VH0g\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.17.0_1665952721009_0.005842477986689687\"},\"_hasShrinkwrap\":false},\"0.17.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.17.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.15.2\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"6acb8cf4a5934700bc72a67e0151bd67d4a3d816\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.17.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-2iJsulSN7b4DR50iM6SJOxVSsFAXtPN7Ubz5VkSFb945Vq9P2/RvBUKPKwWl+L+ovRpFentqjHN3pHRG2Bf7qA==\",\"shasum\":\"35b4421d06c27d2c9ab7f91055a88612f6685b19\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.17.1.tgz\",\"fileCount\":276,\"unpackedSize\":893992,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG7+VdGOt6G0kRMqW4WrjqispBDdILgkysVts7B+axKiAiAF8MGXORZuooPpCFqSac8nYY9gmf1G51we+ZDQwiw3kg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjTNU5ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoJQw//VObisYIYJQxOuzOuqnUB1aRXY9FyGu+Fx3tZ3c/XuBhWMG87\\r\\nj/zoMFocLd8wxXRytUft9yy8WGWFQluXE2pSwRuj4UiBQB21H31ckuLjELW0\\r\\nz9upHJ6p/JHMDbuNGHdkut9M33hRtsBUPHWyn979h3sdcWneyeZd+couWoUv\\r\\nGphzSinnmQmSYK8n4q0BZaWcxqLwGml+74BctxpwlHeXR1+EhLKfpYQq0TX9\\r\\ngkFLiGkEJfahmSlH7S1cegxwurhcbR6ezjM+W1LhZdYtnqeJ2WT8Lyb+UVGH\\r\\nfUytCRqxx0NdJVHMqEBylsAhsVcaNPm4cdQVzSqCQamOPKWH6AIoq1WbkFFg\\r\\n6fJzsLVJ1STienySuMJLajvS3X0KxW0EgshfP9JIRSHY7OuirSt7xGhtrXnq\\r\\n54QC9Agfe9j6Ivywh+1mJpuOekgMH3yfOQ9SfSdzOamTUMe1j39i2MBkF0Av\\r\\nTCcNg0L+Th9rlL/iZlSz7HEZchr3wziKFPeF30XN/o+9G1Vuiss911gjxtYW\\r\\nMrHTLeyeMIgP4Oi4fhyWwH+bIL+QjtQompSmlfKdVAGujuTbAbW1miyeX2xe\\r\\njJytN0UF56oMKpMsKVvEFSymj2+NmfWy1EtmuuHuoFvTeWRq/jeC+yYU0z5m\\r\\nxovRh56HLSKh6iY695d3HoTzW03Xol6wOeU=\\r\\n=QmQn\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.17.1_1665979705074_0.7984159195999914\"},\"_hasShrinkwrap\":false},\"0.18.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"1e83f237b17d8c5fe8720d2fee270092d185d40b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-V+QoWVzdqH+mf+Go2mjAkJKxK0xZeNqV5dDJxeB+B0ttCETVXyBE1DxY+jGqqmz5vWXGvXFi9WPCzj+aLRSOWw==\",\"shasum\":\"25c5dc068ed924e02a8d954f0a4e0eb71a868f4b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.0.tgz\",\"fileCount\":278,\"unpackedSize\":908862,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQChx92sk8C3u0/B80yqZXYp98gbvkOlqYgdfmy7mwzX7gIgHVClECgCI7sMmTltaHK+YZdcHkYzUYo0pzZu2UKxV7c=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjT2UeACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoQDQ/9FQF/VWVc0jmFifonTdomLWoBPtDOzLqQH7fDGPqnF8JJHuaB\\r\\nDIlBMKMlSlrnkFaDNl/FAwtYdH3EW974N6IDSonXszCNF4OgE3EUuzDNSm/3\\r\\nL7x8Z5aTiGV5yIlc9yYHCRa2in9jpS/ZM7f5BgV+8HlJOJ2TTCG0CgabiSeG\\r\\n9TN1pwUbfqWXSnTYoJIjNAPbQhtTtvNPCdMpPkiX6kgs9wSqCdDOrPxv6bml\\r\\n80N6me2hWDWOANoWvyVzF2SLgEgudJLsk0AUw84SVXVcnt3y2j0+jfBhmWB8\\r\\n6IwL79lOmkSvovbWuxId3y3K1XjBwqyUbFIj4dz5HxU9I4mimFfSuk7UNhHp\\r\\nvlb5i6ckUH3igKV4Jolbl2SRJUapG249N6J6KO4KlLhgNh/bdxisYfC00JNf\\r\\nTcOBJAqXbaFAs/pwWF3dJoERFPS/BYDXQLrXVIlZq8HcTADwxvpbDr2UR9wP\\r\\nCcaZJbDly2/QwwawBpjtwHlXzFys5Z4mwdUY/Zgw6ADZS47Fv24nKsvwgRn/\\r\\nmO74sAvx6G+0tZTLD6gMS1J18FTzE9FQc3cQSiLCxP0/mLO2TreKRL5WtVjA\\r\\n3eILcB8beX59UVXKS/hzIK8gOC5MyIgYgjPPkeRRCPyAGFIryjhsFhcH/5Fn\\r\\nGJ3iiymKuzmaIptn9UGDjRlm8P79to9wKHM=\\r\\n=gpqq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.0_1666147613930_0.8331713780802772\"},\"_hasShrinkwrap\":false},\"0.18.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .js --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"gitHead\":\"8c743b8b6856e19df255fb579aee011936219a19\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-8vZNZDs/qJ8lvIK0wQEq6oSAer0WESLs6zYdYaLOLPZk7IwFHLV+3kACEuiwrMK1diPEjneqMcVLovnOV+M5cg==\",\"shasum\":\"551bf6d265694d930e91332a77d15b624ce3d7a5\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.1.tgz\",\"fileCount\":278,\"unpackedSize\":909011,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIC17uZ+XJ5nKJ839P8UaAQcKf/nnIDrnqa4xR+xpBMYcAiEAtYsbf1P20gnqiiQWr0ZJUJ6u9dy25jtBoELAB53OSSA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjUKnUACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpC8g/+PToLU+7n/FNrOdKk5kbSf12nbvL1yJCeBKxjMFLMwYytscwd\\r\\nMIZkdmNIKVst4mbp4HlqOdpJ7Bsg5vftiFB4M69UMGZEjGxiOKi5J05dPAlZ\\r\\n5oTD5cnMBLOUFBnEPioEAwXATFXAkGV58WSjZW1A9LLVmo9vTLOlqB27nwZr\\r\\nn05V5rrD+/L9iX5kgmtl5zNnHHA+2Jh95HqPipyHHoUoFyaepO6gV9qp5rOB\\r\\nMLCmjjGZ77cBBJlnq1xc3VkgvngEOVJpEw7VjlX6yeCtM5QVkMz1vurfm0Qx\\r\\nmw0ngVqBMeQzTkvV/b8C16MbhmrqDslah5ick+wCi/94uSGD8xaqJ7j26MXl\\r\\nR3rbP0gPDBdfktVzkb0/WLIUA6/MTNklK1pEs3AsaFb1rJDd4a30Juoa4ok/\\r\\nckqfBjazEJEph578Bttebd7GD40aAx5QtRjAL+ZJIpHb3we+d+W8ZCN626XG\\r\\njUpZ7IvQoobMlHzWIOwfJEJZhXc8SL9MM9vrTuzvS4ObEC+5Y38Rm4YC+i85\\r\\nULk06ib4C6vXNd0/tFZMUFMfEmrlja+zHNd0mzMhdg7gmtI2NLc6bFTCaKGt\\r\\nwdqNqasxC+JUbGmibIiq2rR1wUZqFVhbkl/p7xJfvD94ryAN38HQpIMpiqeq\\r\\nJRk/mgfFl91qpP9XIR29RY5LMWhbWSHyiIQ=\\r\\n=khwJ\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.1_1666230740170_0.11898457230974135\"},\"_hasShrinkwrap\":false},\"0.18.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"803c4faa1efcd788bbf1abd2770b91aee8f0fc61\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-0\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-JxCe2hAjqBddq+T7PlBkU+U/KJ4JJnv7oV65Tkbow0do5rZgrq1qb/VrFY8zO+Oqn8ke5M+EP9MlOtAnmonShg==\",\"shasum\":\"3aa960562648dec2d0df4f351b7521ccf72b1170\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-0.tgz\",\"fileCount\":278,\"unpackedSize\":953655,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIAnPfDKetluR13j1wf4ZXxZjAvIvqRoHPJJc0kgwxbGAAiEA4cEhNh+ylGvOD1yWO9gQqKLuAO1Phr5KpQjJatLr3FA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjU2fbACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmom2A//YgiipViUTmS8UAL06zrvk7DekFNduJFHBSu8J/bTtZ7cDBzB\\r\\nLKJTkKHP8P63dEmpYxOFFsv6H8B1DA/iJIZztVjDFpmgNgyrVwLYUP5HFXdM\\r\\ndziPdWNRjGPYsQkmmEZBTv4YcRML77XjZSb9NSV/fDSbKGrXmSvOCO7umd97\\r\\n3UjoXwnxYDaxjbhqjgdy6/PUaBx9wYq7wU/JD4cnco9LvID7PDwDU8hH+iQ+\\r\\nWDv1p6YX3RBzUG7P1RQmM0rk4pY5j6axhPHxaIQifzyMI2bNnKg7g3DjEeh9\\r\\nbCONz1BaEtLmODZfUjALoPisyfg7nbzS0V2DWnJcspbxq+4l4Mf4c1yyMIBQ\\r\\ntSF1tTc5Oq3EGltGkbdPFaa0xokARfw7lRf1n7DaR7JM8b5dRz2agNQKxZ+n\\r\\n5/iPJxDuPvnWZUr/Mga+U3GpD58c+J6pGToaVGrpF8k4y2bF0Ek2HrYFRf7C\\r\\nyzwvB+s7k1/zxfHmRR53k2z+8iU/cigMShYGRMaXzmOoTVafqwQU4Cni7QGz\\r\\nvvWFLacx7lXGbrr0hkQBXA4m7LvmCMj5zrU85SMor06iNAXyVrFw3iQWcHzw\\r\\nMMJ99nF+8F2zzQNhFZVL1QRMw8a9p0aKsHKwL9kITk7GdkM43dNf+WXIWsvE\\r\\neG6Ah35kBBpO4Qg81rQJaohQImo7yc83i0c=\\r\\n=fM0s\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-0_1666410459604_0.09139430637822343\"},\"_hasShrinkwrap\":false},\"0.18.2-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c890440a64a333bbb6a69dbb39f9e92f57bf3268\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-1\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-ePSGrJMwrnP9Iry1HBaVxVOkrnONhR1o7dKbNLeEPslLZp9VGrLRWtcBfq56WH/TSGxXWkjaIxBmOZJnA5NDSA==\",\"shasum\":\"6ecce71eabfc0b651997abc15047b074ef54f078\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-1.tgz\",\"fileCount\":278,\"unpackedSize\":956824,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDX2f4uAN4bmcN04k42f88xSsKtAerhuxkU9pib9nbNGgIhAJw/Smo8xfSmI1+oh9gUo7qlN4TJoLv3l4S/nw+rBP2A\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjVx3MACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrWoQ//U9qyGd2fn+lHAbUGkjB2pMIREDvzyUorWWfyte/zIWGraTKT\\r\\n/BaMPH59be/cclaVeNIR8+ldwLVuOTLqlGB5sZulNYnvHVp0vCI3G7UOKtxF\\r\\nCkSQiWCV4u8e3hHJZVyMvZDxtVTIwb9eKtdwa9q//bR3sn0s7pwPkw5WunlK\\r\\ntyE8A8O0lQljWqNu8G0pmYxbeu47o8muKCKj11+foLRsbCrhWEMAAv9pU02w\\r\\nx7F6ahO9OuEtnqsMYzykElqU0GhkB/opOJM0OqtBhGGybmyHWtRfFzxcq856\\r\\n1tSajXclQVyeWrclX4538NI3bYOa4nQZMBsUCjfIluqMePfemOnWJ3BpxyEb\\r\\nXpSW25X90uDu1x+KAaNcf9RyDIWeJDQot7aCRWyn+7UXJfVlG0x1PUtgHnHS\\r\\nYTcpW8RuHxh2jUYBTN0BjmJ2kibSGB7bxOtFMhlXH5CyB5/mNtilvBzWcDc2\\r\\nJiTRjBck9mT/I18Paq9GvXUvHurwyILjnfuqJ4k1s+ZwGfxhUVqlBWhW4onz\\r\\nWiYTnRy7MMIABRSAFRaM0PBvGrA5hyk8wXg++M4csOWHYCVQVDL7/LDrVzrZ\\r\\newrUOdq9ObzHtAAkMFAJWq1S+NOB7K/kY6u5iqNJhUHazRhwhJdwLldHSTbW\\r\\ndKQy0CSnEbe7MNLaFAenyXkEPJHGC4lkniM=\\r\\n=AJ9z\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-1_1666653644598_0.32028912882467764\"},\"_hasShrinkwrap\":false},\"0.18.2-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"e414ac0a1cb643bf67add785f85777566e8e8ff6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-2\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-tns+tLi/2DFDkfyq1f5gALs6qYJmsJQb5Tu2+/w5hTCcxs1ze86VEH+NIORM8YkXm9JnBc60xquA/tKeCmoLeA==\",\"shasum\":\"03701382e385b22639efff3d1f994c5aa21f695e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-2.tgz\",\"fileCount\":328,\"unpackedSize\":1200706,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAcspIEWfVv/nh15lOBxvr+F97JZ+/l8Sh1/hal4Mp0uAiAtTQxAhI/cPgh8NIefMEmq+cEMQkIdRgMUqluadBmO2w==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjazfdACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmoa/BAAiuglgRbv4oV538SdVMgOVfe/pBjtvECb85WQqj2/hD4iYQpP\\r\\nYl5pRWWnV0zilUhP89zCvnzzSNOlS6Zg1VeeOiRR/l95UgYCGu8T4sUKy21l\\r\\ngFJiClwNMXxyEI1JTzYDC75M9uVdsPf2fdJQia8WliBjx6MmbYGcF5GyzOc6\\r\\njxK6Q0IY9dYQgcwuE9GTZy9h5bTFmevKuT1UlfbBVohmHNSofNv4mLdTrpDi\\r\\nPUJ8uv5L0jdaOddCU737ysbPhv/2rR0pfJJn+qMKX5Wpoz3YmqZ6l+r/988E\\r\\nOCOPlEROXA/aidbAOSB6B96ScmSuEIGieMEZVQ0mwVCPaodr+GgajdnQtFMz\\r\\nc8fzMsbnjin7hVeQDxbl+iZ6KNx78zEB+YhWQZ8pXAxgEv6sL3esktq+Dn2e\\r\\nkFtxxnO/6VNXjcguAYkx60ygmn0wtPGQHTX0wFNZLbkgSJ0HHEcYQVZAUnGm\\r\\n45aQvRCRF9H26NYG+1JCmHHrC/T6XWahbfuRxs78LP+VBRgq3awq65g+IMci\\r\\nhLGVjq5kDnVzGNKfGB1apB3+X3y8UJRJ0hb7kTf/Q4kEDlDx2+nL3YvxPmKL\\r\\nbLbAWIrTUbQ/Sta4m1jblDGrv79oCo70K4dB/1tlFV+etU0Y+vrcGVE5GDMZ\\r\\nSix+NNFE6FSoGp0mjykkrXxc0YZ7vabIfNs=\\r\\n=EbMP\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-2_1667971037639_0.48575418533942916\"},\"_hasShrinkwrap\":false},\"0.18.2-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d263deb778b58377cf47db05f2199d20e10923bd\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-3\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-UJ+YdMRVjK2gGnCCnmT7GF1AFCsyJjDlL5n2JRXxoOZsyYkKBAwSENkmlTxN1TNyLKYrQe1hF5g88TxeW8pXUA==\",\"shasum\":\"1a412845c4e71d6cc1c8947169958e9568ba7156\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-3.tgz\",\"fileCount\":328,\"unpackedSize\":1200842,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDt1BTtc/ex0yVlfoGDyQApnP0qwK3YUGv1jbVRS68iuAiEA5Xo1BtfNGe83vWHFaTRcZUG03Za/Je5KQQCsMFAWcgs=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjbB5VACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoHbg/+JOVHBZA/carL9Xa+Tjsz91Ur7Rb6EsMb/fEckr4Z6pJqkpxH\\r\\ndDiXqGeHUMDZN9/UKkCpK6Wc+k7d34T28Si5x7im56T7gqtCdgfZWO7+vjtU\\r\\nsfhx4KlCHZp9qr3Q4Qb+9WGf/jebwuk8o6lndIg6rWnF5d53U7OBGwvD1Vr2\\r\\nw7adSlqx31PMOAAjBzhCNtFacJOR+oqjZrKLnT2sqwiagFhCenKXWvpE0P9y\\r\\n37EnNrrgeCmO2rHbUO5a7+lgYBDwHtZGuKPHBo9FeXQL/fVWrioReul6lHkJ\\r\\n2TFd/L41p7tAJATBChkliWSRvjTfPgaTmygc/shTP7inRYgiAovUQGSUgQ29\\r\\nCBnYhHEGfL783hz5wQfSg39f05rf5tXN2rox4kwzZfc5sicoYRfU+VyXHhDg\\r\\n5LDGBQszY3WzBKQoXkjlMqp+EfeuloEVl8xM2S1nKK0eW1VDtXnEom+0ONVI\\r\\n1U4yLOzU0mR9YxAoY01UVBkOXHJEYdjIOhJL6rlMJhaLNs+SgCHrgw8xQxvf\\r\\n64DHHCkFliNiutLZcmcF6wtl0V507RPrIYJ9jHCVsQmfgIfsO//KcmhoO0A+\\r\\nVpihxrJqAWjiXt9r7C7Fm+MAD+DL8YVMIVjecisVNcYLzplrdM6269Ntv03k\\r\\n1IkszFUA90NwJh0mHKqy2lVHguJx1rkARpQ=\\r\\n=Wd9o\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-3_1668030037245_0.20346474374280787\"},\"_hasShrinkwrap\":false},\"0.18.2-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-5\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"56563bce2fd185799cd70b16dec988156eab618a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-4\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-WWRF86LB6dV8xmVjBf4yEaBWeD1nwXroeXVGEfLs6bix/HHwWGILITS6ZzkeEONPWYZIaIjs1Ip3gcY8oh2RZQ==\",\"shasum\":\"60d27ca44c1c2efb48d7520a7b24851cc160fed1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-4.tgz\",\"fileCount\":330,\"unpackedSize\":1211219,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCYY5LR7XCwnj2+9HvQCH913MS4n3zNDy2VWS2ayXTKvgIgDnZ8KyhZaYNniA5SxUnxmyVzg4IC9NIKfNihEL+e/co=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjbH3gACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqFtQ/+NzLEZy5sEeIxYNdws3G6cRsSFyO4lSu8dKZ0RHoVdTP6PVK9\\r\\nwNxO2jQ5bd7GQ6Kl3AVMn/i7SiIOR4bqAL+a1bv6NQ9RlCYH2Kih6NJa+Y+c\\r\\nZgKdmdkSGrkeUt1evPWOaoAcB70XtmwoxoUTUz08islJyPdD9bYL9ADBIfSc\\r\\ndj0esMNVuXDmB2zafpJH0m6M9ixnFY8M2ybLjUhpRkRdswdn8KSCtukNLE84\\r\\nyMmgdqqVKjwBQgw0Li5a4wU+R+03VTBeSmmDnlfmEQjgmG5RMJ0lgdQGzecK\\r\\negellgDSEikuPRgbI4IFOTAmnzoB1ekJlUyZgpVoC49CkDOo+HdMzapR3JT8\\r\\nin8LB5kzukiL2MS0qhPHLdSVKnGXanWsBGJo4vtOhHp5peSox3RAqf2CW+8n\\r\\nHKRrrrjdxw+EnbEPTyPLU/F6sERAHUcqbq2DbjNiK1mg2SFvfk6+5XlnnN1n\\r\\n0fgRqOro279Qwidu6r0yOhsm3SM+27Z0rK6Or+h1/6+/OnXw+PxBpJ7NjkDC\\r\\nhHJOpGaHb1t4enwptAYgwwDN37EV5/7s1t/GNXodr3hKCNSJzWh5GlGxIpuS\\r\\n8al+8sq8CZjouGR+HVFKkTW+EpqlrRdt0j8M8ajU8ej6GwvuqdKi9jkIze/E\\r\\n5jpuvh2l6MW5/3XrtvkatCD0XMGceodjKOk=\\r\\n=vISv\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-4_1668054496039_0.5282274760336576\"},\"_hasShrinkwrap\":false},\"0.18.2-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-8\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7792b0bc96c2a35f92fef4ce671a9dfada6b7572\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-5\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-DCbF+AXe1g3uMNIWz9v29AeHRDB2Cb0OLBm1FbM7ftKZs2h2HdLZFikd5CGDicBEQGPvKUAB/RXNXj148XSUUA==\",\"shasum\":\"5f906af92eed95943d176e4a1189d4bc160584b2\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-5.tgz\",\"fileCount\":342,\"unpackedSize\":1268037,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDUBJ/aav2FfDjEdMxkPJ1Ahs14UoMVF+JnF8q7sdBPlgIgYddllbfvtKtFTBDR3HX339bOQd4eExnKIOdDCHmoowY=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjdVAaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrDiQ//Wjt4+YAgnUmgbiPpyGHKBAfTa7HpqIx6PqJA0kw7EuG4FQdM\\r\\noi10t3TR7EYoebP769atpet+OaDzi6YV2r/B0fGSBQHxyuJ99ZtPuQYFE3kO\\r\\nJXnK3BwYWOIWGxFZiIntuhe7jpOIfvbCAQxYKmdbXWkTMExpN+rEiLddQRDo\\r\\nKk2KYEleAJxCgoMds4U+9nqJ8gP7SMypW5mUsFmOe4sn/JtyZz25H9deye3S\\r\\nXzzkS+fZLYvMGUXpVkzttcOvHTTzNCocAgDy1we/eod8WNEiqWWGimZp5Fqc\\r\\nWxmetXZVwrV4M7qGZy+dRU7ce53VW6Vjly08WUHjAATayHrBq3vVxGuIK4Bl\\r\\nUxrBKYmc/ERkQw51hl3uAJ9bQS7JTYdeXILT+mLt5T5c0cGQZqL9M7CsSOeg\\r\\nU6BIi3wPBFaOKUHBZagLi2N4PYkRq9nGMacVap3/eKJGdXLKqVWdGT9G10Vg\\r\\nd0E1Yw+BsIbu7HZucepH0S7ojwXvqGnSkSmgvOzQNydZxWqUQctC8WZyJkwi\\r\\nMYpinOfF6k9HBymRP0XzUwFuw0uItFiJzv0FGb2j6CSjRBuZeCwUAI9ejEFX\\r\\nL/JZxvcgiGknjx4MyaEP3RTeWu6a7cnCG61y/JJKoMBkmLiCEP2Z0flofpCw\\r\\nL6l931qyyp2sviWvtKaRyBm9qCzIaSckRQE=\\r\\n=SSf6\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-5_1668632601959_0.5041322507431445\"},\"_hasShrinkwrap\":false},\"0.18.2-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-8\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c9a803d2275ca36e2d0a2d0fc1072498bc5e3f14\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-6\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-qdkaAMr4kBRHtY8L5m/iwBed8sW57KUM1HBwfKwoFE+1RpCZKpFMGidRdxuXiHRJS964rC8O0Jupi8YVPva2XA==\",\"shasum\":\"50811b6b0a9ae4968d18203663b32adb9f23cfde\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-6.tgz\",\"fileCount\":342,\"unpackedSize\":1284222,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIFrORyOUEEz5HkfVRqR7Q07VCuhzgpl3KbMCu+qUDrsjAiEAxzboBTcHnAjnj4MWcmkdRC9N7/uS5VccP/9gn1xS7Lk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjdVaiACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpssw/+O6ELTfB+CkynB/TxN6HMBNXPH+bzu99yDPgrewoz88uWZxqc\\r\\ny5Ttij1HYfUydY3veWRmJyRheYi7KQlJMzCm71ExFGRMPNwD4jlVlkWGoGxL\\r\\nfBAe+pJDWnGowkGjqbTs3rNjIui/qichtxA6Deq05kSjCH8Nk9eiShrPM9F/\\r\\nQ/svBxASpZFFNrEjSKVaCmOwKrUZKj93ATDiFf8LLKuLVPIOnnCFxF8+Rd7B\\r\\n8q/sAKxt64On7qZ0ga8b4FsUqlmnml24JvM7DM0nj6S8HQdp4Sm1woTUZJCT\\r\\ns0Af/CRV6JDD/s/4LvoAopCi9CEuTN2WN/S9Bl0cPnIQ7Fl1nG4FIiSpKZ2d\\r\\n/ZArtWm+Ivju+d20dsjRgwxzpSU0AU4CDO1XtEsb9nXqR3H9ZvJKHmf96O14\\r\\nTkB7BYT9X+gGgyPHIR6Sb1vCwdUvtxK3kX4APFz+M6G9BNmEPr1G0QC4rLoh\\r\\nU0kddxragB6QIys+LJTkd4+WV5cziaFVOR6haGgZLAqpiRrnjvsN3nS2lGdA\\r\\nYTTu02ZnBHKnpfIMvoO3KTQFoAWKnBfFzbPY3JIy0ODGOfe06GcQ5Dcmu3bq\\r\\nW9upC10wtZSqlu/zb0VOU+kob4ZJamHt/kNtc6i5C11psXmE0sF4hXvLfej1\\r\\nZMTF+QW63iJAHuLweK83CAqqahMPeb3t0ZE=\\r\\n=+bEF\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-6_1668634274298_0.36298974819430474\"},\"_hasShrinkwrap\":false},\"0.18.2-7\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-7\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-9\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.2\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.0\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^8.3.2\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.16.7\",\"@babel/plugin-transform-modules-commonjs\":\"^7.16.8\",\"@babel/preset-env\":\"^7.19.3\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.0\",\"@types/node\":\"^18.11.3\",\"@typescript-eslint/eslint-plugin\":\"^5.40.1\",\"@typescript-eslint/parser\":\"^5.40.1\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.21.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^26.8.2\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.29.2\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^28.1.3\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.8.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"82c45c1c56a0c0e26a0c3afc4183e574bd7d97e6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-7\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-AKmx7Z1BI0PRHKMf8Mw8zNV0oHUdDBItCmzBjPg421QqGEioCIRf3Dy0H/QinkwyKehI03yID0FZZnq1telsKA==\",\"shasum\":\"66eec7fe9414a580a3dd907f079f6411aea213b7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-7.tgz\",\"fileCount\":345,\"unpackedSize\":1361545,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIEYmEsyH15ufk0Yw4VWU9t0zB9MG0Dqfweb6d2lh4JWxAiEApzD67+GkvCzIqr7XrbaVQSYNBNjMKtEIVdnIlzDuxwA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjeugjACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmqm1Q//dJFDy5cGf64wspmM6iqmSxxm2GWEs1Pc30dr5c5BMEaEwc+w\\r\\nwdGRPRg8ExYxudtt/f1g/WDDdqNt6NAgV86CnDTssfAVf8g7dbPW1R1aL4UW\\r\\nXnSlprkQ/TJAuOKxgByLQmZ/quox46ARsYHHnMfQHYeiZix+X0/2BdlPZC8V\\r\\nWiGHAHaaPGliN/nlQBrFIqZEI4uqiiCGIWejmOzT3gwOZj6mSBuLwUUqCPrH\\r\\nPFXOhXwDVPg/CrmV3SBanawSQZhjO30e5cNfBRKWV1s5AI8mS3lQUF7r6jok\\r\\nlGcBw1+01rDOj5qqh0u2IbKrQOGcvOaJnN0LZ9rwqMo1HRo2zrGVkJKIEPnK\\r\\nhsyoZuPEKiKKkS++Go79ZA8n/bqkypTMG5T6gNylWdXZXMgbO3Xn/I/i5Ijk\\r\\nZ6ChlNVxLoxgHxA/F9zfAlk17Q7s2dT1ALB8ceYZD80VZbRofWadK+d5b9TZ\\r\\nkI61GYuqRrf9GaXIiqTxx1oy8BPZcoKs9cdhbpY217Fyv3SO8VMJQ6PklHM1\\r\\n25pvHrNJ3k8byw8zFedVDLaRwRuYE4Cub/D5YUoksZhR2fXlRy5jFe5HrdEZ\\r\\nVTYyP80PsYhLtiwuPPXUcwJs1JVKEqMuq9XPPfqZCHDwF+wNeV6Xo8kKKwNd\\r\\ni2hKVUoy/+8HgWeEOe7LjJWPnGmNhY3BPJQ=\\r\\n=h7AV\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-7_1668999203410_0.8111878267090467\"},\"_hasShrinkwrap\":false},\"0.18.2-8\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-8\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-10\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"73a2afb3a85ba00b0d229eaeae0f8262d896fcda\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-8\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-rgG3+UyL5VqfCbHHvZqId/E97FNO7pJOQ5kGE09b418GP0vLnOxVswmFcynkK3WGfFKwt8lVf9ad1o/lQ7SdwQ==\",\"shasum\":\"8f25ced035fb34ba4d90ce8798d47016548bae99\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-8.tgz\",\"fileCount\":345,\"unpackedSize\":1373154,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIE4WluYP+Cc1MF/UjYJgBkITueuyCkq7lyxoqUYakdQ/AiEAkQXKz7PqcwMwNQJqbOkvB8zDB0SKwXrPia+7FbVJh1s=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjfDCCACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrpbA/9F6rEmoArFf7sFTUPQPLjNkaaoORZlgIj7aWOgf7yA7P+hnHM\\r\\nylpr8vqSgLln6rI0QPxh/i2b+LrWSoWnVmFEiSPo3C7VfgFh5U0fmPrkxIQu\\r\\nq2IUir4G2itFl8hDLNpl4v7WcdyLazE8xGm7YbaYhiLQXY0XFRF876HukxwD\\r\\noqcoo3AyMKpzKAhSV24HlldTsQv9NAn1dT4ekq195EM4N+D/ZCDlhKuL9vqo\\r\\n6B8qmZxhZPQf41oEAT0bjKHV0KPYV+00jP1Jit6OAnWKS4f3nU1hyX5dWSdX\\r\\nK40MWz6C8jqIcq6d9dN8+NIXZIM57fQusP4aDK0WrT6BvvGDkH7hHy5Peu2o\\r\\n6ZIaDqKvHT3QvtVu9Fw7Qtw6Vd2HC05xRZoUyckH02yoyUd/sY9v/Hcgn9PJ\\r\\n+quDkplPVCz2aqTncOSbAe4rhR9bTQzOiWU0eavsQEiZDF0IQVd0HMc8yG2t\\r\\ndU7Ih6/4cOmd4swL6JeaK3kURzhSbGKyNk4BGym8Y7YFmyQD+mcKWgkQQzf4\\r\\nLnNke/4FT+ZYvHdaubGlZs4F4V250FndsvuC8rh3/6yK+iCOvaRpBZJO0yax\\r\\n05z64f5HRcv7LSfOEo1D/iftTGIS0hYD9WQMZ1ZSiJJzgzriWNpjcchGXKid\\r\\nYa58/JTzKgu2zHEcm+ohXRFj8UK31QnCAGA=\\r\\n=9tgS\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-8_1669083266199_0.021355176502236173\"},\"_hasShrinkwrap\":false},\"0.18.2-9\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-9\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-11\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"6be0c78ed448b8bdc046c232a7493c4d14e92542\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-9\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-SSR5Jz95yhdvh+WNDvFaB/gP0Ho8eV+MRhtkFJwNrePCzBbqsYACBtzxslwgSB5fvTbock5+Sb7+66dOk60msw==\",\"shasum\":\"febf557a9c718948aeee4cc6f53b8b24d1dd6603\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-9.tgz\",\"fileCount\":347,\"unpackedSize\":1443257,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDD5MKyr7R0x6J6NkWcZ+LYq+wOKPDuserB2xUI6p020gIgG4RnQaT72/o75rzUfmGGOkMMfTQx70i/XhRTJSnJcDI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjfRV8ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoRHQ//bPMIsV7+kIzf6O+l0iLQFlI0PzeC6Y0TwO+6oUuTNCfd7DWi\\r\\ngVAbR2fusKqjE8OAZx84iSovyGtoB3NCsJDRyc9YMCiOwI3lnc06X/b31pJ1\\r\\nVsNd/GgPMA/sdtXMIUlIIdaN9bf60ui76QxntRUsCodQhiyazZaAGnUrePCF\\r\\nVLUOH7+jw0IiLwM/eXwXJwTv86upe0Ckdd5GepX7okMUTc9y7zZkYhNFg2WK\\r\\ngyoEJBGGREVV57uFfTdJCWNMQI8EcxOZ2aoyzONbFmE0I9PhGgEQlGA94+JS\\r\\nkd9ksIGjBhR3dV7spHC9iCDh+1xkWEH2fqslAOICrdrC4l3czfWOXzfL74cs\\r\\nd2hjwu9okNg9fycH4LZDvcRDp327/0ww4MLg/xzKUR5mGhsO7gdjkhGTedJG\\r\\nf/Q9A6AvbalizBjU0d6yS3m5WqH22asxpG355Xx86DTm3ljFNL+AQXYtmlSq\\r\\n0+nit0rI9qxDaVKu3YTdqyN/F86sp9h5CsLHnQo4YhQTo8H6s1UCYfx3KvP/\\r\\n8A7Sr648psyubnvRShDl0Go5UK1yizKGqpH++DBFp9T2eu66V11tsjFRUKHQ\\r\\nhm6ZpExI/7RR4F2A7vAQkwqxTzK/iBVmCPBbaMlSdf5/mjUdn4eQq2gihWXR\\r\\nO9FTmIvoIr0HcaWRDyTdiflD5dEq3YL6+yU=\\r\\n=ZwiR\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-9_1669141883715_0.03641746334684637\"},\"_hasShrinkwrap\":false},\"0.18.2-10\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-10\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests\",\"test:e2e\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --runInBand e2e\",\"test:e2e:list\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js --listTests e2e\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-11\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4f33098ae623763d89c0d329178e2ceac8d073e2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-10\",\"_nodeVersion\":\"14.20.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-a4nBUUSw0N8Vf+OcZaaiXbaWPGsHKjwuf0kZJvrHjOX/onpyaN5VM7kj2gJ7hsc30zDxcGyuiI7pOtg5xUf83g==\",\"shasum\":\"d051b8130934bae8c63818be259a5687f1c90e6e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-10.tgz\",\"fileCount\":347,\"unpackedSize\":1496469,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD8/b1OvyvS5jZlVHQJCxdjLRxLQSYn3g7v4Kmjc7vt+AIgOGwrHFzyTK2DU3H3mGKy/uNqhbAsgs805M4MuAHvQ6Y=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjfXiYACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoO0A/+PJ7M4K9TkNWfQXAY8t+LD5R3psqXoCH/0V4L+DxC30Qg9UpB\\r\\nRjEMvtLsP/FAKy5PQzHwT7s36PhDpERdDFiN7op7mQ4ennIF0eKP1aAojoWE\\r\\nCu1x0Pv3F37aLcAyuGT8T0BX/sXPfzw+qGA9tMd6TxHHJ9AtCvxlbTy9+w/f\\r\\nPlr81Sl75Gd9L0BphAnMTBh/7GhYQp+3XW2cDXrPXTUPPIsK+L9SXAee7sWr\\r\\nHsIdCw6yN3rGCuXKKSNIuLYllcfV61qeDlINy3jhsEhFpq2+i0W+PNFpdQBl\\r\\nn63emI8XFk7Fl1D7bYBRLoG2oWf7YEOzalVzYOdphhgAclIdW216Y49GWG03\\r\\n1yJh0kH/vsvUVIFQP/uAbzKEX7Qy65dbC4fVSmbnDxbZmo56HRMPsiRRBw71\\r\\n9/QrlPMcERbnwsiAH1IBPf1ZJS1Bl/rrnHTrf2E6iEMESzxvzZ9rD3k52Qdm\\r\\npaHKB5bMlTXDXkuJfAOov7WIfmY6wTi6CCyVjgdiVpVcXKfPcBXx4sCx5FpO\\r\\nMsXa0anUQZ43MY15IT11w/nzpWNgmvP8yq+rTBeuIxiAt2rTOqMEkgyspvVi\\r\\nU2Mzu+UXl/Qy6dZA5DGBb7h6I746G+B0VJewQEraPWl7lyl8kmHE59ZbTf6w\\r\\nPNkY4ofemYxDnJB1bejoxR9/HYZiYiVIY90=\\r\\n=xGWM\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-10_1669167255774_0.5123725796169314\"},\"_hasShrinkwrap\":false},\"0.18.2-11\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-11\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-13\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9dd81c91077233d83606733c33f375315f1e25a5\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-11\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-EDqoBNvU/2+2xFiafI8CBU3tPGXzW9mSF1q7M2WZg6+auD79ttfwNdW+O34NvgKEFpdJLAkv6CQ/rRl06WHn3w==\",\"shasum\":\"8a0230acb4177aed52e58a6ab48632319a0757f6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-11.tgz\",\"fileCount\":345,\"unpackedSize\":1463853,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBmDigJ7JC17rBwTVzR3kdJizgRj0eeOGnFpMaWRsiozAiBjSBwZEFMdQUUc6sl4CRr6IaDZ9veq1s92ETeUumlAMQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjgnKhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmrzzw//c4zibMfAq3aTIKuv/wlDdwLOvOg4c8VOZGpygovOAtXeIEW4\\r\\nHbgLyjlMDI4IVL9/8DRqNIhJj4clCj3pcFkHFW9AZb6J/KaKSWbyzYrNouMB\\r\\nGzfJE75Dk7LIPY5YRK58wEwpQQIM5gbe7CP0sCJ17jaAHwjZYqqdAlv5LI+n\\r\\ntmzD5SwQ9fLqcUb72SV5clp3LOTjCLzORXMdB+5Ev5uWFAWDnHqwgzVVVekz\\r\\nakZJ8t77BC+bjR/gTL0gzORVIBh9Hyk6xkMqObm6YNZJV+cHkg9wqrP8sZmA\\r\\niFp7l9OK4TccZJiW9WnqDdzVXWjYZ5ScHcJleR6T9HzoJIQqGfG5YIWPnuF0\\r\\nLjsTNErChACohT1KqF2gol8ZCOT8HgsmxvxD5+Q48NFEf7JbdLYTCWK7FEsP\\r\\n/n0vQPgKkGOy3MgVFv32ScmQ7zX1XbC/qpSnITynOsnHeKMn+sCXKaNx3s2W\\r\\nUtc1Uzd5QVLiHDEBLYAd4Qzi61re7nkqedUWvxyld4a96RJcL1rCwgLjfR3V\\r\\nrjKumwJZNQqUfuHZR0PErkEAcnq8Y0Q0GfbNrQ6/98DurKfIjrSBVWluMlMQ\\r\\nkLQW3v7MwZD/SV4Yt7lHQSwkRurMM8mrRYC0WJbk401fDZErAUi1boxxVgVU\\r\\nEiyY/ipknwsTHDAm0gEryLoDpiYtPHqe5A0=\\r\\n=kM28\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-11_1669493409182_0.7200030595092617\"},\"_hasShrinkwrap\":false},\"0.18.2-12\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-12\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-13\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"uuid\":\"^9.0.0\",\"slugify\":\"^1.6.5\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"712bfcdce95cb8ec50c75fb182ec688d20607b0b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-12\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-vNSnIRmNGNSiCsFeoxtZXrTrvNdLB4RFlVqPmKFHYVMMjZ+jYrlcDWLTxfjKmMrHaYj1sVWT06h+a1Htu8EDqw==\",\"shasum\":\"5c53be30ae07b22eed817428bcd66080991f8e37\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-12.tgz\",\"fileCount\":345,\"unpackedSize\":1463968,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDz4AKgx3W9mu5gg3O+f4CZZYOrgPnBeMpTvjjTFKBgNAiA0Kc+MKqVFOU/rBrJOrVxfQ/xxhrLznifTtVJTr3wRWg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjhWQtACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpzkQ/+OlW7W/XHDR4q265P7SXWWTJXnUU7EKcKRqUzlIHYenBrBVke\\r\\n8I7ARKBKfDopjTFJ+7Zdwt40MYBKJjrVnE78gqdI+x3LtQNBDiGws0X4EDZI\\r\\n4N9NqfjWEuRcbtUMEdLPUOwiwSfmZVPdRFqbW4yuki9tH0iy4sAA2gvpR5Um\\r\\nbuS9sVdTZzuhv0YLUs5TeLdgaG9dm5CYZQX3kBY38M4yUpQHJ0M6vrNuEFee\\r\\n42xSoCL6OTnssuRQVWhE24mQ5/3k7cDANDkMeTIHo8fpmtaEYQg/yrfUZAjS\\r\\nzDudT0ENyGT/JobzeabcQ5wdQyKsV3q+CUXShsmcziL97fNNUIN94qxd9Cqq\\r\\ngfN75G3gpUfsOYIOSLd/Lsrg0zk7wv0gucICfW1YxdbKqoxYhYeJJ4BYBZDr\\r\\njLPrmJxs0+Uc/zbokI4RUcU5JX/TnOu+PfgtxGkRIKfLXYxWy0sXv6xynU+0\\r\\ndo7imRvN7ocuj+H5VvrpRNWHZ0a4VZ6RHmwCDcObrwtiL1rSD9WmhpiioRE+\\r\\nGmSkwwwW5tKDrESaLvXAvRG5HnEkG01KaVRyKYF2yN2DVK4Woc9sBTi95arm\\r\\nuC5TisNp9qZJrAHWtCYxC0ePxzSMGp466bO7SQ+/EZN9HFZWjMdcv3LsLB0e\\r\\n//+bv+05U1wr3bMCpZJuDMK0AfcM5H8x9XU=\\r\\n=UtYb\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-12_1669686317262_0.45717901349818235\"},\"_hasShrinkwrap\":false},\"0.18.2-13\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-13\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-14\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"8e7680cb255501148039a333eecb7028b7b534e1\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-13\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-OI9FdLM3WpoihuSq+Q5RbkbjGWn0R7jPGkxRz+EZpIFZqsfyKqXTo3nv66v5xtHhd4dqiMJSdlQ1q+aEaHu+PA==\",\"shasum\":\"550055846993f948e9bbf19cca1a23b4d5583cf3\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-13.tgz\",\"fileCount\":347,\"unpackedSize\":1499229,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCf9QV09lrgYDVf+aztZjh90tB7Af7kjnaUe6PrJO07AgIhAL2Bcm9uu1IBRnxd2gVL0jNGVqDLxygJzm/pgILmCJdV\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjiOqhACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoOOw/+IYM5MmfPvZxAsP6OiPbPzvQTHETuSua6rg9EJe67+iUcRkiy\\r\\nhQ8rwEwV1zylzPmEO38l2r8AQH7JRiU008acIlR9z3t7PvoEJqq9JiaNlT/v\\r\\nt1+4T+X9LTM86W/+AggOGEZ8mliMKMMJWG7RbKyf4nQKKZnyP3jVDLibN0xh\\r\\nzAXCpvA8OHpHleqBi/Xrq2fvWIvzNjO1SdY7H/OT8odDxXXG0QzVr/1hlmS/\\r\\ntt7gBuJNeU8P5P9oyJt8aB+0HUrc0x9Zx6bQXzSf9tjfOIua2uOt1YL8YGN7\\r\\n5D+m8VzVFXR1vZgmP/CuWij7PWtH9F0gFQz2kwjZlZT0rGrLFL8eIiczlvIN\\r\\n6iMw20Y/6LNLVUD3muJu2OxtfyAEYlH5J79m6+YiFJ+JPg01yXu8lrSIuTnV\\r\\nPKCWlZccRnCsopmHjjTLrf8YlfodH4yCRH5hU4gXrE9C0gVhIOggYF9GjAs4\\r\\nHbe3YwLoqPUYvsrCniDCX3Sx3AzTYc3Q1u+I1W70x+SbANLpvKp2atHnuIBU\\r\\nCve1e79Mb6UMz2oUdEKZwCgAHYSKJqWokHDa2i++AjWWbyXVKPP0DwvvJhPH\\r\\nda0pozPEFWvwktitc23QN7y06042Q69NZuk7FdvB8gWDzUMzhGlRZRjnx4RY\\r\\ndgEJrBjbwSztLvGQumM8JxWvnN7eKFd2HMk=\\r\\n=KUfs\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-13_1669917345082_0.47242107183423876\"},\"_hasShrinkwrap\":false},\"0.18.2-14\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-14\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-15\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"22770454a2410bac1e25780959aee1b2bd520560\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-14\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-FZPLI7t+0CI9gKJPYWyGPb6JH0yfRaRQURk+1gwJ8Rwd2qnuHzIzNQ7Lc4V6tSTejZzGiQ2lDkgmlQr6LPq1Bw==\",\"shasum\":\"4cf026020b7c748bb0a3651e126610aafdc90133\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-14.tgz\",\"fileCount\":349,\"unpackedSize\":1513543,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBqKDXXhwKCCUDGaBDrCn4c0KxK+debONtaj2NykujbGAiB8d0vL/vnZxv/ylbaih/861EF19OrQ8UIyB1Pmk83cdQ==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjlBCDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrGwA/8C8Kny/M53alQ4UHXmwuIRnbVZa2YGlGA9iAY3HJnxZXUxVY5\\r\\nfY+X/Vreacg1B13c30iwRhWAHwIMKEts0mr+aKobnYvf1we7MZW6MX1km0zJ\\r\\nROWL3/a7JIkWHgg6V2XBlKu0J5oA99WfJShbX9KNtkcYvK9A75WBlxK2oaUc\\r\\nARt6UvXfS7YpJMyfPUyZWEZolpElBRcgRBcBtFmhO/iWH4bAN9yOyNDW+0zO\\r\\nkviTYyr5Q9NyLQ+gnYIsrHq4wUTLp18Tvuo6G8xn4igTakR2oA7Tc960Nd+v\\r\\nhzpHBBXOuKbP5IeijweuhEbQd3tosf2h2rbb2a9hvpsuD6n2936aGkC/2U61\\r\\nfUjm6MTIDxCjX8qk4u9EiIZT1/CmOGRaxYyvBqksSVgQoteV61b4omEdBZbr\\r\\nWGyA6tA9pwvUQHx9OWPIqyiJeponoelf51R482sN/OBnhK5o3sLuPhXuQ2nY\\r\\n7Xf5b2N0EItHcO9DPDU0Uo6cSg1gIhMQlRF2qO3NN6P2PG8So19bChUEg6v7\\r\\nGTbwMqeDPkzzPXYBFCdqrJpiiI9+prAP4iE/zLpQHdYhH8LxKj0Mi9/+P6TD\\r\\n02I6ZKpXYaCKRUXGUqzvBKGvs0zW4Cvj2BncRYcxMEQ39857Xf7y6Qaxi1bo\\r\\n2RL8OWLtxds0pfpfExwCzNj/DDoiz1IJsxs=\\r\\n=UDB+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-14_1670647939229_0.45925881315233497\"},\"_hasShrinkwrap\":false},\"0.18.2-15\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-15\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-16\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"637a246226510933f9a60fbcbbc0cd4718b43630\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-15\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-m1pG1I1WsOd3w/uJQY6E9ZgnNGcIssVV+gh4HBVanaMp+/iWDv1vZW1+XcsUnrdzAZLgP1AN8n2T2fQKoXgd0w==\",\"shasum\":\"e04f6f7567cb792fa0358db39cead138e739f473\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-15.tgz\",\"fileCount\":349,\"unpackedSize\":1510951,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICldSQgBhpO5f5S70MwyQViAmNnV0+ibKIrtp4beUvjZAiEAhkSBFvfhjRTj820rYakEPoYKnXKuljZL4vPHLG0aujc=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjl4FmACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmordxAAkXp6ZUAZERMjhx2JAULFMLnvTotnXjxvMWcPm66n5+T2IBB/\\r\\nS888bANG6mwMoTozNHJztVcsM9QzwhM7iUDYN/a0Fkbcxo1Jtdj5H+j2I/95\\r\\nMbgHO/CN+beIztC5MS5LesrJpki80U9gxzUM//SCRNsZzy74rGwvGW1UltZ4\\r\\n494vgO8/r8zlmfHwIB5ZxUK78okAkf5xROkCAL+aWgolxVOJgQkQUogQSPuI\\r\\nJF1WBXHBCj8pAOLKH/dCdfd4h60GCJZfNCPwIvE/1HJHt9BVllY+u2dml1hN\\r\\n0MCuXjTGU9I6eCbMire+i3lqrFFto8CXgEP9PayUl+98l9D3L8M8YAfE2FtU\\r\\n9aSdVvS6HIG1Z+DDOZ7zjEWa3Z0vToemltFAfXHJ1AULYL3WXdomjQCUIjPZ\\r\\nMXPQxPFt4HkdbgkT5aCUrCVTo9BiZ6CqBR5PY+29AKGnOUIHEMkT0taTr1CT\\r\\nBrfxPv4BSJy3NF2yJ3dY7lZkFxlbXDMpvNH2TTREERTWBzYCdBf7fX7toyYk\\r\\nr1ZyF2r+aNwRleQ6Wxbkoe6rPxujUbBPEwvo5fQDPAwkO1fI2pOiQV/MCIkK\\r\\nVaNQCs3hQ2OY4CNSA5pIBaXTi+3bQFJsebuHP3+I0SapQtXfB8zyu5l5oi8P\\r\\nyZXne73JP0svkP1OyHtDIIdyJBMVDMu+fmU=\\r\\n=Gyad\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-15_1670873446344_0.9789306225425232\"},\"_hasShrinkwrap\":false},\"0.18.2-16\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-16\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-19\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4c29f1fc5178fc61481158565441c03437e38b83\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-16\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-Oea9VWi3LP6X/GBjXFlLCrZ7nAp5nG1mDhXTmoXqwbJ/DuzAHKF43zT5ilItNKKWl1xyCZHHEeqSWIBTU3dHCg==\",\"shasum\":\"4850ccf3e57c2264b672483b9c145da1a27cd081\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-16.tgz\",\"fileCount\":349,\"unpackedSize\":1511066,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCID4UVWQf7xd0pL5YYzUIsgS/geFyXU8KMla7CLrfNDtTAiEAi1z+tiCmcWmmXcatO+wPDTSodSFunaJZeBlTRyCfFYk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjmkCkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqJkhAAnbKgnpSsdyJ8skZHZtlKXYAWZAF1GeME75NfPn7fBuiVZvDL\\r\\nADl2DE7JCPuInBA4wXhIXU4VYNMCp91D9uGfKMivAf1pc6Ii/S3qunqi5eoC\\r\\nuXHbc0gEKG/wE+bVH/EVuH2GWL1YetYmOrn+GyrgLG2Qrwn8E3ywiGNx+3Xo\\r\\n4ZKJL5IfWR7jHrBCjQ930Gx9XsGO/V5dsq679f4CUKHCHup/DK4O5F8xu7Po\\r\\nyc7/NbW+4azD71D0IrygZSdEI4BDy0jkCrinsZ3fLtwbiD07Sn9Ptn+JuM+3\\r\\ngqvMh5ntaVvh9G4K0KroQn36jDma16s8GtjI/JLLED6EEom7+HTXe+sZusYt\\r\\nd3RkmLKmfnCPCzP2pge9+Ax1VbEz8+Xkx+Jzm/dMVW8iZ9og6Uvm8Utef66s\\r\\noJX/b3TekopS55f9kMOrlLvkqPWBosyodpRO58U42oa0u8BQ8LVqQFHJxNGK\\r\\n3xdqyCw/TpM6bFn6xEmHtHJzHV+MCRTKBLafRwmUEBQHBnaAo5GSzQCeSW7c\\r\\n5lFd+Us01g28jaXgRMOWdbed317RHd8f/Hctdv2D5F/b3cIty6fmPCvzZDle\\r\\n1VMpteQNhfqeqtlDHBQoGfmvCtDhy9L9JWgj3HmmCsAt9z9Z7za+VN+Feyk0\\r\\ne4zA6FlcjiTsDRT8P4HEZKWfOMFUh5MBuJ4=\\r\\n=psiQ\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-16_1671053475835_0.11249433470088488\"},\"_hasShrinkwrap\":false},\"0.18.2-17\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-17\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-19\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"59d0ce58e96d549e8e280957e78993cce808ba54\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-17\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-dg8qfgROqF0AnF/0S3OXjNxbIWDqN06MUidHNPFAcCuCthhH8OMM0EYNYN1IU7faWOorHVxWwvO18sQlJOYe7A==\",\"shasum\":\"59ade4a3aaf6063f42da0651b1500b116fdfff91\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-17.tgz\",\"fileCount\":349,\"unpackedSize\":1503134,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDfOVjdso3mVykpimAeMe9Ane0USuEePp4rXrD2FrWj0AIgLs58LRxiteVSgoxSk8p0JvSuAfrgwDjmJkGspg74yZk=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjmmHoACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmohVQ//cw0HfidN0CChDi7IwKHIP8gY/TvS6KpJAbyQ1dS+jRHgxbt6\\r\\nretFND2CRRZVLjCnpgez8o5jQsFp1jlaTn3+93on2/s/ztn74lRwwEjaiCch\\r\\n3cR/CEOiUro2CRuNMavhFJ6MMynNssNodm/WlivgEdBCdHQO/bXw35bi33yW\\r\\nP/5hJBkfAgWiXDeja33mWoO7X5EJ/agVesSofA0t4DW6/yfz8iMq3EL2h8Gs\\r\\nTNKLK2GRaPh0aBWwzXxwTESlSoLR26mtJZd9XcQe3VG6bE/rnpbG9RW7Xprh\\r\\nptbS5OmliPimuuq0/MvLIQRcVJwEy2b9xG5JOo2nbF6mbPKTSdAAXZPdklkP\\r\\nbuzyoBuXpEzgqqfC73bDoiJGoWH/hn7H7KdMGqmtkhJb9akBZYG2pqt5xE9a\\r\\n9y2WCUZktNxVcFfk9+/YrTfFEaXCmvw0S3pmch0PccGJuyLdiAx/CQ65skQZ\\r\\nVMzVmOxZk1Gd5WfKlu1iqOZCKcz7ua5xi0K2mnYQejitPMXqY7aHl+4lQCGA\\r\\n4dI1RzoK4yAdr7CRG1FsChs14TvOsiMP8qskB5NXnNauMv41GN8HC8+WI/ZN\\r\\nWY8ImUaz7z3DyzudZORn0aIBNpBtGGbs41pnDjaKA2KHrRExILKZ9G2mtbse\\r\\nD/fQW7PH9V0nLNckbZNLVEZ4a3Kxvuv3A0U=\\r\\n=7w+U\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-17_1671061992091_0.28175639826683274\"},\"_hasShrinkwrap\":false},\"0.18.2-18\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.18.2-18\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.16.2-20\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c1f2f25ab6eb4696ef2fb82ca4acefcea817e32c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.18.2-18\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-LayfkrMJJOfhJzBgbDJQk7O4jtP4nKIIDMdqytobDGz4W74nU7G2o/2C6eLf2yf+nZlu5HDCeHkI+K2ZBB31cw==\",\"shasum\":\"7a2878b35a61200fc9a21d624ed199777d2b4655\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.18.2-18.tgz\",\"fileCount\":349,\"unpackedSize\":1169550,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDkOI8pRiFvomZ+Lb3JrVHp4xK0XdOlbJeQOW09zPUTWAiBQDbXKsc6cFngyHxPtnwbYQKqAKH3JIsOpWv7TpHc5lA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjnf74ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp+DQ/+J7/Y41qleVkdJMP8vscPM4o9BYzjgQsbSHWwlzr5fYVxgfHE\\r\\ngZk5D/ZusUYbzKVqWhpGNgo8x4vtKCOCSa24wqmtDEegflTdX9mW0eE5APpK\\r\\nYc6ADXiy/qFlOjYEFoStbFNGYcG53Q18my6CJ8DSF76niNrNULJi38pS8x0n\\r\\nnD0qsUfIZPSxgddSUz3Qd0skbX8bWrSeg2MpUrxfZ8/5CJ6TcsNPgB9xRABE\\r\\nd0iaeKIybuxzsU1sqIoSjcNY0MB+ohXygyIR8nTnC/6P1oF+UKr2wDOcEbg5\\r\\nUTVvBPzafmOzzXtGMImQBGD4NzLMnB9gpOJCPI9wyg6TceEGQrGC08/Ss4Ye\\r\\nIUt43ThWcJGXhY3ab6VnOM0I+qsXXoWO9Yq1AqB9gtDhRjgab/Khn82Y0oZP\\r\\nGDqLXEn5ijgoIJWvQ6rFpEuggP8+1KwFRuyHjlYGX9JujhQGxuG3r4UbhhOT\\r\\n/USAN7xm1MZfGwTySlVTLDWOSXaZDhuOA9JH4Gq7DhxmVkI/vIu65OT57/9+\\r\\nbm59peFji4tRwaIs0htLFUqI51DyE/Bw/WtMbDfASi4QvJVg4LXkQ7w/eer9\\r\\nqgbWe6LDrC76QCP48Z+GDiPOBSv4EUGvqNQb/ocgJ6ehcHM2S/aHS8/LLkBa\\r\\nAdNPGrd/04QVq6t4lckIz1UQna3pKmXhUlY=\\r\\n=E5yd\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.18.2-18_1671298808046_0.35748893051228237\"},\"_hasShrinkwrap\":false},\"0.19.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"5d885164fd966927ef1b1f909a71db7844a4497c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.0\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-TgyIsiNx7zADxhGKa6HihgNzwnG1g8D7GrjAbdb7kUsan2AU/+dj5I5e9DODtaPb4k8ZqY0BRX4r2RhmPnk9gQ==\",\"shasum\":\"9566b39f741b1e598d629723e544e30b5def86d0\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.0.tgz\",\"fileCount\":349,\"unpackedSize\":1174344,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCiP/qtY44gg2hzUVnZpmvNMcd9phEOdjcStP9uH966FAIhAJZFQ4Sl6srMxXAD4PfVa21wq3t6Lv+Au0PzcDJGcwhN\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjnrvAACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmonlg//c1FyFDZ8fQwEXoDee8ndPYl+/sm9RitB538Y32lexxorp20A\\r\\nYDCA2AZGLNM6pJ0YeAc2h3OinrGpSF7Ol4ZKqDNe33K+O/ZvXWE3rS58P3SA\\r\\n3PES3UbDvt7hkUpIXV1TucahLiNfqV8Ge2zbwXbv4XrwSQje1ictY+XfQt7q\\r\\n7vdf0XKbNBlDtOJZiMfMwQoWTC+OuYgFqOzYaxwkrtFl8vlHg95VOnMQPYvj\\r\\nGZZUMVBpEcr3iO7ZTLxJ0kwzhpD8BzEE6F2I6BMSKgOn+zpz3nGD9wmWtg7b\\r\\nfakL7Kq22PGzPCcwueFtI9vVnSsQ/PwB3RiVnaJw/P1YI4SwEIm8h0+JE7+f\\r\\nMJ7v0msecmS9CEai80C1gS5iH2fLSLKZITdgzXlCP/gTPEXo+3c48lQ9zue+\\r\\nZpVm8sOH3IbdkbPpccdWLjvsjTK7tPBvxo0KyEBEgcqLDbNvGfEHpdO4AOra\\r\\nbZhjGqdNp4yqVKXmV+G+X3eRsD1PNR5gNNhO1dZPQ2mNlCC6q0CzZt0f5tY6\\r\\n0j2b80wMZHkKvn3bH8Mq0/iJ5xmJzMSVPpogV/FTm8JASim2XzKieg02LGU8\\r\\nBY4hBSJPIDvGEh7LMiC9FMpcvwlCQ5DJ1/Up27Mgpyj4FiCF8r8ssYAxltZM\\r\\nRBOMz4l3Cc4tfoJ9DFq8/bxTSC5bEf1zUzU=\\r\\n=y9s7\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.0_1671347136422_0.2166383391229807\"},\"_hasShrinkwrap\":false},\"0.19.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"4b16e30ba924636a061fc3072e84c938f9ba1a54\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.1\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-7foUXy/5sPALDtdSMhSpwVGm3zEph+oVg44pILkKDHwsVkJrtYRNIMlIt0o/5kHSg451KoMepxUKLnLdSmA0Qg==\",\"shasum\":\"75dc035f1ec0b0d43ab1ac613578f72150928bea\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.1.tgz\",\"fileCount\":349,\"unpackedSize\":1175502,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDMSl1yJTwW2HsmmTewmHEAySXisjBFs5eiifoKTMgAkgIhAOs+O84MxEceyIPbHWHrmiu9I4Hpgs0gRllFS5LM/XMw\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjoQzQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrGWw//QytmO9m1aoncsFuFz+QuEjYrX2AemX7lzb8mFrsJbJUW8qMz\\r\\n6WZFcPW5ri+7E4azPp09WUj2ESijzIzuO7i1JlLMP7efvbY5E6V5swFDEud8\\r\\nel3jFTv7gLslG+gmqdtNILdj2sGnh21U+abRiqIT3jFs5/ASabAEG4jizEQo\\r\\nWN+Li/4JfVazTtiGYonZfQml6HoV7nd2E2Y7rUbfoAQE7poqzHrt8lrlgRE3\\r\\nuK1uRfrf4XLb3pC/oZnFRnP0lJMDnQydGerTjK55G+vPppwKkCfb0st/qo8Z\\r\\nEie7pr3x2YyWMvs5OoLJJXM+NaZVi7t3Zo0hoqlLEaeznIr2BIzA/VlrZgqF\\r\\nFgQ7nbdLQlKAI7VzCeeBN3BCKHSOOdSw0+MSuVdJAJQ+jVnqw5/AN3pe5wGV\\r\\nUe3bFKX/xfpZ8oUNbz+uCj4TcRNUjFLY0dUerSgQWlykxPCdpkCaBuFJBmuK\\r\\n7QqoKdQsV2fISe8cqfUx4VqUiP+j25ThK4dqO16543V96xitlh0m11IRBK4T\\r\\no61zVZhNbD/YUsah56gpHfbIowLGbNdy0lY7x/+SP+BabbTUoqeCRhwu7arm\\r\\ndgRSQqG0BClCKqDChqO3TbgwrGiLRuNP6W/cISebHxkk5eH29x6+wStAaN7l\\r\\nWdqXuuhy46CcG0BylBk1Cym0vXb7MDVWvxA=\\r\\n=lyBK\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.1_1671498959931_0.5296890923702766\"},\"_hasShrinkwrap\":false},\"0.19.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"a503c7d7b6994e85987eda1b451e84c6e4426ea7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.2\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-UEhE8IvrbLoOhadd9KTH3JBoFpNJTMd9ZdR8JjqbLBB+uS6xQXqRIaruRavABwsib9MFh7MuOctuR961GtqYLQ==\",\"shasum\":\"9f502cec2187f77c03f61d279c707652cc153f92\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.2.tgz\",\"fileCount\":349,\"unpackedSize\":1195549,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC2MFkuv5i/IKVQH2lAI1qKEYhLmBv0aQOquF41B+NH7wIgbE+CciwhlTanzL6EfzWuIiRSpwbPypBLjTSEbwUA21o=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjrxYPACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoAYQ//ez0HwhiTTquXFXWRl099Fm40qMuokPnIJ4bfOobjsyrgreZ5\\r\\nG3ByyssW+kqGBf+ytExP5NfgOSwIlcduvLbzxlZLf4Dm77xoO+p2yOLED8en\\r\\noZkbkKS4V0lpdAPjCg5lhO8d55dCwp1yNwyZmYDzQm9C62kPXpqkO5jO9pnI\\r\\ntPYwl7FnUhZ8GvhnnZadff5W1VJ6DL6ppIaOKH/f1fRy08W4Ogp62hQuCXTB\\r\\nAYV+ujYa10s57oUuag8/MQ32dO1oUsX0RkulnzHTFPkIDaOmzcciAh2dp2XN\\r\\navZKuSpnALp5uaCLQDAjci7VyDsCn3QVqx/skxaTa9isFHbziyaJg7yiziBr\\r\\npawW/7DurrOcjlMcK2G13VcKE7yJSr74n8QlUddAkxVdUgaDKuOJ/XzKxh0m\\r\\nGU1QvRC5TQ2wd+hNZAG3usIuqX3hyBtok7cDVAhlWbH6O+SjHigbEHUG57fG\\r\\nJKduARMYgyckjaJ/JdiqPS53/neh94uP8vAssgVMJ8nzqQgz3Cfqo94WDKVK\\r\\nmdnXnJnh/NBtRKbhvT6O4JbZMg/Yly8yfjJthiYwukPPE1XldhPL2jMN/fa3\\r\\n6TDceEyQBKl8o7EGPfzTJIXQq8d0j8WW/EELi0pg42qIJO0iFA+2PujE8BVx\\r\\nIiZm7ZGfFaJBXNlpNanSLxrrXwa4m6UUFMU=\\r\\n=FsNg\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.2_1672418831682_0.3153820165620984\"},\"_hasShrinkwrap\":false},\"0.19.3-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3effc6242733072e4cd46a75e113f3a289b9b5c2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-0\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-qjditp7l45WV6+ikt8c3jNeD37jqf/x7g7cfPg9dCmp4wkqe+dKmdGGj6EA396c0fou4mKV1JincXnuB3G/c4w==\",\"shasum\":\"3604e279c38f70b71fbca1cfffc435ee8ac7ab20\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-0.tgz\",\"fileCount\":349,\"unpackedSize\":1195662,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD7Jb+5Q6I7kgeU+QqiSGWxWyX7cWGjvcWaA9Ne+j1KqAIgRgikCuV0rkoxXaeg/XvahDyfvNrdruPG3t3ehIqcIu4=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjr4FuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmrxcg//YGWDDlIDZjV2qYi5hbPQXr6oF9o868HZYpaXVMPkYBtSnHhF\\r\\n10sLtBxwtbLCnVS4Ul7ZFt7eIyfwDkPyn0uVMT2i3TdilSroHDHbvHemYMpp\\r\\nycWOpzZmlaHqfYEcWy3QHoJ1IOLiLX/Pmy2vA8wU14Aj2bRZVlq7vDSUgXA/\\r\\nqgaP7Z/p5JyFC78Vnx5LEdntWW92p3fBVw84u8o1POgoa+UU0HMwe+61WaY1\\r\\nXsmCXf+mZltjBgBiuAxaCs5TncztD03zYsN/v8oEzUqFLj0o0TmjOIjxeT8e\\r\\nj+vCHXBlZ8kkQvJoOYSVOl2INTRw5ogtpsT6NN9Gs8KCBjSCH0xPT139dOpP\\r\\ndDrUp9ZNJZvN61FX5FwvrgbfF4e3GjoKlSD0AtJX3uT9sHl3bBfBDBlCmlp8\\r\\n8E2+E/+fmvaNPzT7yavGrjtrjGCvqpa8ZBjUMTlqDeytTQEW2np92IZQz51N\\r\\ny277rXgOxhGgNbHItaxlqiSgrWw+iw8Axy4HL+i0CC8AU33AjmQ2S7xxnCWb\\r\\nl75QzuXdnxcBQzzXQEhWYTjRfAKPJcc4c7u0VwoFXVv8LLhuXFXz5OqvpSd3\\r\\ndfatRdfw4koRoQzksOFOG+h07xm5S9NkPKjScgKopAUEA64eGPw5itO74SlC\\r\\n6jHRoQvHB0WW1tRjDXpf6Vtb1XQDUQKISr4=\\r\\n=DyRE\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-0_1672446317992_0.8124640639717691\"},\"_hasShrinkwrap\":false},\"0.19.3-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3189a8372e1f20dccce090354bc574d46f94d390\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-1\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-AlNdrStHkF/p0UtILaSfCEunZX/ldQlBKP7QKdyHz8vt/K+HYKy9vZWlkU+VBiOxC4ArWnhjBaHCcK0u4DCrNw==\",\"shasum\":\"27ee95913339235cf597b6cc1b1f1cc0b03a2e90\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-1.tgz\",\"fileCount\":349,\"unpackedSize\":1195773,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG6TSDrWrxnn3TkHynvnEu7mYLfy1cmoHRXPODqoBxJYAiBZROWP4ysDHHpfmqOd3Z+azwui/gPg4YCGm+N8BK2PEA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjr5UkACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmodfw//TvbKT6alFbTzixfpVTjr0a9ZPPveEc8cYzhsFw+3F+OLVwJQ\\r\\nVS09SMnupb/6mgqlujIuWDacfxJLj2WGhEuRqyYXV7YOSI5J+1WCyWIAAlap\\r\\nQQxio0H2FMsgqFc94AARPIAi+kQdlLzm8NcGsZGo33xGKWIpYHNwWgGPsFeA\\r\\nlSEtAR8ge6SZ9I/Sp/xMdFvqvecaa8F39nLPWC9oEDub0nWzdUWhHTOx5Fg9\\r\\nOgf9REcMOtSLx3TrWPUABlcmaioad3z3ZjPh2hr0dmZWKeSsndWxP/iMyif/\\r\\n/EcAeeXALmhWWO3K8zfV6WI9FYdODEW13GT7A/P+oZr1lVRQ50SKTuTduO06\\r\\nGlpFSiDUqQ2gRMYLvZ48eOaKcfjE+VvTn5r3s/AIHJjLGyXjH0SUZKFG2J8Y\\r\\n1AtvUoi/b40SftZBGYfsT55tJcbjmSdGFtDaGlJV0RdVLrqLwjGus3B2NCWI\\r\\noHY10xtf2RAAdmjoXYQlgBuFjNvsd3oT8ghFWcU6VTJHTzUlpLRnXg36PPDw\\r\\nRL8dFvmk27KVaEIMEt9gYtTcH0q5aNzC7UtSnbfvhGBYv2KoitK0yrtEmL0y\\r\\nv2jhFCfook0nRhGhu46dp8n7b12p7ZOk/t//KLAbE4vjYgM+BMV+MOS7ub5G\\r\\n7KISdC3mM9RjF8msRPvOcKS/PMTYvispuw8=\\r\\n=C/Wq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-1_1672451364556_0.5314170998479253\"},\"_hasShrinkwrap\":false},\"0.19.3-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.4\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d90703a247c27a4272d2a1da1ec53ca191139d30\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-2\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-/bQ2109QNPVvdYMlb5XDR6ylG7xPQCGcf21kJuqRpimf27utzFZIWMqUxlSd2NSooRki7EXziF06UDmNL/0Okw==\",\"shasum\":\"54243f89da60c4e559b90b346bf6063d5eb06d12\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-2.tgz\",\"fileCount\":349,\"unpackedSize\":1215361,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHTJFkAnm218NET8CPuEChsGv0vnct/Ei3cVH7XqJ12dAiBhszyc+lpPkP0U3rsVi0nsYgspFMdDbRJxPuKCJdwDRw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjt0OuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp6Xg/+MoZwfbC1qbElXgiC934apE7spGuIg0T/CbfxMNusW6IscMLv\\r\\nbIZChTwyFazpVe1ovazZdsW1mH00rchs4Y7yxe4XjDXvyLE2dWOhWoEJf2VM\\r\\nobFB3UOaiLhnenZpuv+WjjWofNt/pIWyuPfci9JPH65VAkgchcwKaiSRJlYi\\r\\n8hVQCTVCNPSh1DY6MZHLin5pPXqnGer35o2HuAcU5c0sbbdyt8rC7lY3bfHq\\r\\nOYog48j+35R2c/wvQVGETwtjBcm3WPnA2tkMM6KuPVSvOftppYaxq41dQ9ZY\\r\\nZ9s2PnkgZRADotuxIcvmmomoTD8nrS5WYgLfNUcFc/7hwSuI9wL/FiwttQ5n\\r\\n6f2S+0lqj3YSqI/LXuQZF3xGa7C2btJWjV1tRBk/9ijIKdM6lnT6oRHexTFL\\r\\nKfAe7PwuKCUN3keI8UwVswaAkK9ZZ4SIl4N8rxKy7q4N0S2hw3FhCJTKdu+Q\\r\\nFnuM87cePnVXHp23WFayDKfoaMlqlyREeCZjkZsllloTDmI6ug/aIWg/piPC\\r\\neMabMb+ibB4sBY9tBzqREpMcz1SzobmfVg00srC4WoD/f4sXb+mXAWDSm4Cx\\r\\nzyuLu0Wwp+Eh1MOyoZXNJIC/wvL3Mm2xO0HzLoNPRC9F3QeXiZVUrkwYHcQY\\r\\nxOm5En0xReLX+GFIHiInOSKNSlrpxxj3+38=\\r\\n=Ixjq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-2_1672954798274_0.41547126489976605\"},\"_hasShrinkwrap\":false},\"0.19.3-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.5-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bebc1736bf5ebab2feb249c2c2e88184d61626a0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3-3\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-8HYDFkdSEGpzX2LkqJBsaOUe62Bl5TP/5o1RSywh53aZJLXZl6gyYB17xP7AcfTLco7lhFn3WzALi/enbdjgoQ==\",\"shasum\":\"fb111b666fce3f502d9173cce072b96337a86767\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3-3.tgz\",\"fileCount\":349,\"unpackedSize\":1217891,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDqE3ZG6cSy0gV47Xlhldh6wZgI7XIpVH1uG5mtxqBdpAIhAIkRi7zKKKcLR7iLXfzwQvYDtxjq5FhP1Uz3n0o4sDqI\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjuPLNACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmriDg/7B1GNt3+2WDbXXF5sE7QGcboPep8bWVCc739w5i+J3POV/LeF\\r\\n7Xn9r5YlwzLv/qNp+JqCG8EUtIWujW7IXPBgLIe45Z7EnUE1d+KX476Ro8pn\\r\\nD5AvUTJe0Dmxc7ZNzKVNjUwdaEX00Dt/CkR7/sCJVtxoKzYoX9El8Qva7Igx\\r\\ntvKttciub5fngLFBevHLAVXH5Fg8Kvf6jfftSMd98kt4zaCOA59/Alh4fKmD\\r\\nGWURawd776h63Q2Ic4UzYOHw7hXbSD7Z0atTkuerqDy7Rvu7j8lImBfqDk9i\\r\\nPP15xmWng0n+UmQBeHSaXxb1xyV9mhqMFlw6Qw8gImsglV0x+ZMvumCAEImr\\r\\nn1EV0LLqbNPIclWV00yKhMN9QWTCq9CmXR5Kx0kf9zEXE+vkp33OYqHCUpLn\\r\\n1jCDlzIJSp1X5ixXbAu0x+IqP/m9rygNpeWJN09afnt9Zgq0SggZcUh/XW7z\\r\\noThxxDhPeBY9NFApDvP8ynpaoaThq+9R9imFypEwZUVnHoPwFpt8KqTxwV1M\\r\\nebPlCAmzEPHVWqwKFqkoTn//3e8PUBlzDBI9xBEyBzAh8oiZNPOOfNdqyuAx\\r\\nYmrF5tW/NQhPMCjp1Fr/bkYOUhpqXJ7TJiObNfA1eXr+/ZIKLVVg3nR6yeq0\\r\\ngvS6AskPx6dyAowCxLKwhtV2pYqYIB5GcxI=\\r\\n=UsW8\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3-3_1673065165646_0.6270839593331217\"},\"_hasShrinkwrap\":false},\"0.19.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.5\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"16e4d7a77c5ea619e68fa24723eda5c3d387d8ee\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.3\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-benQA28C7qI8tSc7c3u8zYtFZE6Bw7lnhk6Zeh7if3BSo4vjr1r/AnK7jMn/bDxKwV2t5AH1cg2v17B6Ii+PPQ==\",\"shasum\":\"365676965c100066ae0d25fe6e6356379bc3e5a4\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.3.tgz\",\"fileCount\":349,\"unpackedSize\":1218201,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIEnR2rDDJ+GoP0PdgtzaTnPaES6ZXb7eXzTHAvJWKPkhAiEA/lHORVsdlAsj0DQw9ThCJaPIGQeAxs4o5s/OaFFwx0g=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjuQXlACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmr4jA//cHvq+6Cwo6pkoPOvhtUQ5KScBHJ0vDnrl+U4AZd8w1Yw2L8i\\r\\nkhowrskT/2uMdPA3OR/g5kDnEIUk0TiFaifNPXOjj/eiVHEM9WHvosNU/TWJ\\r\\nUPlu7iKOGlBQiA10jSN41RLtPtYzQVgELzWQ1jLlcFgLBzGvCpXl0cjI+6Hm\\r\\n8GY/SZEfYt/MeeNkH3uubGnTeXHWa4IZN6VdwKX/GVhiNfO+G/JUeBdFZzlx\\r\\nVG0GwlE70aVfx9z0Y9bkEagFdxvBQCrvHZ7IfBPo19ZK6rFQuU93wbD4UyB5\\r\\nj0/FmF2+IMQ9WXUHP6pLhGynfM8HheBQF8wZ/OTsXAinW08EtZrg254UzrGE\\r\\nqND+Syk8ujn27eM3ZPElv/JPdXVwVseq8rIscFoW6+WbYK6xXhut0VfUxvxO\\r\\ntxPe5Umu6yqDSvRZ6K97FMuFD2+6ymXG5tUet8LK9uswB1JHZfehU/TRAH4r\\r\\nkvpZDVVhVS0y+9YCEyAj3zUOKRurIibJ1qQ0kcVdciPRJK1VsibJdj9etBZ3\\r\\nDun/YTC5/h4H5pP5SmCBbK30IcZPcWBh750AjS8iHuwycIt/scrrUrS/rzjF\\r\\n7c+UJ17mDvEF38m4odcEBOzWki9pTQcUfEyVWCt3e0MbaJ6Gs0VDOnQl2Ugz\\r\\nB0Tn+wZqqMz+ZGKQENgEWy6MJL6k94qJGqE=\\r\\n=Aa4d\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.3_1673070052841_0.4585812477369242\"},\"_hasShrinkwrap\":false},\"0.19.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.6\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"1d6963d454538c2f6f82e4c79bed5a12fbaec149\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.4\",\"_nodeVersion\":\"14.21.1\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-pbWwmQAjt/PdVKkSHXEiBVaTPOxtVQJeViYKlCsD/AzDdtDwGQ7U1r+PUCZKUmrAvzvoi2FSVgFYw/mO/iBrzQ==\",\"shasum\":\"c95d8dd45f01b456d14fa6c77a0820955d12a4f1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.4.tgz\",\"fileCount\":349,\"unpackedSize\":1218294,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQC3NHSh54H7VmnWhxmBjFp+f/vsstU9sTyBGfLM2xr3iQIhAO/ckSARRUo1kBedWCUNWQQi5LFKCFT9G999SsCuD8YR\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjvCmDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqYnw//WrwVwc0QflvgVjuytWMTJKgMp2FdSNTyowWLnE3E8Lodw5lq\\r\\nN1U/K9wSj1DhD9Ic1uiL6AktXKBxYbA9bT30kD7npYY4ZQWJPqR/3vPeeYDp\\r\\nr0hMAdzjqPeJBkFKRt6sxkEiF3OTmsrvu6QYMHSUyvjfGlrTrs03LxQ4K8xn\\r\\n//Q1t6qlbMhDk4lUs0N7pLxUJC+ZVDRIBf7JWTRXcr1jshvJvabw/cReBYpg\\r\\nbMMK9vtC8+zzgP2j1Uw8/ZWcUJayvxlnR3aMYzbsYoUeQXEHalyjksLXQ1k5\\r\\nJMHfG9oiZS6P62knS/nQ4cnDzLeLLyGcMAwNjDgxpC2vWOY5uwgqLulMf59A\\r\\nbd0O8dJdNNh5StQinZhFgOj0ua0a8VR7LdhFpcLcRGQeCwmOVIRgWBkSGSoG\\r\\ngR8/Cm285rxSBglzLlihQp5UB0TNFz7YXZgXHcDMXqNhz0y7eRY9xBqOCBSh\\r\\naN0pH/cy3oVny9goHK9xk9JRDJ4BQt2LlP0ijVeDyBbsWnu9aDDJnuSMuO7O\\r\\nY5ovUtOkbEIRhHnNnXyUeAFxEdX62scb4Tbai337P8ihoV9glVtm4qenLTA+\\r\\nZeYhGoyGu/hnIJ0+NVNQRAJPCipEf7Yg2PcospY/USsm1ZSZ28EvfsHydaVC\\r\\n9HSEQEYdrxobPAytFV3oxPTDXVidxtfFP0c=\\r\\n=CVy/\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.4_1673275779389_0.7345779783355524\"},\"_hasShrinkwrap\":false},\"0.19.5-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.5-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.8-1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"fab9bee7bd386a24499eb2c4b95a221295e9ea29\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.5-0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-tng24GhqP21jw3/yS/52zCTACbYLPQdzA0QhoEyM9e+PPpImf0IRLsqA6f6PCQb9F7CW7uiU24DQSC70DiG87g==\",\"shasum\":\"904d16cba735aba214400f5f31985b2dd7950f1a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.5-0.tgz\",\"fileCount\":349,\"unpackedSize\":1219705,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDK7hDBCAjFfnaj4fl00QzdDhTfBitho5Yc5k48R83AMAIgU2jQ924cUKzNs/rrowQ2fRfP+2iXrjrayvBf7hI3sLs=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwHTTACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmovvA/6AvIERRV4MTuW8zHPTfYfwJsqIY9A1W+daDW8+j9lBD8mBo76\\r\\nGqsd/6Y3ouuMRgWMOn9BkPgomydJ0tkmeReB/RTqhUjVEqqbCDnOqGJ/iEMa\\r\\n6s71Jbmtv3i3AzpTDynlYACkJ++1E4IKr68u0tRalmUy9fN9UvecKHkTXW3Q\\r\\nH5QNVtPlhOtbjejoC5nIzMtUGSTs9/YfzHK764HqYju2OhTFdg2R58oARg6f\\r\\nwGd30SrLbGTrW6FLUxnzmb2sGR0EqdCvYbPJskq7QQVhxXFunzZPCoYGQaOs\\r\\npLmbyxXQlGQvZMH+v4M/pmtOXlmOD7jk5NfBNDErN5X0e5gXdJhuGYXfFlj1\\r\\nSNdvpmZpb+BLt/AoyQ0GaKnq17YucUuWZOCur9sFkUPTbZM9JeNErbfBthAR\\r\\n1j/7Vd/nL00d5xTMBB/9GN96mwiJZ+BRg9wDXYuVV201Hw7wjFszH2epcUmi\\r\\n4zNRkvTenPcOa3KHlA0IRmmU34uRmOy2I66LIY3QiL8hXIgwE0fTCevps0EQ\\r\\ntv8v3iVhO789wwiz3MOVT+/MLAkfwWdASGzkvSSwyT1WiIxfTJ1mS37I2iwq\\r\\nh2CGDCK0+a1f5K+TiR64OVBU6oe8J6M19OLNtdoliwVquQbLAIu/vkyzv0pd\\r\\n+nlqIR8P7+VueQ/+Eb+g0+NqcUvk+13hnds=\\r\\n=eimA\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.5-0_1673557203218_0.843411024545228\"},\"_hasShrinkwrap\":false},\"0.19.5-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.5-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.8-3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"lodash\":\"^4.17.21\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"ef920fca5a653b0cb0dd402cdd2d3c20e4c035e2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.5-1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-xcUtn2a17ih4Z3OGmnORwUXlkX8vTaioHPJkb2a2LuHBmEQp0VJRBlNU0RASoQe4+q674u+ItZsCaMJlgDqJJQ==\",\"shasum\":\"6c24cd465ab81af422ca5ea67473ff1e0cc1357f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.5-1.tgz\",\"fileCount\":349,\"unpackedSize\":1219816,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC6vIaAioch9VXX00s4ofJM7DbWeTNfMVb+Py7gZQap/QIgMNUPjDMPOTioCTPVfx98d7Zjzn2uanLZ2pbCa44WEkE=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwJyQACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrUTg/+LfpQ+bOQTvLqyIYCX0RvXO2w0Nb5eAeCcgZVXoyAhMaA9xk0\\r\\naFcpcvRjfifTzoxdSOzrnJSbrVemk+pT/AjTOGMtWnKHQFd5MXzWetzLsetu\\r\\nl7MJZlrvMd3585MJe/y8C5YOXQ01hLQczgE7HbQWbnxvHf1JNImiejOY3R77\\r\\nHayMVoIvlebe24wk7FY/ejLqRhpm+u2iVM4AXGrJ1JBSCI5zxeI1fgWDJdVx\\r\\nWAXkxq43OX+yvUy3HUxpRmWPJSHPeUhn9AiWa3UATLL8gs3qeAGihh5lCtFi\\r\\n3cLjCETV+rOQ97AhNDsaIFCgQmWngWBQNJwneRhQ18qvJZVah89WCXxNooYJ\\r\\nxiUSRLzZKRjoCrGXr6JUP8GPPiWXTIgJ++qLzkixDyfN1+AcmvyTdR2lpuvY\\r\\nSGRgBmIqwyKE4rhstvzYeua7B65B3Ob2yFlPXEyc+UKqGq0SkJrH2Svl/Uj1\\r\\nDn/7tEpJ2WS68PHCM0elKMhUddmGcUPSODjInvoqY15gAZ8Ig6qZtiz/9ZpJ\\r\\nKBIjXaYao/5PtLN1sD5qZ6HIq9kYxH19WPxjcCilfkvbJvpD0EFGGuMOfkfF\\r\\n35wrsxajMMu5+CMrHEaY54CNOh7xZguLmpdMY6yLaHUaeh1ywtSdiSYmv9W7\\r\\nCowxbK3xpgBFp0vrt+ReyYRNMs9sT7PDH0Y=\\r\\n=0dox\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.5-1_1673567376646_0.11745284822012181\"},\"_hasShrinkwrap\":false},\"0.19.5-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.19.5-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.17.8-3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"8454c08dff6fde66b9970b57b8020a87d4ef264a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.19.5-2\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-/Gur6uRYrhZrnXnyw/ZPGdJubpSvhVTEagLRaXIynfm+nKHkZ5vFXvK9dvpylucNuB2Ig7hg+XWNlA2uaMEzBg==\",\"shasum\":\"b7b0905691324f5f417aef74574553898aa15449\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.19.5-2.tgz\",\"fileCount\":351,\"unpackedSize\":1220698,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDln5EPadO2/3NTaGY2gtOmIStYDXevud4IURg+zrYlfwIgZasX2pvwW0fYAg/UEmAggt1KjSsPWnHq2cfBxNQqNwI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwMgJACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp1iBAAkuA/0XEYcpdPksigw2aP3MUCYYylq7eeOIGJvrx7EjvarJRa\\r\\nxhgdToo8P2oCoE3x5/lqvGOGu5T8tfqLSD5lWbJVyHmGB4IRY0f/69JsWR46\\r\\nn9DJrwTg7OuuI2YcYLTuK6wnvDL/mFtCbgaREa2pySzrRADYju2hBCt732GI\\r\\naItRVGbx8qyx/IM+y4SJhrOb20DSOqnikNlRVJvBLStR5/2qe+H64bJ6fgQO\\r\\n73j8Y8lFa/HyrXJgeitaSYKaWGz2xfM5jrnehCZSQS0BV6xdSiR3x/m8DUZt\\r\\nPCmXHVKBhox1O4hixkuonfgFc2IHo3dnH0ug6wTpjKeFZrWk3LGUCFdZgEMf\\r\\naobqyStQBLs3X4muwdIu0sVl/gGsJJETnnt2v/7gv5dUTe6Eni6p670D9oFu\\r\\n0tmTxpLdkJx01fV/imMsgo2SVzij8kvzgqJqyQxjxlAi5EHnNy3NrR8KxATW\\r\\nwTAxjEbuyMeF1TJf+p01LTssGF/kxXxboqLR5gLpJXTprN+0YLRbURFkgML0\\r\\nESI+4wW09TnG3vtCcW7s72/O2kuwpG5QZSdR3CvLAAdgo7MCt9JulolmmGHv\\r\\n2QmjX5ZsVDMwePhnF0NhGvCoATO6GbNpkksHM0tA7la1mkEml1EpJA4QH8DG\\r\\n9XaS+u5bs/KtbXEO3mfOuxPm4giCjlt7+2Y=\\r\\n=qWi+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.19.5-2_1673578505473_0.5535150249013714\"},\"_hasShrinkwrap\":false},\"0.20.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"da46e814921ae7cab1f08fffd6567814ac28019d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-/10Gby89JrUyCtyey1k+EzU8FjyUJNnsFX57Cqon2aITSz6JxOwgdz4+tcX4m2YdHiYKy3PZp4qXLLAC1nFE6A==\",\"shasum\":\"04887c2de735e20227a2c3be064af1f8558b84e6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.0.tgz\",\"fileCount\":351,\"unpackedSize\":1227844,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD93foCXfq9YsKEoGvfpxRWWbF8SRt9ORuf1tTJX36xtgIhAPo+4BtjDtb4uWiw9knXJKFrAI66/PGBwSjgfmxlZveL\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjwO+dACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmr51A//T0TT6t0/82mJbtiIUkLJ3Hu+15sav4gMYdOCjh1HUK2YoQHm\\r\\n0G6BNqeMpv4cgtlJJR3FMaoLo8zm2+geJC8K7ZuT+fDj4L+5U2+5dCPXrarb\\r\\nbs88dBuXvQT1AzfzdNhj9kbScfM1q3wrSlx0JW5wAv5WZqj1f/BzsL1dhFcw\\r\\nBACvtaz2JFNxzgrlP8DK2Ky9fEg9XSes3MMjMF9vYxF4eFD+M6MdNHI+7dEU\\r\\n5IJuvGQg3p3O2+PosCfQT8MeTN8t4G03GmEyR7nPl/2ocBYg+G8luOa+vnNL\\r\\nQSyK9VVbaR2ba8wxkiIcPbNIgq49LDPgfntiuCr0V4G9Y6IvMXh1rVwmiNYp\\r\\n44haxoDJ1SMPgaOSW7njbY3B0ZZvYB7njU3/uhwbiqfke4B6TbM7MnnUVRIU\\r\\nSqyZfe9+o4LrzRQL1SGbnuQdqhNZGqsL19MZJkc8CYpna1iaPVCybffW1/hY\\r\\neYnVSy6oL3uk5woaZKaaXiUvngqyveRzF12+8MfDrRCjX0dT0vNrYVIjWaNy\\r\\niD2DTZutbXZTWQnBnAhAZqjxZfbV+d8nLwelwB5CFU89qltpf76JBjQLwRLi\\r\\nYVGMzVv4hvS8Ai77C1gZzqTQ6A/QSK5h9yWgHYXSYr3EclbHY6fZSxE9OaNb\\r\\nNF78j8VA0gNL4XGfz0dACrQDNTcFauFggM0=\\r\\n=6hBq\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.0_1673588637227_0.8308901947146465\"},\"_hasShrinkwrap\":false},\"0.20.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"5786358aeba382075fc48305f6c7d684abc98c9d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.1-0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-W1pJpHNP+yuB77uoj5FKHBfkBrKNIoa8l+A9H4W51MAnprUJKGE4Cva13uPNb7Dd0ExlEMeYuFOBQg4krv18jA==\",\"shasum\":\"764ea732405f8484bb0f783a541643ffa4a0786c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.1-0.tgz\",\"fileCount\":351,\"unpackedSize\":1228174,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDM71svCeCP8BPuaNT41R+P0X1vR8B8JJHD7S/1E6PpcQIgQ8l4Tn8VKj3RRpYUH0HNvL9K+U/Jenthur43m+4lZdA=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjxH8CACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmpijg/8DnDlbi/6UGJmJOLTUkrlmN9PsSdr/7F1lIAWjAqs+Fq81P05\\r\\nVrU2zqVPPy+k6T8gVEJYWtvB71Xf7n+xmxRJuQRcAYqW+a4frkPbCVwMQsks\\r\\nVSBxfOOlYoaoWa5cQ+vCJUW5mFs7Bt7YOX0rkICzsY53nTffaOFcwDcbZv1I\\r\\nDTeLDuHeXbLB5ESVLaJjMVi9LWRElZehblEPk2lptD0XV1NrhJftWl34FX2j\\r\\nU2WP53uqKou2sBgu3Ifw6BX++/0yMv55RExMLGLp9pvUxGpiVnVB1bp6+lWO\\r\\nVTFMJqjQftwnYg0pkg2TTxQUdp+1/C8bqsj5PjS42yc+ZAk9r5hbRyQHGsgM\\r\\nXdO8ktsvrl9fuXGm1S+/LtofcQFRQ+XdqgIuS/N37OdI7s/kdAN9WJVkdCIe\\r\\noQA1uhBeDCWRx96CStwfBhvn0rgOhqEhQlrQMRgX9DXRtV9lc6UtyQRRsiBy\\r\\nCbHp06SoAeoAbRL6abol2wohQUImDYROcW6+Fk19KKbncDOjgl02nv6drCT9\\r\\nBkl7c9x0clsCLEK/dd5ha8Umrz0Xn3qqb59gRyQZfh0g2KBPPWg/apMvi2xs\\r\\nGdVDAXzMIMxfpxzRB0AvtBda9Ndo7yDzfYN6qXe53C1rCvW0OQo4eoD6w/CX\\r\\nLekReoY/PkBhOBf6wD0cOmfSxeGRi2EpaLY=\\r\\n=h2ge\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.1-0_1673821953940_0.23277761003102193\"},\"_hasShrinkwrap\":false},\"0.20.1-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.1-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.1-0\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"8d7db3c5a98476f76d37213a37ec257cfe4c2da0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.1-1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-2PjAYoL9igOyY/VDH/sd98sY2lBGx5UQMEvxOw/W4mXiXn2wXpTQOfmTxqjo1P8Y469N/zJLqAOjJeSlR7WVcQ==\",\"shasum\":\"df72cc0dbbc74cec19dc7ae19facbb7a8c5617fb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.1-1.tgz\",\"fileCount\":351,\"unpackedSize\":1229486,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDJzRZ91sdNYQzmPNFndAAK4YnXDR5IIXgPK1T8KT6hLAiEA+sCe2f5VE1jielBOURpTokUL3ae4yCUUkDRgO8zzZrQ=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjxcg7ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmpM9Q/+MORpJuTYbwjRI7iY7m8DRpB7bRq2uI72LLGLYjqKC5uzMm/H\\r\\n51sDP3amxx5GOt7t+3z4UyyMaCxs6JY2MkQTdhviyoUNd7xVn66Nzh8qpDf9\\r\\nHGdaasouMakRlrs20OsqcFKVd202iqZCjQ4rvfCK79madtDyCGEfbRt5oJFm\\r\\nSBpK8FzTpHrOpsZMHbw4kUply1U8Zv+i9onQfJLUORBdByDqFjw1kDBJqseH\\r\\nhjdhwNdo2iqzMLrZ6IhS9+bkuW92waVQfqwOMezKGtiSzmo1bHlfHYlgFmPh\\r\\noj2ndGj+XWaNq0/2i8GQPV4KIbnDG0GjMAmU0LDd76EwJl2G3fQxY9+4RDeD\\r\\nNsKVCSpX0DbjGO3gPzO6Bip7QQ2vDFT7qjZ10c33P1RZxu1u2zWwv4E2amt0\\r\\nqYp3pNT8CsDLHJfl+CWZkcDxN6Sw/FuJKJa+/K8vuPKLex+pajjzqlL7vxhV\\r\\ni4gn2iArkOv9tQ7dOQFlJnt4/yoFX37+LBOqWchb7ZoLdRkzxaXzEHOlf9S1\\r\\nNSSfzzkzV1YeiSxueu3GE4QkjNC89XKWTYsw2dZrnlJO4F4UrzNOkINvPmu8\\r\\nKTZW6CFAE6JgY8JY6Cp8xd9HCf/BAZSi09EQhkwN3iNWwjonFFGrA15DqbOi\\r\\nVGHXdWQ+IfY+HeVnkwhNKoZ43N2TuZIpNd0=\\r\\n=+GbX\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.1-1_1673906235471_0.14541261126941651\"},\"_hasShrinkwrap\":false},\"0.20.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.1\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"b261bdb4e843cfe410dad25cf1d2028bc8fe8da4\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-OWt++4BI3FBlSdlUMywcsMZc6f+WtyDmNTndDwJ/WhUVT9jx2dNqx39brmk27JxdeGqVyQoSxe9MtS5/TqmvSg==\",\"shasum\":\"f41bb34b8d0b529d87f756e9587fb96de4d75e4b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.1.tgz\",\"fileCount\":351,\"unpackedSize\":1230626,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDBq5evO/UBn4VbUl+TA/aHKYHpPvI3+dAyX5tHEGwFsQIgQEtAnutQr2zJ1Pjz7nRrtX4+ir8EjJdwEQzNjxwxbcI=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjyiDKACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrJaRAAj8DOxA9wsSgzyRA6hBy/id6kjYS7TnTegjqMTVWSvKsxFjsp\\r\\nhPLWjbheR2nVCR2DYKmW5XcaMVg/iMc9AoYR9DeDo+tcTvvFRwO6YtZhMMsq\\r\\nYc/wyLsT6JhNeHSqG2vHhEMPta1JloQ3+NVQrUACok5UyGLYpJ82iQSE3F5w\\r\\niDcCXbbmwqbviwvtZeqVdxGVih17/6Nzze7472RzDJCapGg/Kk4ObTjj2Uxq\\r\\nz0Fp2LdD4ebvvxoostYMNj0jSgdz3S2TZ5etgoUxp4XB9SrmQNdUsHhfjl34\\r\\n2OIOKPoEXMlemEA4Tsq+uo5NQgCdfzn/1C35VpXIPJmvOGja5fzgg1VRIR3F\\r\\n4Vcm8tCgBj+5TZYiUyWp8AnXFCCsvvwiRhfsXwgkwbdGvcCbbAgcKmoZs7yO\\r\\niY1sHQO3mAyvuqFCWnKZPMNqGlI7HLHgCFB+QG3PF0p7aigw4R5FBdfV/IRc\\r\\n3wvpQbiWWt6Q/AqU2xkAjyy6i/wsoB58nWKFGNuSTxrhn7pNS3oydMsOrUV+\\r\\nel5hgceBFp9TI3kKxl/88Evu+abbW8NwMLD1jmEY5mdHaCRyO7u5mlWKxslq\\r\\nKgHLo8IriFluU8jxg/MVrleQ7kaFPaJAKtofNT6yIjXI1Xp7y9E8f691g3Qy\\r\\nf5y+5l79oXC5vJK+JvmcGD6hS4ckZBJrEts=\\r\\n=ozEw\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.1_1674191050139_0.7935269109519314\"},\"_hasShrinkwrap\":false},\"0.20.2-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.20.2-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.2-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f89e193363a1ac6496eca3f69d81f57bb8074ecf\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.20.2-0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-H9YQA4uAGcx3WTyAq01HzI+OJ7pBeI0lVEd6byIPyzE37WXq1JWPOx9qrJNKF1sEXVrNyrAU9xgCWg8eiCCBiA==\",\"shasum\":\"4408fc2586db4d673add5ac793fd1c9c4774a706\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.20.2-0.tgz\",\"fileCount\":351,\"unpackedSize\":1252101,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDSDQcuUW8M/rvHvhjgbG0vsqzJTTIfcVy17V54C5mqkAiEAkh+XVH6dPJlXyFrwDVFkM0T7LhcHqLDxyfKftBfHwyo=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJjz0kuACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq12Q/9GIk443FYsq8kWPiX5iddtgkEDYwB7aaF/Vcr4KVXVjaCqqru\\r\\nL39U34+tThMJZBTWbPNSFsBNFnEaLwtCdPZbPg4SW+vqZl6uDVNafKalvOyj\\r\\nHvzBkX4CxCleXxPAJ+9/zWX6t98SlalPCtQOfSW0COX6rQLD51Mc168zKNPA\\r\\ndenenzBKBusmLEtIqVMFht9FZUdDAL+3byiwNpIc04vEa99kDcJm3iD3yaAG\\r\\nNnhelN8A3qLWZTe+HbKFpvqWwEj+M9Xl3/5Ie/1bRYUNoPH4x+pIUqjygRs+\\r\\npz0EcThAruha0jDqUIGvwmJLf11wKTZKwcTdJpSGC9xwGLMlbpREkKtqqjgM\\r\\n4K5CwpEzdHbWxPhMQhXUbfvithtr13NlVRTBRcZpWpXPP+kBQg+nUOvbIpZP\\r\\nWXSo+qRYvAewkYf2Txrmzc39sP4qs6gnqNYnoAhYe6PRcBDgzhp+xndRL+0t\\r\\nVr7baJkBwzD1be3jV4TC+dWqx0qCZgMp9UJkkGZaaTCSrtzniD+vRupnNiaw\\r\\nq1ZQ6UdPXKROIAiiqIgSr4yKjDWxGGEDTVMNLplpmifdLY69VTJoOQYmbNBb\\r\\nEagvAKID0flEpbfRIthXCH5/fvPZfEurfgXnmnqs7V5emoJnClRZlkix1ENB\\r\\nv/1yQdJg4c1VMgoLX5Yf8fkNSf04M5U5Mqs=\\r\\n=AXQZ\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.20.2-0_1674529069871_0.3006970236420228\"},\"_hasShrinkwrap\":false},\"0.21.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.21.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"848d5f9dc13353338f3d83ea2ffa745c8afec7d9\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.21.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-kIqUQaoS7pBqfi8MF2bCAjkZ4jGlftgqvlIEIApZvvKKTNAJMzjGTZStBMaWPCBiiyIFIiJS/lm9082ErWrZBQ==\",\"shasum\":\"930005d2f536fe0973a6d08318da961d0495933f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.21.0.tgz\",\"fileCount\":351,\"unpackedSize\":1252579,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAGqeVct1W2IceKy1+SKlj2i4ypph7OwuEXpLlCwRw/4AiBHP5hKzXL3WhHP7wTaZgozRBsHHsrHNe5xvUVHVUyGgg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj0YLfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqZ4hAAh6fqD6xwe8QOdxPyPDCLLK9YS2kTwWzTYJIEXRy2OQbOJDVf\\r\\nC1FPriFzEIwVkPSPbyZbi7Z7RrExgHhmvMZRoyoyFMx4XnxutxA8IWUNzI05\\r\\nqrsCltF8L5mHGy893luV2xJ57pIyXYfXmDtc4Hg1IOBn5C22+5MJ4YQ2irs5\\r\\nNujLbOcfun/9jMrciCRkOWOvfsK+SCZFgvOZJMqYCgzxHeKyi6YzyKQIVcSa\\r\\ni2N6h+BQWg4n4DxyHTWYtAiVCoeKNBHNuy7N0Qpa1nKM5Af8L2/q6v/hfWPR\\r\\nt9mFRHMcv0vFidDgo06mIYvsPMwRWzHVDErNbS4irIa9+zlipXg/b6fdyU+I\\r\\n8BvIy/MrYt20o/PVusdYLUgbXkjiBfcvPqT1+ZXEe3tsmrL3ynpysqnNldUt\\r\\nC+0hKwax1E2kBekvATbP1LUyZoBPQwDprqoNdjEn9L9EJKL2Ctrn5bXOpKLX\\r\\n2utheG8aOjg8AsftWM/FPo69UAByeEktvyhqy68PY03pxPHDx/DV1zyYC5sW\\r\\nRSVUIV+7VlvpGXv+Ch2F6RT0b5JEieSlK5eNBzgiNzPUK3H1r8fp4WivjSTB\\r\\nQ7oUZUkB48bC085v+UAfWm+sx1hKSGJqZDMGZlQr31KYRg0d2YSKTHsigLHT\\r\\nt3lwVp6L/CpKWsCxbegqOg7cPVRWLNdX6i8=\\r\\n=1Can\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.21.0_1674674911170_0.5108054057517599\"},\"_hasShrinkwrap\":false},\"0.21.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.21.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.3\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"6afa051510f6e7f9f8d9c7f56af48880ba9bb332\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.21.1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-3/0dLaeG/dc1vHNlE221R/nBGrtrG4LBQsU6ZiIvUJt/ifYJy4ROx5drbT59YFbdM7p5T8uLpVD/+kzSqx1cbQ==\",\"shasum\":\"a600efecfd7afab50a290e3c5c7fc4514fbad85b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.21.1.tgz\",\"fileCount\":351,\"unpackedSize\":1253693,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHAlGHW+P7nd0I/NAgOp/pJFOAy+GoZTT8SpWlnK/p6pAiBh5Lj7N/tD5vd4Wkg5GcPX2CL11Ui1/upkZdj75xh3cw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj00bwACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqyRRAAgetjej1mDjla1K2oJhjrh6eQsrn3XB8WZPwkPlDeEPJzgeN7\\r\\ndXaqZCvRM4O1rtMOGuhEDIgtVe16KQ3uawND4QdoTjaVAgvf69HCgckwhEHK\\r\\nEhtvwObvLGBY2Qfe4+fRRnc1CZtFmLMqclXXpzrR+saFXK/Ly7jmmkCU4gFC\\r\\nu/y9eWB+Xxgzm8OlKQKUMoF3VK/f/64BYBS2ZzX7a51Bgf5hj54DAYI0qnAv\\r\\nrt/Y/3JhJbrFbZRT/jzoZIRpt5QsAG+pcJ467OLPO0OBGBECszQOny2a/rAM\\r\\nWgpbEbBo/60+eHmQNJbdBwDiiVR25erO6Oy4E4Xs0x7rVY1dHPQ6+jaV88bG\\r\\nrCsZF2ITwz2YdwU58SzqbcFC5Z1Vsxv5O0SD4LvrAfX2vh2d31ifWxGpuNrD\\r\\nPhOyTeJilM4MCBqj42XZfcX2lxVp5n3VR/0ecoaEzi+U1mSvmetIDiuHJZcB\\r\\n54dOktm5i8uhEpXoZ3awAfwrnxQTFvB0SmZLDfSdpjDsv2ZKQ1GHb3VHDOeu\\r\\n2Zz5R51E2tw+THN4lKA8HADUmRMHk/cIBRyRfkoGt8R45W0KPYVyk4UMAw8b\\r\\nx/PAIlHHLgYH3NGcsh0mtndrXyL9+JslzgsVMKW8VUqydN24IhT+ysPX95Ej\\r\\novibeNPqpuhvpOEXF5kzNbyJ7dJu/ICIHnQ=\\r\\n=b2D4\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.21.1_1674790640138_0.6784074700427289\"},\"_hasShrinkwrap\":false},\"0.22.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"cfb39576d33d22e8bc956582bcff96121b420694\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-wFIOGw5Vs3KRtFd2m09v6BN8nzMpAHbVOh4DCiVOo/bAzQXoa3H7L9FSpdmi4n+OjdZ/4/zX8DDDwo2Lenk3Yw==\",\"shasum\":\"e00fd1c2b220eb9751eacc27fe97fe76006b65b6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.0.tgz\",\"fileCount\":351,\"unpackedSize\":1259196,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD89NXcNGQf12CUeq3r3NP5L3wNCdGKGSvcrUHaB6z8JAIgPuWJYLZ6r1C926PyCoT8HIrjM6PgZhn4VJWCpodJ5FE=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj6skaACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmp9fhAAnKaFQ1MOrQl5mtTx1OwHUr+qPjAotCXMs1+CUj+ARPNxWBoj\\r\\nQj4saQ7DeRkJcZjdY80vQNjuFM5ZUYyhD1lAB4v2/rs8Z4D4abBGj1+ey3iY\\r\\nKhoHq+IKdTw7bzUz50TreQXkI1C0CvOgpzmZj7rL5KchpNDZmTdUsXapi9y/\\r\\n7ZkcmBQdtol6BE8wqyoEY25vN6Q8cAKiiDZRvExs1F+kpNe/iRqoR9uKYTtp\\r\\ntOD49bF0i/juAgHiuaTzG34CKnhucII9QIl9E7rszF/khFotd6PSkJspUVx6\\r\\n2RzoIHDa2X60egny5tYLCtbW01zCYiNwVsYfmMM2JernYZrtQ0pT6XmrSmVU\\r\\ny+4hJi+Pboi02LX1MtVflM2GraFKqdWi/61iQqWV4jlSSnz3EBh+yrRYvj1i\\r\\n75VqMcISznU40G/R5RF4otBlnqAlOi9KM2NRMQlnNpVCFsZCGDBbTl94/GwT\\r\\nHspO9QcG3lsTCFGAqnqEktR81BtJknFA3gCIL7GwYZWg+zpNcuZzqsvhuNBL\\r\\nL2/Lg0zNidg/U48cuSDCRu78rd13wFcflbfBBfbv90k4OFWeaQub0WDGpL0a\\r\\nJKS513y3CDbvEyQSDWS9BzPkuNmEJOnX6+7tgBeoXiHvoUr6fdWYgI/trqGn\\r\\niMnNo2oRtWGSBwROzEzVSjeLBHsao6Ytgqw=\\r\\n=6vtP\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.0_1676331290346_0.08974669882698927\"},\"_hasShrinkwrap\":false},\"0.22.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"3321df3ddb9699188b0e0c4224718069ddabd9d7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.1\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-sLx+UH8UDSRGoAY4fdNUQeWbECxOhqo2PPJzO21MezHYvFXlLDfi8/HYTqbrrn6kPBlGtTI29mCEmdbhssYKFg==\",\"shasum\":\"885cde94680b2cbe6f3bee6ee2b2db17d10d1365\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.1.tgz\",\"fileCount\":351,\"unpackedSize\":1259490,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFrAuQwmsi6/E4nHWbFYfC8jj1fvdC4NcvP2x9+0qG1wAiA6Es2O8PlgNR2mCQi3gNa188+bW8SKed5JenJGRCH/Qg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj6vmfACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoazQ//U3JxHmjwkBORFiWPDXwzhjwpN9olb/jBxU937H0feOUbQJ5E\\r\\nEVxK4413K8k4iL0ipaiYYDHAT0hCxcbFB1+579/ABePm8ZuDt49vMCIYAbnH\\r\\nod6TNgwjxODvDHWLVyNm73/RPMml0kqt/7SMWH5OfZo97e9HhlHnmbFPAHXs\\r\\naXh8jURfnNVrW2/9IJxQxrIFoXp+2LDn8YNirpNxbnK4linMf17exuBv94hV\\r\\nU0mGBJftlIm/ogF8Y27IbnwYZO+pZJ22m4ttxaKXHQO/Nv7X5yhnazZjpKhO\\r\\nBmz2fzC+/xHaLKWXXA8LWCyPdjLg9YMGwAaiKW15iimZzQgQEYX9S+oIUwG0\\r\\nTzqDqa0+8AIEfXKCCHdt1fN53sHTvJsPZGWXh4syWrcUB4ZMH9r5D8RnKv6D\\r\\nLu+U5dLm0HcXalwMA7OwdnuqB/+jEKslGYiArzdqRgeJzMPF9jaZqaXpKfrE\\r\\nNBkJRNxLPV3YnpROQOUJz5nhMyNjm3tVEwLdCVG9qUzBhFH8EXSFCjz3vkZB\\r\\npYaWxmFtlgcjmbhiuiVz9Tx4CarHqZ7J/AOZWSpKJ79oW4rFCv8chajHIf+F\\r\\nD7Oyr+ClzOr+ZWU4bwh0dfz+z4Nlp+NNu9Ap3vZxQbgTTVaDnpdgX75IaNTs\\r\\nxLwAxiR/Mkl+ZJ9n99RBBndl52pKY7emLQo=\\r\\n=hC4k\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.1_1676343711035_0.14455689508780312\"},\"_hasShrinkwrap\":false},\"0.22.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"e7e65860c89912b614d14d5563f6ffe0c5cb7a54\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.2\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-kk+ExYNAvBiYAqu0Ypymz/hoxAbgb6O7gfJNI3t+UxdjqrzVW+gCrt1S5mXBHfmaYxCX6LpZdW9RFsvJiFb1EA==\",\"shasum\":\"8f9937bcc83206e8649762108bf9520bb0e8242b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.2.tgz\",\"fileCount\":351,\"unpackedSize\":1261813,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDXHlCmqLaEIpEYu8ssiTPfpxVvKD4pf7C6sgVPCyAYXAIgGbNTcnz5GG90Tkq7tSI4CKDm++Q7fnoyoxoecbQQ0pY=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj7QSXACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmphLxAAk79g4HOA6Bqc2JkRtD28h3Y2a67x+lInHBMdjonQqojVD5EH\\r\\nmY6o9Znl5LjYSpXlRmkJ2MrgOELRpc9+7xD/xcv4mGVf1FLr/+Dt9XZTCyLO\\r\\n82w3mi9zpgqcsc7Qe1ngdPLyRe7dB8FdaWo3iCT3nlJll/rzSViZv2JOG/tc\\r\\nHH+78J9gjApgErb0Zp4IHTBVovnJanPnPV+SvFxxa00WtZrZ8DyRhOlAc8SX\\r\\n+s/M+4sLXQ9saO7+uJbTilf0YCptwaiPC+tvlRAsypAxcbC+IZ9RCVhXEX06\\r\\nbWt7BPHxhL76wD2x8FdPRuVS6rJcRvNB5HrlxlXlhElO6elHGt3fy7yU/YyW\\r\\nRskFesuP+V8XDkimi4EbGhTRyy6hWLvRS8SmPFL324ifOHhmSsYkKsSkL3vd\\r\\n2Ka+rNDJYmIZcgOJlB6oNQa9MA5FtK3wuZbwZdHoGxUW4DpfcA1pmnjf6lOT\\r\\nZu3CmQqDcH+RgZ1/YKX4DiaLzcAaaYyMQgnwpyDcTa9E3Qd4cK1lG76zmmOJ\\r\\n4GYKHAA9RhsbiaASZ3tvHB3wI4Nj8eFBaJumntaPw+wQrT9M65GuN6s5d/zu\\r\\nghM0sHGia3VfbyDFi8HlUKQzFsNm3YFgBHpRLcsGwao+eWTskcBaqLCbRCl2\\r\\n8XxZkFDz/KhzD7tW1embH/jNuuo4XDE0aio=\\r\\n=396H\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.2_1676477590871_0.008771252068376478\"},\"_hasShrinkwrap\":false},\"0.22.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.22.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=14\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/app.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/app.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"options\":[\"experimental-specifier-resolution=node\",\"enable-source-maps\",\"no-warnings\"],\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.7\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"7dc6e7fe8da064a1ffeecb99c0540c008fd61483\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.22.3\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-jcTDcO2olx2U19xm3JvkNeujCf3MXzWgO2ZyPchOgEgSmI/2vaquPq0E8eg6DVyfi4cjQ7ongYN/G0TQnlAP6w==\",\"shasum\":\"b06110e1f9033a3c40d1eba4f956443c7889898a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.22.3.tgz\",\"fileCount\":351,\"unpackedSize\":1261985,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBCqooB5rDeAA0/hh28vXKVVD2XBBIvCKkJVVbk8cqTqAiBaDcitI991e4dNQCVf3O3dno3sPkB0Tcper4ryaqYtBw==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj7pk/ACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrevhAAobbNNrEAi+Cx7v1lnNlePg53CdDuB4o3I3Z7dyDe38pWAzVJ\\r\\nEv402F1vVxPwp4OUowy65R2/pWgohOcx+Q16UJG3+13+QuCCAwzMijj6UL5K\\r\\nWHnxqUlNmeL13km+Pvfx08mqdr5lKm2WmAYOxYdt7ZO4jq5uFwBAvoXRIcXp\\r\\nTPKM78fwDjh7dktWM+ODAi9ibr5ajstovOixTOl1iDXSfOm+scZt3zcyO5Fl\\r\\nIiLdt+ilokF7n/5DJ8aCO2bPfQO4LFirJbBTRYpgLFICUbcsqiTM12U0O3Kl\\r\\nNxa+ElGHJGMjRCPSCb0wb0PwixxwIYz1vPZ5SGGp7UDHvdrXfKilzfpRntuZ\\r\\nrKTGHFXaFduMCmboWxfq2HlLWajBcxFVN78ov1RLXj5j0kxsbr5wVTpXS5CZ\\r\\nMlhXIgpxHwHf6wYgticnMk+4g2fR8rmoDdmDAi6Qn6jHq/mGjrlP0YusXhhr\\r\\nag9rw8Bp1E2GWSAxJifxfRPqiEKhG/ZMaBK+15ByQlXssNY0RRjqHTt1Wi1O\\r\\nwEIoUR2g0S0SMGEd/E/0eWVtE9A5kh5ND9zXDatm1UdIZX+ZIh/J8mdQv8pF\\r\\nAAyfGcaS7wi/L8oZXhYNMEotZomrj+xrRgGaI3xerAOVX9qxytZcO4J8+Meu\\r\\nWHOoDg1az3b2mSR7qIO4agdCGqh7R8UGFCc=\\r\\n=KRqv\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.22.3_1676581183106_0.16512708921086294\"},\"_hasShrinkwrap\":false},\"0.23.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.8\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"69dcecaf45d9bf2fcd580556ed3bbf2423093d41\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.0\",\"_nodeVersion\":\"14.21.2\",\"_npmVersion\":\"6.14.17\",\"dist\":{\"integrity\":\"sha512-rrXGlYsk9Z1jeVHhipaPN8SXYXj7kQT0zRAqgdyEyn+nZirhr7s0UdnGKzz2SpnlbqwEF4rz31xwSK9Ba3QRkg==\",\"shasum\":\"c214debc5917068a85259de2cd5306f6d020a569\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.0.tgz\",\"fileCount\":355,\"unpackedSize\":1268178,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAfGL9B6rJGNn/ix7VtUUKbuvnNcLFXaDrYSFN0jWzTjAiA8DSsEFpRO3yq7Pw04J4SeunwDGyF2izBtkQh5uvui8w==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj7xMMACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqOYBAAkGQNuofYEjoQtTqu9G67ETQaHoRCjmYKb+t2EIK64Pi3ou2v\\r\\ngYYhB6HswkktFgNaT4DJYZgBDiUcZm02EhSwY8pkNnyvNwteMJW+a+v+97ce\\r\\nGp1d0SsCswHrYAsPkcL0Gf+IXmcPcKMHl2jAaIyl0O8rj5arJ4K3Ig7cU/Fv\\r\\nQxdZ/j4yjqK6agDmu+Cf+WQf0qZw800GwkDse1gBd5tb0CpFkp81GTJUcKd2\\r\\nizfZ6fXOWBQosu35cpT3CS1Hi/iH5Hyn0f7z6sEXGIBD9KAdd41HNo8tTDjV\\r\\n+90S/0nDx2EBb+JCZzTi+xkyhpU0d0xGgy293cpKsSN9WqmfVwKCi6rupIAA\\r\\naR6VkmfssfwjYsYWVzH9LVXCUDE8SYcSunbakByrADcinuZ9Mi7W0o1HXlaI\\r\\nrEHEdyC/mbOIrNO9uK1IAv5thXPf0JO/02wR3KXDgQCcpcDYSARme62AqlPZ\\r\\nUFJwqiS0Yp3u5NruCxE8T5c0rCOQ++HHDvevAm/kNc2q+M+90xahF4ZcvEsU\\r\\nZc7WtdbCvP4j80VbanoF0DwYCDXHFTAmcyYBZIbUy+1CNU9ZqfPRMQFZRah4\\r\\nKXO9rIG19lpa3zZG9uixM0hb2BGJCHjkOCatMcXoCtZCBJiefJIYdwRHS498\\r\\nhPoUQBWcNFEqJgwPb8LXTTPNSPbsyQ9oNZs=\\r\\n=nAoo\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.0_1676612364535_0.7387999396374139\"},\"_hasShrinkwrap\":false},\"0.23.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.8\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2ac796c975c4fd85746ae640248649a7d9e28b01\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-0\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-GuKqMk/G/CO0JrbWDVwPlSuFJqt20PYPUM8rQXm4MWbv4cjDoXadOxp0xfJ/005Nh4SN1+SgmmjsU3WN6xaGlw==\",\"shasum\":\"0197d17cfddab81cb19cba699600d2a88b33668e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-0.tgz\",\"fileCount\":355,\"unpackedSize\":1268291,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCdGltBHUM/BBBFvHZziErZbF8C6nnwCDQj0jqgjyTo1wIgbfajF6OxDrT9519+Nh+Lle8aX+sNbQhhLwlX9ewv06I=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJj/OtSACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmrC7w//SZOGVL290mQ9tA9FYrbsb8/U0Yq2/NdJ2ynuHKl/ayef+WY6\\r\\nOb2rFJC0K1nAT2wCyd2ZqLmMGUAmyyjOvNrNdICPCCab2kkeobFB7LzqZUUu\\r\\nQ+sHzXY6XgMCaWxX6Iiy8oe8UxeDz196EUR8wacy0sXynA+ms/rcj+JRrgCA\\r\\nlnkMpjQTNQ2odclGQdvUDg1z2Qczxzlp3hyzlvdcFXvjO8wPBWd73SUoDz86\\r\\nBjPO9ZBysepZ/4unPaFZtT/hU+1jdez6jMSIZ4E7Jxty0f7xCp4XaGDhC09i\\r\\nOhl63LICXC6UL5HsEujkB++R+V5OVkVMHWKbPxno5hV5E/NMf+0x3jX8+eVC\\r\\nwlSBhGN65My2dS9FxxMFT0J+/HBwlbuXSgh9E3oKAJ/9rfIY+vpomrsqwJok\\r\\nSUTNTAK939yUHfYaJ/bwBG4SEZgj60CoLz7cpt+gyD+o8lG5gn7LFanaPabw\\r\\nuhlWVvT2fB/ND/1yIjKRneaL+GVZR8o3ZaWJK+t8eeQuCck+rRTA/iypg8ne\\r\\n5rUZcPQj9MxjwJ14BQ1JmuZlxZqpGijOb23Gmh8Kj3ntJCp9HsrIMqemx9Pg\\r\\nogIdH0VHbAi87IxxYXHlXHJ1M++1XLDpBDxwjFUqV9hohrSo5ODIKcZbQhdS\\r\\n5TC7SzW4aC7dAMPEiGKgz6PNOsPZWqgHuCQ=\\r\\n=Mnfh\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-0_1677519698671_0.004274004008536503\"},\"_hasShrinkwrap\":false},\"0.23.1-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1ed0952a6963fc2f26cdaa58fc5544c0c566b8b3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-1\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-D3UJVJnwztugW/8IuZ3W74JbkJqjRuRPPW3GP+lgmLXVkLbeyxgIR/4RysXnHXEgtOv3UPwXYmhjjosWma2jnw==\",\"shasum\":\"ed710bc3bae3df5b49bad0b43fba3502d4d073d4\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-1.tgz\",\"fileCount\":355,\"unpackedSize\":1269136,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIEDmRrSGyRBsPBoPSqStS+5L/ikVudz+qtvPe+n02ayyAiA4Q2hC2ggt+A1Kj4od4k1RKJCv3wLEgO+vZPt2pBgwzg==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkG9agACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmoKRw//Z5PPNWtHdEdvn9UCapb6kJ6yPnVmczgUGg2lufm2ifMHPFRb\\r\\nIOn7uqw8OErMKUBPMYoXpvebNUw9903uepDIj3J303WQMZJPbS3sOHalkEWT\\r\\nKHn1MCNeO20+rHEBfl3GYyuCWkGisMJC0HADPg6mm4QpfCzpV78jOmkDtv7x\\r\\nByatLnq7F5z+6mBRvDA3Sa5tpQaf6BvgrYyNF04hzEJKGQZ2862CkrBtUZMx\\r\\nQSq3FNHKqrQ4Nw7nlIG76jEV117D8VrYlA/Qb9rgEQadCWaz64/Qum1dT6Cl\\r\\nyFRMhPbhq3z1K2XrCIqUyU6Da6Kr85LoIHPKn2TuZ4gFJRjJE4nfb6vj+5c4\\r\\nFZGuA8bfPa1VEPLWIJ2yUmC8hkrGfQFEZW9e13O/jM+4RswervHJ7BBF6E5z\\r\\nf+O76hEHL2SNovU1OLNSIo4tnjIrQNqHJvQg9h+wZz3ucfa2NQPxMKquN/N4\\r\\naFchCYJufUHLeeBRVt4wSf9LhFZhwedYEGp2WjxW8AmdMs27hos/LHHTxnC+\\r\\nFqPjz1EStcYr9Xu6V7+D4GggPgf4rxCBkvYiXQqzT6tHxxCtjy5GKuk6s3do\\r\\nZF7EflceycaeNFo/kFDoarHTkij49cme8AYYkTdMRmKBAYbJPhAF75ImtXcL\\r\\nCNojJUzZcrzhVEL76k83t/gws7fVCJERbR4=\\r\\n=a9dr\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-1_1679546016399_0.9371419827932925\"},\"_hasShrinkwrap\":false},\"0.23.1-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"86c7a5027c03c4f6ec28be2f09b2f6a584d72cf9\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-2\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-KZzEjzGvWyJARaUYNfpVVN6t9J/MNmQ0aaGVHkvY0W4Ocl5QjBG/Uc+72Iy91udwOZ+ECJp9lSaxtpgoRNNt4g==\",\"shasum\":\"276790827314a1be992d05d5e7503394aa25235b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-2.tgz\",\"fileCount\":355,\"unpackedSize\":1269294,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICr9XPv1NbtESWTmD0jyHkIK/v3DyvluaFjh0cVuGCQNAiEAwcRTGMbEJD449cVSrTPe5dRXY2gdoPxEkLwa67dPkDM=\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkIkdqACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2Vmq+4w//YPhiYNXLDJ2Clx/rhvgzmUcLI4nKAx/Tia5EGZ6mJb2iZqzt\\r\\nGKjuzxyxCSNn9fXqeqCsfzHys3DicSpRiiwC+UviQ13qxhqHVGZXgKqsiteg\\r\\nqprSg5JPI7Uw6AYdY3zEaqcOIJPDSYxEzduc1Ym+dpgBOzK3+fql/7oUE9dp\\r\\neTJJX6r004/ucDcTVieGFOtAO5Ze+dsDjxcGPkYxfhuLrkhxFOeHosM3/we6\\r\\nHs9QMnB//q7CtoJdMk5O3BBim3AcVe5D/5z5KieioFROl77FUqYhUz5iTRIT\\r\\n9NJ1NMXjQgA5pCqAJ9p3rhrvIWt4eAddecOv2iH8UAJHVl9WCUAGhW6RXeQQ\\r\\nCOsVyO61vNQr5KWXJjxzxoysZC1H+mSC5dMonrgO59W+gHhdLeikKREIHDAo\\r\\nGGy9gHc/wEmYhRJGn0tk61YvyvDaumwurfWXJsgjRsspja/OE552wAJrdNdH\\r\\nBXbs1DiacRdX6ZZoxvIvd4gtA5gdT/GaVUEz3ok1tQrLNOiPXL5zewl8hKUY\\r\\nQzRwFxnMeOxyb8F+luye9kOAbPwIpDUd7JsH4Ijj3yDNUDb2KCId8q3BT4iw\\r\\nLqx7dDBiz4Cifag74Cc3rnqjT/uRiTf3GO27vkW0fC2Zr7Al8GHbBwGKMIp4\\r\\nlye3Ccg/DTnRsbdgQetTbLGxm18P4PW3wIw=\\r\\n=8J8i\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-2_1679968105945_0.7213662197515154\"},\"_hasShrinkwrap\":false},\"0.23.1-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-3\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"5529ea630bf246faef60a624a710738711f4c047\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-3\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-+Yydoeh9Wx+peTe6IB1KuRK0IonqZrn3ngbvZEmAp06+tgd8DN2XpzL1b7Ouza7uz6zbo/mUSGIgRWEhUCyihw==\",\"shasum\":\"cc6fa39e29b2ccb1978073540eca5924b72400bc\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-3.tgz\",\"fileCount\":357,\"unpackedSize\":1305483,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDn1GZhsFSwJX6G6vQYI7pYWCV/t4TOpxxjk4AFr7YYCQIhAOhdjdWnona4c5NJVfFF1uPO8MGbKd7Zp/SR4B7Xuv67\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkPhGDACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmqGJA/6Al8lSNOcrcBfWh3NaWy06xmNTJ9cBtUxqGqkrrL9yftQXeaq\\r\\n/694vNH5zskOK3ZrfT7rlRfBWObfRg9bSAET+y3QFvbclZKfRhunuIP6C0gl\\r\\n/Nb0MQxxYRgQOjvajaK1Pz8qB4FRb/ZkAnJPvDjZ0XCnSACVgg6rk0/hOJ9F\\r\\n4DSVTHWT9JxI/jRKnRM0p9Jh9Wm6EttLyFSdSEoXLfHdGUiu2HNqB4JeAJYH\\r\\ns6aDajtIYd3+oT2G2W4JuwLHRYw3k8ELeo/XAckv4RxsjzWc/js6/GEfhft5\\r\\nQsRsk8R9OZ53LjPAMXyWRJQNXAK29ssjns444sHLa28FtFvqntUVLi4KUoPc\\r\\nxy91Uv0LuvjskULlHHQRB2bVEUx+VH8NBxqI1KXCb7U0ECl+U1p43FH6uYCG\\r\\nR54+9d2DS0ugGecL+edYKrGAgCx9mWfktaqWkS2ANBPWNCi5+rthHbX4E40A\\r\\n4Oy/ElitSocGvVOXbybvoZZ6E2FqhxLMa1ZFZKRhdpORh/lBXRsZEhVj/T2G\\r\\nmZ/td92s80a3kJ3LlG7mH8dMcFvfSGwSdOtJBUley7dxJ4FcEYP9o5PmMHfO\\r\\nnJ54p62c2/9N610FdNTB07Z6RL0qWYuBXIgeyfEY2KyuuuwsD43MEvX7maS3\\r\\nSEPOchotTJrAeOljgPGzXnX5fffvIhEjXOo=\\r\\n=87B3\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-3_1681789314743_0.7529492167247998\"},\"_hasShrinkwrap\":false},\"0.23.1-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"53e9895239a822b7c878e9e828b6f448e4b89c80\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-4\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-wcaBHGD5X/P51lKS2JDOSuJk9t16wKU11Tm6puf51LUs+FaGfKRiuLdSe41C0DEJy9xWeR8Fks6Q1gmigDOi2w==\",\"shasum\":\"d61135c9b62a4963acaf97d9ae448840b1780b0c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-4.tgz\",\"fileCount\":357,\"unpackedSize\":1305641,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHx7sUir5gtWWK5v6CvrfC5AAcoC7jtgVfazz9jajBIPAiBOWE/6OCzrh19PBny6V+pQ0rbXoZ2W67COs7x3krkSuA==\"}],\"npm-signature\":\"-----BEGIN PGP SIGNATURE-----\\r\\nVersion: OpenPGP.js v4.10.10\\r\\nComment: https://openpgpjs.org\\r\\n\\r\\nwsFzBAEBCAAGBQJkQYuOACEJED1NWxICdlZqFiEECWMYAoorWMhJKdjhPU1b\\r\\nEgJ2VmplJQ//QJklXQU4ekUa+4b4K4WKqf5qtX6jjgJV+gGDeh6w5i5KP95q\\r\\nxpgTilXuQJpHAVJnBa/aZN82pPnbtAlmpvpXEOJ84tzkUGhfNFQeW3qLgltW\\r\\nBZ4PwyMh7DpD7dcxxKG6dE6bz5cavFEmoBsQNjb9/xDWXbZZfAbiEkgpNMxl\\r\\nwj+HQpuhXHUErQuTh/oby7z6gcr9lGSJzNXGdg3tZ0DWwB/+z0+KJijeMlqd\\r\\nPwiO2/iYJK8X8qKbEE6mlApslNwg9B7CJX5p84xzGZgpe1oGvSTWn2vcauFQ\\r\\nZ2m1095IoWqpBIQudDnDj+cgxbGL8LR5Hu1e2PbnuztcJ1tUf+3W1NUZpkPq\\r\\nOBc/LQzAjk3Tjb9aZGzRoHtMBgXrxGPLwJlKupdwo0YopwX9iqNdAq9S5b72\\r\\nBUVe3jXXhjN2cjPJ8fJpd9ieRyZp/fuRzEHOAHHjaeJjhl3stnEpXuIADiRD\\r\\nkvpvf+wZhA14l+Lnm2ePdK/meXQBSG5o3CHp9ZBL/Y12Qhzd4hCaWt1D08xQ\\r\\nGqd3oKWgsPtMVgIPO1x0pEkEI+0kY6wfqWUEt9ocvnEXAJaurKZtGhUMq/Km\\r\\n4ky2ogU4c49yx4m7Y2lFK7FGZ+5G7oJrv2mDtLGdhjyyGShFrRiWumQGAigY\\r\\nBsdbMaq4Kiq/DwJ4b0JkgWDioziIzSZH830=\\r\\n=mq8+\\r\\n-----END PGP SIGNATURE-----\\r\\n\"},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-4_1682017166030_0.2719629452052339\"},\"_hasShrinkwrap\":false},\"0.23.1-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0fd9c4213d3bcb830e35c8b24ab85bc2d3a695e6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-5\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-w9egvbpLYSbsQTHdxwgP/bJpX1MUXxdX5TB+ZrkEx5Y5y9ecPjUlimQAAsuPOXGrsp+oDl7WqqiV22hEdI4rSg==\",\"shasum\":\"513addde043dcfc035277a8b91ea19fdf5a0b6d9\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-5.tgz\",\"fileCount\":401,\"unpackedSize\":1505716,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIBijoUw9xQXRvI/l9kQ25fcf7V3YdZgS3gnRpc94ET1cAiEAjinM2NvYngaAhpV0EN9F/EHxD9A59bqAcnhKlHAq8BM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-5_1684330161723_0.5216074505498798\"},\"_hasShrinkwrap\":false},\"0.23.1-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2ae814ea2f018c7f916a2f63bb1430e868bcc0ce\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-6\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-00vkHi+r0SL9J6QbCzzGfq574lRFXgASJ9pu9V/Sodelbq5lyKKxEc/sr8mFLRzAg6kPhiDIwSyBm0NDBiFgXw==\",\"shasum\":\"0acb1dc838452cf5fe32421706a0850833954415\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-6.tgz\",\"fileCount\":401,\"unpackedSize\":1512342,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDZAV93Uey/8WUjXba/CLXiFIZN0EYxBgfuDPO4jSW6EgIgOU1ARvlvlgtQW/3Znc5f0t2kmAUiOTkFmEJRCJf0YL8=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-6_1684351837130_0.29997690308227276\"},\"_hasShrinkwrap\":false},\"0.23.1-7\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-7\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-6\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7fb2da7a7af2601d432223d28c004d610b40022d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-7\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-eXeenerEe4yccYL/+qLRb5SIKiC1DZ2t3AhTmsAL/Vx+4pISJBfcEq00umlOgh/Aq/is7PK/jLbjUH4jJjElcg==\",\"shasum\":\"37b8be9e0a9a48b3109d8ba69c8e6f2bbc7c2077\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-7.tgz\",\"fileCount\":401,\"unpackedSize\":1514763,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD5+PssZe15Fom3Z8CynLRMIDBcP5kGyXX3I5t6GTO46QIhAKm7uEJYvQVixYmClCPyR+dbmJMHLUO94bgYiUykTn6D\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-7_1684419835273_0.130550430069178\"},\"_hasShrinkwrap\":false},\"0.23.1-8\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.23.1-8\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.18.9-7\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7410527ce4afaaf789489a310c4b9188079e4a71\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.23.1-8\",\"_nodeVersion\":\"14.21.3\",\"_npmVersion\":\"6.14.18\",\"dist\":{\"integrity\":\"sha512-7Lv9COch9bXH4F6wHY9S1n7mw1QWnR8af3LHlUW+0td3nuGxSF4n26DIDa0NBotVCPybtMss+ZN0XvxSv2V/kw==\",\"shasum\":\"b57c0d48e9c39ee2960ea9c089a6d54caa66d6fe\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.23.1-8.tgz\",\"fileCount\":401,\"unpackedSize\":1555649,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIE5Qh5hf+VV73FoVikxhx9FgCeWypktZE2vy5DvXRet0AiANvbb42OTTfAHqMzRlf50qmSJ6pjZaQucYLABS7Kt5wQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.23.1-8_1684640764258_0.2741938010243006\"},\"_hasShrinkwrap\":false},\"0.24.1-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.1-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1a818b8fc82fbe13951d5295e5f1d359b5319eaa\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.1-0\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-m4w2ZISxnPhnu08NL/KYxacsg+ITAt/XU2mxWSLyQvO2m1mgM5wELt7/LUoz4BVmFVqQmuKox5dqeM9UE6Hs6w==\",\"shasum\":\"9ed9c23a47c5081026658f58afc1adc674fd1449\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.1-0.tgz\",\"fileCount\":401,\"unpackedSize\":1572377,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFo70nvE6S7Yog2tRGyZbWTonERa9FPkNZjJl0yl8cjiAiAuBTGFGblGwodVhoxbdCB7LEc2rwRCqncqSYD+T/Vd2Q==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.1-0_1684718221377_0.9817909293898006\"},\"_hasShrinkwrap\":false},\"0.24.2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"bc55bbbfde1af33d0048b54760e5092a7592bf99\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-k+GDVWsb+ABYgnUOpHPuS/nOZSQLFjlNPaN4NbT/t7Z6pSnZCgzMjDm/Ttg85TKk2n38Fe1hEcr8YQeIo5GOUw==\",\"shasum\":\"03dc273979e518fc5e6386cfe5eb2127571d1cb7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.2.tgz\",\"fileCount\":401,\"unpackedSize\":1572450,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDBmGPmHAabon3GaxKNyrimCET0st8SR6cVv8/WCa08twIhAPodCd6Vz8ALVvTJwRO0cgS6RAo8/5/4vRORElRML+8h\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.2_1684719121426_0.7136834176272131\"},\"_hasShrinkwrap\":false},\"0.24.3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"8c4a4c8e2510078e5f7e140eea50991903f0136d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.3\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-reV5jbiWVoTNuiDt3mGG2L9YtQdY+7qXWbyAZ12/wropzqJbigER9QzNeh+hD3o8ojPd1oJc7g63mpHqyVyJdA==\",\"shasum\":\"062fed4251a5339dcbee72e308621346acf94ece\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.3.tgz\",\"fileCount\":403,\"unpackedSize\":1585465,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDp+8ClGMu45MKC4cf7HuWttgUXJ2jfPCEMtXZk5ghqxAiEAzlXdHyqyZTGYU7JNch3FICnSmd2XiORpTwNqwTzR6Rw=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.3_1685042912174_0.4779824224693676\"},\"_hasShrinkwrap\":false},\"0.24.4-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f158a8f42b36de585a2f7827333a42ff263d3d84\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4-0\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-DHntmgcFJcbvzWKUx5kWCIN16klDvXcFMnQTcQrOQlAV5h2387QDZWHogCDFseDWmP1TTuq0p6coNJCtpx2ykQ==\",\"shasum\":\"9c7183ef49810a3fffecf895e6448a0591934dec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4-0.tgz\",\"fileCount\":403,\"unpackedSize\":1585578,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICwA52PT3vyRPP3ZocuK5hSnl6wXnVQc8vG5SoOhBgwjAiEAzxMmsJxWb8V8m+/uSy/XhKCvKdBSKsDQg+x4ufsxoy8=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4-0_1685382589685_0.18801500216127587\"},\"_hasShrinkwrap\":false},\"0.24.4-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"6a61f65f6cc10931306a50df21175080f60bcf2f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4-1\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-WTnm9FcGY0zpoRwUle8/Wx9tz63qZjvGcR6VX9qMdo3vHeQJDKTCVFKtUqcditLkY+sqcC7YaWbbmcLlwsnoDw==\",\"shasum\":\"534fc5234eeddae356d8ec8ef14a030deab7f2cc\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4-1.tgz\",\"fileCount\":403,\"unpackedSize\":1585689,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDtL5D2iQ2M2u1h7Ni1aDGROQcMhhQxJobdCQbF16BwbQIgDdzQrOHMWhjdnyONZwncG6M+ec1uiCN6kLfYjWt0iZg=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4-1_1685400024630_0.2622907917704098\"},\"_hasShrinkwrap\":false},\"0.24.4-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c5fcea5d6963b5b10c2c4c477bff5c773866df22\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4-2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-Dp5HCuF6aLYAWjzRSGnYqwccSkHYUZN2mS83opa7SrAVT7MxKeoWxEvfBJ/Zp2qPtdqWGXUn8OMcGgXI7XFwKg==\",\"shasum\":\"7097644430102789cc391bd6242598ed191c208c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4-2.tgz\",\"fileCount\":403,\"unpackedSize\":1585800,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD61nrvjL93LSU9dZ+OfY3EAy+Iy9PUF7v57F/aRd6+3wIhAJVeTa28er2CyVSv2H+qvOBFuXUpKdQydqc8U1cfmYFZ\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4-2_1685462382239_0.9574366562605958\"},\"_hasShrinkwrap\":false},\"0.24.4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"a8164c68f12b0b19413b10b0f2608b71c6b9ae73\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.4\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-fDve9mNBLnwjjdOs9gcAW2ngCzLgW0f33HUVrvH9btJUKWAy6lZ15o8FYJfY7V0Ol/V8p7ngs0EFZc4x+z62wA==\",\"shasum\":\"ca869f54454a3a8ee24487c2ad27c3c5c61d3911\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.4.tgz\",\"fileCount\":403,\"unpackedSize\":1585990,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDf09qEFcn+Vbl9TORIxBNQvtY2lyAHytkCQGf8mUOjUwIhALHfOfgeCzKOLjZSwH2G6Ia+jQXxh7h8cLjFH4o0dMQn\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.4_1685464021838_0.11419227401675891\"},\"_hasShrinkwrap\":false},\"0.24.5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"67251c122ba4728c410caf0370b243ed5ccd4400\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.5\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-+pksfl9KDwfuK6xFgauRu5EGwYjC5nT7akIus/82Ofdpu51Egf3vkHhek7TOX3Zjb/fuPYtlPdc3XMKAjt+aag==\",\"shasum\":\"ca3bcde62da79000734ceedf6ca8898b0cbabdd2\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.5.tgz\",\"fileCount\":403,\"unpackedSize\":1586174,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGAed0nOa/r7L8RQRURbS3TQDF5qmtnLCRal0ZJEQJZYAiBbv9fNfYSMDXLDulylmAfkslohBjo66ROjJnJvEPr29Q==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.5_1685576227201_0.8886606730978801\"},\"_hasShrinkwrap\":false},\"2.0.0-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bdbaacd9b452cc391c0fb46dec89ef918c779934\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-1\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-coVXu8d7eo+ql5n9l7GWDyW6v2w5FhGc1Ajfn745wiifgWK1yYLSyEwU3H7E00et0nw1bMCt8cPNjNgVbkkJ7w==\",\"shasum\":\"2bebb29bfab34eb7065c49c92f1c675ea8a65c54\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-1.tgz\",\"fileCount\":412,\"unpackedSize\":1652668,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCuPuBe0aveAmiMR06E+A4iSIHEVWVeF0+TpgKOxpXZpwIgUNbso2uJIFNtlfwUHvRfiHsjUVvtm0AeEiw+HKrcYDY=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-1_1686856342563_0.7954119610323955\"},\"_hasShrinkwrap\":false},\"2.0.0-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"33f256d86270e0bbfd45668b940395bd1990bcd2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-wb+dsgeZDCQyawr8KoYDr6YBCpwyTf4Tx6D8hUo/7witXpWSpbX0hWd95kq45mp6oknknvWHm9K5IidgLxDmVg==\",\"shasum\":\"027bf820c39f0078d0a8f5c62630b89cd958cfc2\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-2.tgz\",\"fileCount\":412,\"unpackedSize\":1652775,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCxPA/gTtB+W/Tt3lpRWKNOhGIi19P8Kt8cwTO/fGzchQIhAIYnMd75xEyeTFgW7TMFrXZGxE6J3vPyHvXwStOeIVhk\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-2_1686856389290_0.10794098911855099\"},\"_hasShrinkwrap\":false},\"2.0.0-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-4\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"fd628d0546650de6018224e7071aab50cb8dc42d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-3\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-5n0IpDbuIoZkmbMUjqXRHS/1X/sS/n+AT/3jy/elTEjfSN39iqD0I9kVFWv/10chPTo0886CDVJkNxfw9FuJSw==\",\"shasum\":\"37daf0b9f35cd5de28ee7a59b3af95a0a8239926\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-3.tgz\",\"fileCount\":412,\"unpackedSize\":1652882,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDGEC4vUkPXbNNyi46/IwAN7TVZ0ZbKfiKuF77QHoZDhAIgUVFXvKu0Wpwj6CPGAKgVMLDMKxtYNdD47009Kndfzpg=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-3_1686856474947_0.032966133236662865\"},\"_hasShrinkwrap\":false},\"2.0.0-4\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-4\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-5\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"76fb7075214418185f2ab5c7a2c7b6ac834d85d5\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-4\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-+izAjnUOIltR9ajTR4tZVblrwaO76eVJqfeOg8iTXxSZN2xqBk2636voFNEwM7IOLfBzaw+wA21dvMEUhfqSkg==\",\"shasum\":\"c04e15f9d5cf65b4826b6c2b0f85d13c5377acaa\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-4.tgz\",\"fileCount\":412,\"unpackedSize\":1656020,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCP+M6YkAr2Qj+84UL7oxQPoyZtsuz7W7cUDjtTjE31fgIgEo5cdYQE0BLdCiV4aOqCvIqU2RsVqkSmHR0EllJgNCM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-4_1686895406561_0.15638528367758453\"},\"_hasShrinkwrap\":false},\"2.0.0-5\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-5\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-6\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"a2035f09006bc8bcffd731e329c325d519472a50\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-5\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-MKAEh2QHfoTBurZ1LMPnpyjotR3yW0PITV2cAS2jLzEmax7NT5OMuPH1zkKOd7Lc+VAYm4bWOlDnlOz9OdS3Fw==\",\"shasum\":\"3bf3169726c73935f83fddef123547bf589e7e1c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-5.tgz\",\"fileCount\":422,\"unpackedSize\":1679232,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCUq8hFYY+K/DxppQe0W/7jxZK49t8YE7nsS3/ppiyCzQIgMmAwl3Vvd6aLy+xLuNoc9dgcW6E10OUG+SzdBzAU0Js=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-5_1687355958120_0.7296584238142034\"},\"_hasShrinkwrap\":false},\"0.24.6-0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"0.19.2\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1fe6af5484c9b4883c408660c082262216f8b37c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-0\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-EPemrUXDwxrGEqqWNQOQBwhDukj7Yxqjl3xWGDyzr1OUrO/J3dx9Yt7gQ4y9Isl0Mtkt/nrym9DDaAtl21+JdQ==\",\"shasum\":\"3893f6980c3b839762160582f9721a02c276aa88\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-0.tgz\",\"fileCount\":403,\"unpackedSize\":1586813,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIB5TQFWZMjsER1xxli1ZsVdEbAAsv8Jt8dThqcF5aBpUAiEAickJZMSD2NbuVFnMl30iv9/j1ez+qzsE6hXsSKPCIKM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-0_1687389360810_0.9968554640901308\"},\"_hasShrinkwrap\":false},\"0.24.6-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c16a7074f9ab466c0cfc6cc216bf2ccd2a56066a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-1\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-YRxVasFaiy/xXFS3S2gRCi1V6eTs/vlF6THFmcpzDRW3CwS0+CwX7/KEdrdgAg70pvjDpv2qX+hkxPsRhjVy4A==\",\"shasum\":\"7aa561897fbbdc45dd1c230fdef587eaf1aa3f38\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-1.tgz\",\"fileCount\":413,\"unpackedSize\":1626362,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG9vlEWLpe/4rBOXXwrAHwB4Av2hD7pm/53JClDMZ/kUAiBc0NxWELyGp+PB8ApfTuTNqgHv45d2he5lko6NgabMhw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-1_1687410817647_0.9817535997991766\"},\"_hasShrinkwrap\":false},\"0.24.6-2\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-2\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2c714864a8de79e80c6361ece5fa4b5a96e11f7f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-2\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-1pT3aAS7aLNiKsFgWuxJ7h2ItK4qzbgfpVXIrVaVdylvNlW7g23VKnvBwiMqf4PPoZjJTiAP3D4bkO7kpJvWBg==\",\"shasum\":\"9e7b34c5d1425eccae9e3fd88fc2343f6627609a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-2.tgz\",\"fileCount\":413,\"unpackedSize\":1632953,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIHXPtvPf8i47QLVlV7tQQU9fekDXz+60qh0I5pd96AFeAiEApID99nkZHhViU+4Zv8DG+3GYRH1hxi/9Z9ok1hUs03Y=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-2_1687446962854_0.3412885176323077\"},\"_hasShrinkwrap\":false},\"2.0.0-6\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-6\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-8\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4deff59c7c3d9f89cedbd9f0769a1a52340a1bca\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-6\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-xL8KzR8oqSTrWKkrukw/gD7u0nn3LUHE37GdU6OIvfl6RdnHejnnc0wQRn5d9PEsaHpT/3D1aTDKXx76bETjxw==\",\"shasum\":\"8c41a4225bbfbf991674bcff8dd0266756bee639\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-6.tgz\",\"fileCount\":432,\"unpackedSize\":1725581,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCnPDmdHfU1N0rnw5gmgdCo7Xd58a0+kL4y268qQQ7NDgIgYBO9xX9FOjfa3pKa/3CKpTK6OGVaJX+rWiatTtE78cU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-6_1687473209777_0.9074502410704979\"},\"_hasShrinkwrap\":false},\"2.0.0-7\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-7\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"npx tsc && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"npx eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"npx eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"npx tsc && npx gulp\",\"build:local\":\"npx tsc && npx gulp build-local\",\"build:binary\":\"npx tsc && npx gulp build-binary\",\"watch\":\"npx gulp watch\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"babel\":{\"plugins\":[\"@babel/plugin-syntax-import-assertions\"]},\"pkg\":{\"assets\":[\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"src/cli/**/*.js\",\"src/ops/**/*.js\",\"src/storage/**/*.js\",\"src/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-9\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"gulp\":\"^4.0.2\",\"gulp-babel\":\"^8.0.0\",\"gulp-install\":\"^1.1.0\",\"gulp-rename\":\"^2.0.0\",\"gulp-sourcemaps\":\"^3.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"fd37510a29a94cd9da06180e0421fa1c40b8d553\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-7\",\"_nodeVersion\":\"18.16.0\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-y4S7/SWZFz1c/uAva1kbkf+71E3GoUeAAg+iXPNMrHn4764bP2ry5Zoop3fSwV9jq7CqlsA8bPvojeT1/tzxLQ==\",\"shasum\":\"805970102b3b1d09e6db32dc259fb23394d5e311\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-7.tgz\",\"fileCount\":432,\"unpackedSize\":1725970,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCsfrqT+EIKrQM6lknmZsfTCj+IKPtFawmeVn4IkDWrrwIhAPqykMdZtwvlqViUIxH+MNYwEuhNF6fRYjVwwLLo0XN/\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-7_1687552404415_0.7061033563573631\"},\"_hasShrinkwrap\":false},\"0.24.6-3\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"0.24.6-3\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"a308518ccfdc1e02031bcf0a0fb2c0ffc8143572\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@0.24.6-3\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-5Jkt6hnht9eKqP//jPG4RQ1BOjMMHg1QNs2gMj6/raggDt38D2M/4JmLsCNTObHauZvZl28f/blZ+hQ0+cizVg==\",\"shasum\":\"8a9f8542eae8c2ac166fdcfe1d5c7d23093a5354\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-0.24.6-3.tgz\",\"fileCount\":413,\"unpackedSize\":1635918,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIHKDyKVVVExpkGoASBwLM7LhwJ6h1LBxEy8SRluFGrxcAiEAjyYdXe511sq8HgoX5rsVdzCJSsOD0kd5BUN7VFxg2/M=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_0.24.6-3_1688133881612_0.30184729727492976\"},\"_hasShrinkwrap\":false},\"1.0.0-1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"1.0.0-1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.0.1-1\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f49ef37bc2beecff67f2681179f52dfdec602dd7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@1.0.0-1\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-o9p+ajKNoIgi0CwYWxprE5TYm9XHMR4AH2R44SwmRfapv7ThHhb5zR5rywl1KnNLk4Ln14PLGHjMAXosOpNpbg==\",\"shasum\":\"c369204a985d3becd15e6cfbd8bd536a8cfd08e7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-1.0.0-1.tgz\",\"fileCount\":413,\"unpackedSize\":1636028,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDuSzb8H/WhM7fOTqSUacBAUcV1wTFBbBGmfscxSzWNcAIhANiZ0KlRfICb13cUQb68Oai1kK9M3cl9B1IlpmL1QGyW\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_1.0.0-1_1688149310837_0.12694788490602438\"},\"_hasShrinkwrap\":false},\"1.0.0\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"1.0.0\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.1.0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"44eab7f8c3d6e14caf2dd3303bee98f90e81b7ef\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@1.0.0\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-xNrNSZ9bNutZp/MEnL94gj/DFHiDkA0NTDZWOGZsHWJheXe/7TNZidh51CALw54k619I6oS0ZRnBlfJRDhcyMg==\",\"shasum\":\"bc7c8d322dd377d32bc84eb3c0aee807261dc232\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-1.0.0.tgz\",\"fileCount\":413,\"unpackedSize\":1637551,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHfyAr3kXUPNBdHvOYBUwog7A+2su4zJ3ZvzyEogknWtAiAFI7Fa893cOAEE0wzuKnjv4gbdq9Rtg9E0XgaV2IJVIQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_1.0.0_1688161204663_0.5574006883286284\"},\"_hasShrinkwrap\":false},\"1.0.1\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"1.0.1\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"1.1.0\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"gitHead\":\"c0ee6d37415fa35ce44f2eacf021fcd165ccead2\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@1.0.1\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-KN/jRjgfTSuhO40qHEy6YzHUZqQbKtdtndlP4Zmj8h2RCOf8dK+d/nKZSwA2zd+ZPHGzZYJAWg0CD9gZXEnZMQ==\",\"shasum\":\"f2848cc82ddf326c17a35036f340c74ed12b13e8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-1.0.1.tgz\",\"fileCount\":413,\"unpackedSize\":1638328,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDEprt480W509n58wlJk1cBZ/tZa0/0LSBxXd3tAYw0uAIhAOXSAnTcrPGBD/6SoRcoe0VUOvQXCm+ZamfImuxB0lvL\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_1.0.1_1688410272331_0.9213025330935287\"},\"_hasShrinkwrap\":false},\"2.0.0-8\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-8\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-9\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c60b06b3a576c78886f589686933156357a0222b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-8\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-3J4ra1qK8fJ2nmhz7546P2O0WWPgVSN28aaLn8fXLCNVeO8eQ/8wGEBHzmwnZDVUiQv2V3QnmmQfJUb76Tsffw==\",\"shasum\":\"0e963bc6098a8025e645c9a807402055719f61b0\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-8.tgz\",\"fileCount\":432,\"unpackedSize\":1732354,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQC+HjwlF5lTX+KbiYWvFFM4m6fbtNRTP5oI5KeSmWQFzgIgF/KzZvXB7ruS8a7vYCZVe+vvAp1wVn0O23atTd7Z0vU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-8_1688578171417_0.10376773093408698\"},\"_hasShrinkwrap\":false},\"2.0.0-9\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-9\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-9\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0df16543712a7a18484693b8b29868498faca215\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-9\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-mx059H0kKjoH2Q8ipU/BP5baiPnvmW2xU58EAbIYxPjt1QBxQKu5NlRwJbiZBs1bwruK874zYCPJwBHcWIArZQ==\",\"shasum\":\"0b11f36c38a306abe273b5e2eecf92049abb935e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-9.tgz\",\"fileCount\":432,\"unpackedSize\":1732154,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIAItCWe+N6tHgs5IuWuPs25MN5K9nu5b9jTaVl+6pbB4AiEAjPjbLCR9rX0JD0BNy1rwf7oLqD63rOchCebeloK974M=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-9_1688582765498_0.8143658293650826\"},\"_hasShrinkwrap\":false},\"2.0.0-10\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-10\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-12\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"cf74b226b9385d60d4d8737d14011d5839eeac43\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-10\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-hRYXbnKoM2S8FEonchd5fBbf2UXICedgYnOxTIrv0ZhLdVpCnARVwfTk52N7alV9gTDpNVqvbLqIkivybtZHUg==\",\"shasum\":\"a89fbbeea061801b89313d50d031a03df3c3e98a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-10.tgz\",\"fileCount\":432,\"unpackedSize\":1732261,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIHyAx7f5sjiMw4lz3SR+EP6ht2zgk9BJ7hBcB7wEneD2AiAKAokpoQai7VUNFs8/VEmjiSl0cfTEJs4kmY32TmsNhA==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-10_1688589755785_0.17459325965119832\"},\"_hasShrinkwrap\":false},\"2.0.0-11\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-11\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-16\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2049ef720681f9b21685244552053714bff442a7\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-11\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-3nnMCJmdXBHcktf+X3IxvLpGRHatNgGhXJu1Nq8EHcId9p5USJKtXQ+IwLtDVu6D7RVT507cvd5ee6i3QBsVIg==\",\"shasum\":\"37e41a214357071533a8e6d9bd17625359b19701\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-11.tgz\",\"fileCount\":432,\"unpackedSize\":1734766,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDQfiTycJAD5Yh6KGtpfZZskKWjxlqJThrolWqBb+x1QgIhAMUaW3oPc97bmtQz5bHO5Sp42dPWb/1YF36iuVxvV93B\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-11_1689567663620_0.8055478094681889\"},\"_hasShrinkwrap\":false},\"2.0.0-12\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-12\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-18\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"306cd4c26d449585211527d4e2df32d652c2eb8d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-12\",\"_nodeVersion\":\"18.16.1\",\"_npmVersion\":\"9.5.1\",\"dist\":{\"integrity\":\"sha512-ChWJMvtv5X8GrSsS8O80YbE5f8WtnTbCpyuxo9DxtylXsncsBNjUNlDtbYUX+V4hYvKZFy/3K9ZJagA6aI8K4w==\",\"shasum\":\"dadd236fb619b3b489017dafcfd7feff8fedc766\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-12.tgz\",\"fileCount\":432,\"unpackedSize\":1739544,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFxFMLDiSRsCD20LNI5ACuRXgPkw8FlieiUspIIDCfAYAiA2Zrqyt69ZKGob+j9Fqbhg1FFiMk1W1v3ZcZy2Wji8lQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-12_1689721674795_0.31553957202870375\"},\"_hasShrinkwrap\":false},\"2.0.0-13\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-13\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-19\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-import\":\"^2.25.4\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0c8728f89e58f1375d83e47854708d23af9d0f59\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-13\",\"_nodeVersion\":\"18.17.0\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-Z8Bayu3nw39Lz9UKrJXyx61IlpLYWvz0t9xFrSFK1XhnKHEsI2ZKfztaKOWxpbhRcOEpbP8sXaRYvhN3G7TFlQ==\",\"shasum\":\"5bcb11000ae3180c8fce9b06ef9d4429727a153e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-13.tgz\",\"fileCount\":434,\"unpackedSize\":1748128,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDq3J3pGrlkSv9MxFgB1x33tZJV7cj7tqlfEf9MKY8/rQIhAPg4k0LmZgkmVdPWdMfhgsac2ujjYMkaoHYkJfxkoN3H\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-13_1690838827443_0.41098381966630093\"},\"_hasShrinkwrap\":false},\"2.0.0-14\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-14\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-21\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bf5f06f1951adaab3612be2259a56fce352a83aa\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-14\",\"_nodeVersion\":\"18.17.0\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-sveo+DXtAycNYOueKpBoDztNnz/3zbBiyodm9419MxwfEk8RpCrW9YeUFp1r1s7LIhRQ/tYO7L26u5MuawqIWw==\",\"shasum\":\"0901cfa535fc7ec60be0ead83a8b5da0213c1c1b\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-14.tgz\",\"fileCount\":434,\"unpackedSize\":1750145,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQD3mFwgd8whVT6eZ9rmqfUf+P+R/GU+28a0LvRsaZhA8AIhAJr+EyMOCWi/jj5MBXXvnujZINM4f3PugvCn7IWuYKmu\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-14_1692198888894_0.5369723636432313\"},\"_hasShrinkwrap\":false},\"2.0.0-15\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-15\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-22\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^9.4.1\",\"compare-versions\":\"^5.0.1\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^18.11.9\",\"@typescript-eslint/eslint-plugin\":\"^5.44.0\",\"@typescript-eslint/parser\":\"^5.44.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^8.4.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^4.2.1\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^2.7.1\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^4.9.3\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b5fcbfa383bb6a2fcc644bfc762a3ac66c2d4771\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-15\",\"_nodeVersion\":\"18.17.0\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-7mcYMK9VRepHkO5kI6khvoM8GuVVfdSBxkO1b6Hq1vH6pY83e9CLXhUt7U5H3lr61uRt5qQuL2VwxBCJXjU9+g==\",\"shasum\":\"eea3a50caf65c78c7e7ae54f5ceb2b32ecdcae6c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-15.tgz\",\"fileCount\":434,\"unpackedSize\":1750413,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIBBRtLuiVJU0yyUheIDD/XUC4G42Xsxq5tx0cXOGg1I/AiEArcpjbW0KN2Bj4541wQT9w55uOOl939vyzxaqXT3fqwA=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-15_1692243929007_0.45496768193998816\"},\"_hasShrinkwrap\":false},\"2.0.0-16\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-16\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-26\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bd2a390e1628d6634d395daa2e1be6c540073375\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-16\",\"_nodeVersion\":\"18.17.1\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-JXOX+llu+PkCVHhD735Bkm7SBtLMtqtcX0zrr2lHV3W//mLzCDkauSGTT2tl1gm6zL/y4cbL2mcROSsylC6l8g==\",\"shasum\":\"a15455e5917f5119e6b3dd280e460aa5ac22b173\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-16.tgz\",\"fileCount\":450,\"unpackedSize\":1831238,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIE8ky3reMWa56XI/F9mHyA8ZErYrxJjQOCTIotM61B3hAiEA5WGw/37xkpSKgsBTmC85M616ZRp7bi8fZVY0eyt14/c=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-16_1694209930535_0.04818294293308378\"},\"_hasShrinkwrap\":false},\"2.0.0-17\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-17\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-27\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"14d7b5faf6bc95736df91f20db21ca32a612c10f\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_id\":\"@rockcarver/frodo-cli@2.0.0-17\",\"_nodeVersion\":\"18.17.1\",\"_npmVersion\":\"9.6.7\",\"dist\":{\"integrity\":\"sha512-41skw0ur3rXyL11BUYoM5YorZEEZY2FMtgqAPi95rVLaiyy+hMfLVL2Kz/rHNqw/vPHnsknhYnnr5yV7iInqbw==\",\"shasum\":\"cac4d343124d06c411a944a500f33895aa43feec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-17.tgz\",\"fileCount\":450,\"unpackedSize\":1831349,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDgJeDUeRRfFVKcoCjze4D/ZXUJvew+PJc1RIbCngDFqgIgKliqwOfR+1rOhmyNQ5PJD4r99+zYRKmIDTEE+Aq08hM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-17_1695390582488_0.5807934459757012\"},\"_hasShrinkwrap\":false},\"2.0.0-18\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-18\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-34\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-18\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"d196ac3452a542a399ea58ae9d6fb2012d99f920\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-JBLnrOGxen7GiljPm907JTUllwQAkZ9u5YiIlfun0fmYJ9pIq7eccnG3zQGn8HDZ8i3ZPDS0UOgflhnRP7z97w==\",\"shasum\":\"6dade73cadec20aae2a2031f834ce6fef2c563c8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-18.tgz\",\"fileCount\":449,\"unpackedSize\":1825774,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIFKSYroen48xhHAUBd5m819TcH86QvWiJrAnRAN78MU1AiEA9w6uxtFKzj6I4a2t0imsfJYsfRqLxf/xRe4UkOfU690=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-18_1696255375365_0.36178434233922285\"},\"_hasShrinkwrap\":false},\"2.0.0-19\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-19\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-34\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-19\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3de08e8af0ba9180c743171084311501b41e4d47\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-2s+QByye+KSnLFjlKCS1cx2v958A8WlL+qNEK9RKv/O+1sz5u31R/PHaPDFcUz3tbm6v7RCnAcxV3YRaPX6xZA==\",\"shasum\":\"9c85910988b9b72b857e3dc3a410fdf6bb184fb9\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-19.tgz\",\"fileCount\":449,\"unpackedSize\":1829616,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIC4Pe54R9jAjLsKTfJwiLM2/KlQAkIaZl4C5wVtEBYgvAiEA0tU2slvoNKMAZza9etH62x3PCJnYzxlcAPElK+Q5Hfo=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-19_1696283920341_0.5939516249332046\"},\"_hasShrinkwrap\":false},\"2.0.0-20\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-20\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-36\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-20\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"4be4cb38fb6d30ad552477fec44cb5a88aaaa8ca\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-y/lqyMOo4RdjpcFmsGjHkfD5eAxyHFMv4SX/T8AfzkBI3PPWhaj5wS+WNyveEM1qrpm1pN5j/7CgjgLxtQgFHg==\",\"shasum\":\"aebcab8c464563ebd040591d5f351bd4512f90eb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-20.tgz\",\"fileCount\":448,\"unpackedSize\":1827415,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIA2OlO+XgoE+f3pLvowkg0+jOOj+crMHTEeLLDa/fkfAAiEAhdkMBvqArV9Qg5LovLUrCqtupLdfph63ZkBauSmINTs=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-20_1697056269984_0.9383545743173138\"},\"_hasShrinkwrap\":false},\"2.0.0-21\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-21\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-36\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-21\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b48e0365816ced852451c69894b7c333f39edc02\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-IZOes7IaKXftsqkhLP97tFL+NdsNgs6N+x58qRqGq57CmgqLgdM0MzniLc4XY2UeMXBu8v9BRhcJKAc/tqGd7Q==\",\"shasum\":\"2de63e28facee5f2dba949b25c8737dfeb5a61f1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-21.tgz\",\"fileCount\":448,\"unpackedSize\":1827526,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCJY+Rph1Np/aiGAshAtzQv6I5BpoiwMOF7VgouJ1bCdAIgDmA9EsMZEe6ODwJGR8NtrMDC+5nH9MtufGgDnAOpRus=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-21_1697067624224_0.8216149559356678\"},\"_hasShrinkwrap\":false},\"2.0.0-22\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-22\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-37\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-22\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"48f5d243cdba940d0ab9aa525b0e0c2fd79264d4\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-d6oE6UBMQkfnXpUjWDCedOiVOv+lrs2IgYu7XG9thYpUlgBxr/dBOSyPIkHzbJJdemiF/nakiC44gqQXBKblFw==\",\"shasum\":\"bf0533cc4e2ad5c257d29c88a902220eca4e27c0\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-22.tgz\",\"fileCount\":448,\"unpackedSize\":1827637,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCdEX5O3d7vgJ2R0y+ifmrezcfgWxdMgfQFGGPyB5COuAIgYzo77hplhlpQchu+gXXl9b12HxEOXRHrdGjN544Got0=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-22_1697073206374_0.9957260464300304\"},\"_hasShrinkwrap\":false},\"2.0.0-23\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-23\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-38\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-23\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1e7e1a22a434df3b62f3418b92498a5e9ae6b14e\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-d+DVW5nql8iXP2p4D9t8oh++Ik1y5m4ClouahVMi+twsOHEjwo/V3+jQtvwqPfwDRNwAp+uhjFW5SMIEkJ+NrQ==\",\"shasum\":\"ff82cf5305d36807da4a7532ddce17b02cc3d20d\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-23.tgz\",\"fileCount\":448,\"unpackedSize\":1841534,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCzcdAWyZyMVo1/suNCDWRFiBXnIzcEYZ/a4Q8j+GXEFAIhAJ5opspB+mLxKMyt+9c0OowYlKi8EOifuKS+fJt7ZHki\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-23_1697252204592_0.5413303107245244\"},\"_hasShrinkwrap\":false},\"2.0.0-24\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-24\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-39\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-24\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f9f0fc3c250d5e8dea7a5005af819af3bf297514\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.0\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-p78hOL5ZWV/8mmLFuivovtFxAYc0SA3c7Tm94G1ZsXDajTIuyH+2t+jvBN5dTzD8Wv8UxJ4aSykqSWPal6CFWg==\",\"shasum\":\"43c35722f4037ff4844d7743674617e2acb74369\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-24.tgz\",\"fileCount\":450,\"unpackedSize\":1847855,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAMBa1j78Gem1cAQSIiJL+O7mDfKWT5LFb4AxU2FTjj/AiAZdlTs18mhoE1EIT6GrCS9svcqP7qnWUKhF/LPPvFAhA==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-24_1697346258039_0.08830065107717178\"},\"_hasShrinkwrap\":false},\"2.0.0-25\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-25\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-43\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-25\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"53724c4a64ccb3c0bc8a8c28152c4667aecac545\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-0ylb4xDL5ir6HBsXD+MMN6ESDnKvrEw21Zl5EW7Pqxd8oPtfuhlgEzAMG98/iv3bdHa5pjB0pCKvdJPj8cc5uw==\",\"shasum\":\"2441b5046f5a11eceac6bb15fe3261793704a3e8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-25.tgz\",\"fileCount\":450,\"unpackedSize\":1847520,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIENLECXnuxH9lYBhTMXW4l7oI0gVVjTYRtsyvKpw+HIGAiEA3dWminb/rOFDRWuW7hyeBnhqBLBaNtlN0VG7g6UQDks=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-25_1697718660861_0.7005401481422351\"},\"_hasShrinkwrap\":false},\"2.0.0-26\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-26\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-43\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-26\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"100e164a600c870fdfd9c708d5cca3372e111fe1\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-wJ82js2mHkz7dOOIgkTgM+Zuyimywhom0gBSEK/2+o4U2el6UBfcLGbcrfDu13oF7Fqrd0G6IzoJOkTl5O1h+A==\",\"shasum\":\"f7ac99a8dcfaad7651a7eb058f574ac9c547629a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-26.tgz\",\"fileCount\":450,\"unpackedSize\":1847631,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDKseFGOteAXEvN+Fmm2v6ge79bgHjENU9yDM5oGriOFgIgLKa3EFfQSr4mnDlUV6wLxd4E0xdHz8OLktR2bkUCd34=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-26_1697726982615_0.8693772361376215\"},\"_hasShrinkwrap\":false},\"2.0.0-27\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-27\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-44\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-27\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7f717a06b16b420c9ec1d5574b0d72c916a09b7d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-iWwaYVTiphOZA1LapEQcBh6lH1uE/PukqNRMb4ApeJWloro0zNRvYiCNWRZuLo2Vl7n8jqWdJKe8//d+AKyL6Q==\",\"shasum\":\"695e047d3abbfd1a6a8bc6e7cc950b9b954b111c\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-27.tgz\",\"fileCount\":450,\"unpackedSize\":1847742,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDCT/L2gClSbJ04eujA74UmaBvmcjgxlJMxMGDiYy90HgIgOUNHaOok4CM/zmA/BQ33DxAin6jt8Bew31YodtThEeg=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-27_1697939827173_0.5329266345919557\"},\"_hasShrinkwrap\":false},\"2.0.0-28\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-28\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"]},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-46\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-28\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"124f37f097a6e41bc22b54834356bce24bd0c546\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-0N8Fxhs3SNoZHQQKm6lH0b2SuZKj5E4dqTkbcwTNPKowCWElKThdDtW13ivU1Be/qbb2uOF7sgSJmqpT56YCcQ==\",\"shasum\":\"183a355835c14f177a984cc1ba678b9465d24502\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-28.tgz\",\"fileCount\":450,\"unpackedSize\":1869736,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIGiBop+QAZncCzkZl3mzdVDrQx3euylhvHbfA2aFLtIBAiEA5VJc7vm+jGCveuMBc0rYtFvz5BwVvg5NCO7XvjuPNaE=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-28_1698208293432_0.5558025349232345\"},\"_hasShrinkwrap\":false},\"2.0.0-29\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-29\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-47\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-29\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"aa6952b98d2266dc03a0a75c762396bb7a1d724a\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-Ccx4NnWAutUlE2BENXsdpQWfe85DuzPwVlR0NVoNANVOWfs2UgakJGGfabzoj7wcOJUcKQLcrGlFaBX6AxlqLA==\",\"shasum\":\"6a675de583e4e26afc35dd3a756fad448387278e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-29.tgz\",\"fileCount\":451,\"unpackedSize\":1872689,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDN9nwcOEwnkL1Br6qAlXbrwaga8qQk8HID0siyUTgUjwIhAPWXouqAm/VLKenxk+yA44QZG3b7R0kwZMOAaAZ3LXc4\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-29_1698893528480_0.45864893207601565\"},\"_hasShrinkwrap\":false},\"2.0.0-30\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-30\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-48\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-30\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9ae7bc19f84b07d09e83e44dc2e8304bc1b0b2d6\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-0mtyhD/UWQ7RfsoW1c5bSGuLt9E2wQ5sCWJgywe5/mFGFS5l6Y+n/j/VaPhYioZUOHn8wFna327r8iApr+pB7w==\",\"shasum\":\"21ab2c94cb48bb99f6b37d37364f9bcfadd4fd94\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-30.tgz\",\"fileCount\":461,\"unpackedSize\":1898770,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDfmWPjb7aTK5hctfOCGMij7zrfVsqlWtQFmCrTCyhH2wIgFBu8y7zQfc6CIWSjQxGSbuOW181PqZTpnsp7+iQqpMs=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-30_1699065301649_0.30992807547125034\"},\"_hasShrinkwrap\":false},\"2.0.0-31\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-31\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-48\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-31\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"7de408f1d4e68c8a99476b4c94373dcf18ee60ef\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-gASZQfKAkl2W/gOLNGtW0A3LC7wtnlLpCsz7i+HooE0v8okpnyTkoKts/8neOP6OIbOH9naBJyuFxGOdV+w5Eg==\",\"shasum\":\"fc28b44857c9e6a1b985ef10902dce26d466a487\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-31.tgz\",\"fileCount\":461,\"unpackedSize\":1898884,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDKbx0okyK1diWZ/14dUirxum4tpBy9eHidHZay3OFKzAIgJeZaqAWI9PI258orFWdTZyLTWuWf2K/RQe7o+Nk+dPM=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-31_1700245751391_0.18279540958767693\"},\"_hasShrinkwrap\":false},\"2.0.0-32\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-32\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-49\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-32\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"05223cd5b7d1a68fd73f2ec99996d064c6fba264\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-YJVJ2dcaqCcNC+istfKe1udro9dcsroWwTglpBpUV7anh9xO6bo/dBqnZW6WkJj6Fx1nZ9hBaJaVDZWn2BUYnA==\",\"shasum\":\"459a66f7168713c7f5cb24b07404a3b649427011\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-32.tgz\",\"fileCount\":461,\"unpackedSize\":1905282,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDT/P9AoMh2dOpuqhY0XHbDolPE9SmFKvu1aQ6aR/zy7gIgaqSOM4nWRgei/e1mSfDhOWyeqp94+cARbSu6vWQkbp0=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-32_1700599152320_0.8984039370609127\"},\"_hasShrinkwrap\":false},\"2.0.0-33\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-33\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-51\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-33\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"317cb22e7735a26e31c17854e3210332c326fda0\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-Rp6aBIsMQf+C1qVHQWIk4Re/hTAiK+EgVvRHaUyIpshJmXaukAanw9gQyIN1mSJSV99AAbVuddHM6iOYAjHbmg==\",\"shasum\":\"b85f079c8f9825d96f6f13350f2255f676d025ff\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-33.tgz\",\"fileCount\":465,\"unpackedSize\":1957691,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDWpzHDIuqPMt3bRNZ/VgbsPLi7QHBpiY3/3JR9/oTzlAIhAJsmpQ2ZITYpc03WPFiaooOSt1OI4LOynVenMuHYot6M\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-33_1700983850817_0.5443710360090772\"},\"_hasShrinkwrap\":false},\"2.0.0-34\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-34\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-52\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-34\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c92e1102398eefc2773685d4c43bb3fd46c4e871\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-m+U17NH7s+zLjauWT9u4zr2FKsOgh4C4G3BZPmefHkeDNmUKLgeRf9TXcBdbXkvNECMkv/TjZOlIegVFEDW0DA==\",\"shasum\":\"ad62e2b2cdfbc75b5cb9270c1c051ed0b11e6a7e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-34.tgz\",\"fileCount\":469,\"unpackedSize\":2026126,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIA/BKWES4a7nAXK1sUQ6bRFeLvzIuy35vg+GsbvF8/HLAiEA7haIChqrxrxHGK7v35gVJAgwzjyUHVB+lU2wQJt4xRU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-34_1701230990565_0.3272282312404009\"},\"_hasShrinkwrap\":false},\"2.0.0-35\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-35\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-52\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-35\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"0c3867b2143c2867ecbc57884614dbcd2c0d4d04\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-hRqi81fX2X+3IHi2ECv93mbQoq9tZDx5c0ZA9zUpTnVWKzvuM4qHAzcES/4ihQ8ABST/5eZVJfLeqrNXnTTFyg==\",\"shasum\":\"7ae4c3bce64c00743fa33d48a18612c27353c591\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-35.tgz\",\"fileCount\":469,\"unpackedSize\":2037234,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCICJIhNdgPYDgGQUhxKdn3dxyOUHDKdRJqhG+NR/IA6XcAiBqYGCB4vp/hQTijSiCZjf3NRsN/13zTsNJckqkrY1CKQ==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-35_1701317644213_0.7207162005586552\"},\"_hasShrinkwrap\":false},\"2.0.0-36\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-36\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-53\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-36\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"34ff5be4e8e02c74e9044441e66267176126f16d\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-evimmHZgs5DhVd29VMOP9fHlyZSdJcXE6QDhrIjEzjmZQ5Jxw/1LROTFNFUXwJDAVYL/Zj3U79u0LAja3H+T4g==\",\"shasum\":\"5ab6f24c6d6c204d6261ef6712eb1ac70a34009a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-36.tgz\",\"fileCount\":469,\"unpackedSize\":2037170,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDe7KW9hbOCnLG7dAa78b60O1ztMH1UuNXVUglpLLlb5AiArlt3iRI021pce31vY5eBur5r9x4hF6+bvPii2oH71Pg==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-36_1701400341716_0.40808936727152645\"},\"_hasShrinkwrap\":false},\"2.0.0-37\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-37\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-54\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-37\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"358473cd86f79da0b69874a9180d9d36b0f12b93\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.18.2\",\"_npmVersion\":\"9.8.1\",\"dist\":{\"integrity\":\"sha512-emt56qYZP97wKzyjEkgmNQbAKmvKaT49GsiR0ohAPvQcTnJwLNNgj/VXjX57X7HkOZi2ggURlRD0L44P9U0wpg==\",\"shasum\":\"c0f2fc32aa8a903616a7b9792e4b29bd3a61987a\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-37.tgz\",\"fileCount\":481,\"unpackedSize\":2053986,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQCPn4t9RRxA84AkiFgiuTMRkHLYW8zAhPfVC/Rhh/muhAIgNYwrm/lFsMqt1lHgKuV+RenaLNVYJKEupy87eltEgcw=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-37_1701835411061_0.7228305397218926\"},\"_hasShrinkwrap\":false},\"2.0.0-38\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-38\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-54\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-38\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1925d08d0fd6affba2f96c200c6a0ece3aacf062\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-NG4tuw7ZKc7hNDyNiBss8VR9ZSsA33dYvdxi5z/wKxHZU+qI1nI4h4orMQlcC+eZFETgpVn+sYfq/nn7jq9m9Q==\",\"shasum\":\"be678b9b1f9202052df929022f7b6090b111c3f1\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-38.tgz\",\"fileCount\":481,\"unpackedSize\":2086831,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIBimgS7Cw6kabHIqQU9oYV5cecdwiyYl49Z9bhMjQU3RAiAc3YTOfAON3Cwp54ypYoRL1fiOSj9ZqiGVXrJnbrlGhg==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-38_1702757710648_0.8695240525104013\"},\"_hasShrinkwrap\":false},\"2.0.0-39\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-39\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --no-signature --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --no-signature --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --no-signature --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --no-signature --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-55\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-airbnb\":\"^19.0.4\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^1.5.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"pkg\":\"^5.8.0\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-39\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3f35b1a03a42a7085fe79274b13df3e22a79f403\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-87jP0T4PnRcUexZHBHH5/W0jSeCJ496W746AnEo3TJoaFfHmWjzKkEiE1YE6D1QoumQoVA1V4G5W+9aaLjTXiQ==\",\"shasum\":\"f4a25ba046c03cea652bfd492b61e05bb4f820ec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-39.tgz\",\"fileCount\":479,\"unpackedSize\":2112875,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCyV/L75R8Sb5HNZDmximOiw7XFGiHGK+9pVuxnpNtioAIhAKKLgb5+O65Zu3xe72emJGpsa1qLL6m9ye/CM7yjBLXO\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-39_1702956280715_0.399369238411206\"},\"_hasShrinkwrap\":false},\"2.0.0-40\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-40\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-56\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-40\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"95cdd010ba87271ae6d4e0b1f5b6b3baab3033a5\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-SPHWYNg5tXIvmgvFQFJtahduusr/pGoXaMyBBGd3uRX2yCCno9EtnudUDl3taXH7cHiVu+SMZczjhpXW0e7fiw==\",\"shasum\":\"8197210a2ec5a30153d5864a9beba5e9bf8eb6e7\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-40.tgz\",\"fileCount\":479,\"unpackedSize\":2112152,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQCC/BN/ktNQAC1ni9vIdzQI7Blks9CoNmbCUkAPQirTWgIhAIyYP+0T7RbMf0EfzNRMGLYZiYL9DUCQ8Rny+XeUnkGD\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-40_1703268726386_0.45182572515867725\"},\"_hasShrinkwrap\":false},\"2.0.0-41\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-41\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-57\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-41\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"1b89ac8ae829393e3518106ad0c316f65afdf219\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-0/7PYkh/JGLG8GwVm4ztk4nhnU+JGjqTDOit7WPguGpSfBd1ZYdSiekUL3vSm1wUwnX5gbrAFTgjqzqPqLC5ow==\",\"shasum\":\"333bb8e65aeec6308f934b34385a5ca07bca1971\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-41.tgz\",\"fileCount\":479,\"unpackedSize\":2121818,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIG5a+SXOfUvyDEyfXAFmWX0JJGeJ20XBbIPF9ffyHVNyAiAIYphYZwFfqN+0Nj+w0aZ2wggS1ouJegtQo4PVala9rw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-41_1703300097224_0.18711548312897497\"},\"_hasShrinkwrap\":false},\"2.0.0-42\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-42\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-58\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-42\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9b40df3ad025b57ca69683279f99df9ba2908399\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-hzBN9/iq7pI4Vz3caHOM+iTBc9hEO5LjpQES9YnmwXt7g7LHrrQQzc2u3p6mNmXJlx1A5pHzZev/axMNM3daHg==\",\"shasum\":\"efde69032698f8042b0565e227b248940e8f6e0f\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-42.tgz\",\"fileCount\":479,\"unpackedSize\":2124100,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIAbeCtbdjsDMyIteBAMsiXfqtuAZHdRemZ035KY0+BxPAiBlJzN+Jsqy4U7J+9G0ZxVxDdrBdgf4tKpc0mCXXExwrg==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-42_1704327666802_0.8043588345620558\"},\"_hasShrinkwrap\":false},\"2.0.0-43\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-43\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-59\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-43\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"f29c91973aab9fc2fc5c8cd4a6df2b6e1c6fa266\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-ogAmtfnM7wcHyS7UpDoDwrjSsJl+zo0iULtRny5hdKjoIxAtKG6n7WSfDLZM9X16m6vLy7Cm3nWBk+0X+oj97A==\",\"shasum\":\"60851bd23dbabeb5708b6379378c6c7b32cf83e8\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-43.tgz\",\"fileCount\":479,\"unpackedSize\":2128807,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQDk88PCUmE/EQju8Ydyiakhz3xUBttUmYLwurX/BxBr7AIhAM9wcOeFeGB3YIr5igYGYAkgTuX3qAnAVSbSY/3dcYZi\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-43_1704424693419_0.3657900600977102\"},\"_hasShrinkwrap\":false},\"2.0.0-44\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-44\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-60\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-44\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"863c8eff2aaaf2a386ed956a6cf97950babaf410\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-EySh3wkK2/BRQfXviCQlbZgCRHWduXlACb4B2+tjkbCrdfEgd5oXQTGKxoun5QZmMBMYxd5uJWonI78vXynFjg==\",\"shasum\":\"05c5c5ca8faf177e3e5712baafbb7f3f5e698dab\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-44.tgz\",\"fileCount\":479,\"unpackedSize\":2130079,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIDpCSCCmzb2LFqMKAm4BsFHKkCgxQaTHCYM5uAvMTwhfAiEAssUSE19CLuxEr9y7dEd1uovodMWZ6U1SJ0J49kLrZrc=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-44_1704937841821_0.01647756618409546\"},\"_hasShrinkwrap\":false},\"2.0.0-45\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-45\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-64\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-45\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"c6f5b4ebeba37fc3b6fc7cdc83282913687f5503\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-mRmFsW2tHn5NYF2dOohYo/NJvwAcJkJ6vF0OuwKUlo1iibr/UWOoH8H0DvQX1zq4j/SZR8B5dc3GSc26vTQDfg==\",\"shasum\":\"a6c5ad6de905e5af337c9d1327831f32d19c5dec\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-45.tgz\",\"fileCount\":479,\"unpackedSize\":2134585,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIDQpYELql5PwW+Yno6jEuMwHYRw49LDfj4IX2w1Ll1HfAiBPrrrrDBVmqHtV9HhqgM7U1I/zW3ppsc3pIYjdygM6Jw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-45_1705385195558_0.8188333447902416\"},\"_hasShrinkwrap\":false},\"2.0.0-46\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-46\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-66\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-46\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"2342833162072bd9b16103461c6099fbf34d34f4\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-+ZK7bfWAvc8nw9VU8tbPnQ6Nl+lvR/L3p7fv8ZzlX49N3dsWNfVJhVFwXOstGWh5PdBFvIBaB3nFhBtyJkqEMg==\",\"shasum\":\"6b526967b8ea25d2a09d342e8e29204a816358c6\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-46.tgz\",\"fileCount\":479,\"unpackedSize\":2138220,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIH97RmQMe15Lye3tbziGovXmXHWfBCS+USgWqO/ybXpvAiEAsCtWkE3/uu0UR3HZZGHUtbk+d2x5ishJmNzaBLmZBLU=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-46_1705768176071_0.21017833016562126\"},\"_hasShrinkwrap\":false},\"2.0.0-47\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-47\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-67\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-47\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"73d0802b24e286c016099b5a1a6b76e688b45e17\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-1S0gzlMTA4hgQ3rA99H4bLvCSwhllYk3IDtt0mh4DTTiAO3PfhvJrdVxOgTZRn6NeXUszUa9Ls6Osjz1LB0YjQ==\",\"shasum\":\"2acdaada38463c09826ba7dce827806a89ba755e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-47.tgz\",\"fileCount\":479,\"unpackedSize\":2138139,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIGINP2YUC4+uErxLHVSWzKO+QtZqGb1593QJrbuE0a1+AiATKLVW6Z/vLmg9tx5GO03V3j/FphzPv5Gzh0ykv57Mpw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-47_1705806794688_0.6241737409662653\"},\"_hasShrinkwrap\":false},\"2.0.0-48\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-48\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-70\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-48\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"351f4140b95b877f6966e75b350b658265454c62\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-FOvxkPDObr3AJ3UVkHoeYv4RzvH/a+87LzUIhTP2JWE8SN4CfX4+gZv5Ws8CnKPAZuTOxegPPyGpWcosyDhYgw==\",\"shasum\":\"fca9376774946dae511ec6320f7eb70ef24463bb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-48.tgz\",\"fileCount\":479,\"unpackedSize\":2138252,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEYCIQClKjS2YyvJxi0xHZFOT54f8ffsbAEbGM0lfBxoZQd02wIhAJgI4yGYASVWS7wUaleNQ3RCQ4OcyYqPxXpeaFzTghKc\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-48_1706814603778_0.9228581496831845\"},\"_hasShrinkwrap\":false},\"2.0.0-49\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-49\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-70\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-49\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"e5b8218240a38d126f1171267ddc01c9c003a934\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-RZa1M/rbpqsaTwutfalsUwUaTNPo+2S07/cVG2NevsFtEM44sYqi3Lj1WxDXqZS6AuuknvCmsEyQyyaGnVANGw==\",\"shasum\":\"b2ce3168e9d0c00631b2c03c2324fc2e8f77ff6d\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-49.tgz\",\"fileCount\":479,\"unpackedSize\":2138503,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIGpc9e+Uum0pD4F2vN7Ms5cEcPskuSz3jFlNphrSJCwjAiEAp3e7ZwGgILoxji26ccE18si8jc05KO2B+b4i4ZnX2ck=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-49_1707175775888_0.04006794103634137\"},\"_hasShrinkwrap\":false},\"2.0.0-50\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-50\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-71\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-50\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"b9d2a678c160010d9d6d95d21b74600cbb8a00cc\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-gtZnwJsoqjLeNN+RapDUSnqKR4DVX0cWdx7IdYCN/V5pRCuUnZU7gHqajnCWKAouGbEeYQBYFV4dJ8s4JBadYg==\",\"shasum\":\"701b7d070c89b83a2553b11d338a13c871619d41\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-50.tgz\",\"fileCount\":479,\"unpackedSize\":2139486,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCID9S0z69e/LhqHD+lEXU/jQshHq20AoVjqnhJfI2dDswAiBZryKw2edeH2ZS4j4I7vwRfr36wbR++qPYo7v/m00Oiw==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-50_1707332784621_0.8092786382833144\"},\"_hasShrinkwrap\":false},\"2.0.0-51\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-51\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run clean-cjs && npm run transpile-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/mocks/**/*.har\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-72\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-51\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"bff35d26ed36795ea85b0643f22658c4c64a022b\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.0\",\"_npmVersion\":\"10.2.3\",\"dist\":{\"integrity\":\"sha512-6+OR7TD7EmDCX5V/iDEZKVc/gxa23S+GXrgN+E7ePUBkgcEw/BPj/1SeEJKp/x9P/EH0VRhGI36TUps/SYARmg==\",\"shasum\":\"38025b205ff6fe75a5c673259d56c022a99687eb\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-51.tgz\",\"fileCount\":481,\"unpackedSize\":2130648,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIHCm1OEQGFZbv9BwhtVPsLPxDK9KMybf2HoDL4DKcMxAAiEA2e63zIbA806bJsyjXKbAAG0KM2dh0bjQWkO2P+OTRqA=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-51_1707542863076_0.9287069170792115\"},\"_hasShrinkwrap\":false},\"2.0.0-52\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-52\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-73\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-52\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"302e1b6b99647f7614bf5e54ef15eb4a3c102daf\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.1\",\"_npmVersion\":\"10.2.4\",\"dist\":{\"integrity\":\"sha512-zl8GXI5RtTZcABijwiesOaFjRY+RtuVDqSOvM0JZjWSd3RuK/YqrDYP2/Y0WVFsvSESvN+hH9TDXUTMpCyEUbw==\",\"shasum\":\"7eea654895617d296c69d43596debd3930b4710e\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-52.tgz\",\"fileCount\":489,\"unpackedSize\":2437113,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQD5i2EZC0EPZCFB41vdxtKstbTQ1jtww5lxdPZKHUTWfwIgf2VBneipNcqZtym1mvmeXL0b6/xxorAsK6QoZ0VvVII=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-52_1711155237915_0.27954803272701145\"},\"_hasShrinkwrap\":false},\"2.0.0-53\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-53\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-74\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-53\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"6b7d8fe99a0628947a42f39992965a7ec29af8ef\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.1\",\"_npmVersion\":\"10.2.4\",\"dist\":{\"integrity\":\"sha512-HLis/Be0AyzWrxl+PVfUgq2z8V4MQgbGzt2xmSdp51K75aUmpKWp6Kf3LKGvZa8mDYSPwsdKvbF1xHs2MTzKpw==\",\"shasum\":\"cb9e20ec6879662c0de0ebaf4f1d63f91f944e51\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-53.tgz\",\"fileCount\":489,\"unpackedSize\":2438284,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEQCIFywVBhhHVe9FPMk61r98Zt8+PmNo0xwMm0MSOTUXqjqAiBeETzWd+kVHwtaHlfKkmDMwkd97FfDImvYDXndkIQBJA==\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-53_1711242676454_0.12232226799100143\"},\"_hasShrinkwrap\":false},\"2.0.0-54\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-54\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-75\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-54\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"3629810301abf306befbb158b05196f547fcbb0c\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.19.1\",\"_npmVersion\":\"10.2.4\",\"dist\":{\"integrity\":\"sha512-ZHnztJ7nZADKawOSTBFjCrs/b5ceOURirkRIBnBhgybJyWYqmruytxKLQNPd583VkVuf4Yx1BTIcCo3yi6jzLA==\",\"shasum\":\"a34cd30334126cc1f9b1fa760bc19eecb5814732\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-54.tgz\",\"fileCount\":489,\"unpackedSize\":2438608,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCICssVFoN37haH4eOSjY2UHnpiA4JG5F2WnCIN5HcBf5pAiEA1AzvdeJUAOonFDO0DiPbbP8hWOt4zTThYcjRmCWK5xk=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-54_1711981447392_0.7910602585358684\"},\"_hasShrinkwrap\":false},\"2.0.0-55\":{\"name\":\"@rockcarver/frodo-cli\",\"version\":\"2.0.0-55\",\"type\":\"module\",\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"engines\":{\"node\":\">=16\"},\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"main\":\"esm/launch.js\",\"scripts\":{\"test\":\"node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:local\":\"npm run build && node --experimental-vm-modules node_modules/jest/bin/jest.js\",\"test:debug\":\"node --no-warnings --experimental-vm-modules --experimental-specifier-resolution=node node_modules/jest/bin/jest.js --verbose=true --silent=false\",\"lint\":\"eslint --ext .ts --ignore-path .gitignore .\",\"lint:fix\":\"eslint --fix --ext .ts --ignore-path .gitignore .\",\"build\":\"tsc && npm run build:local && npm run build:binary\",\"clean-esm\":\"rimraf esm\",\"transpile-esm\":\"babel --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\",\"resources-esm\":\"copyfiles -u 1 \\\"src/**/*.json\\\" esm\",\"build:local\":\"tsc && npm run clean-esm && npm run transpile-esm && npm run resources-esm && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs\",\"clean-cjs\":\"rimraf cjs\",\"transpile-cjs\":\"babel --out-dir cjs --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.cjs.json src && echo {\\\\\\\"type\\\\\\\": \\\\\\\"commonjs\\\\\\\"} > cjs/package.json\",\"resources-cjs\":\"copyfiles -u 1 \\\"src/**/*.json\\\" cjs\",\"dist-pkg\":\"pkg -C Gzip -t node18 --config package.json -o frodo cjs/app.js\",\"dist-pkg-linux\":\"pkg -C Gzip -t node18-linux --config package.json -o frodo-linux cjs/app.js\",\"dist-pkg-macos\":\"pkg -C Gzip -t node18-macos --config package.json -o frodo-macos cjs/app.js\",\"dist-pkg-win\":\"pkg -C Gzip -t node18-win --config package.json -o frodo.exe cjs/app.js\",\"build:binary\":\"tsc && npm run clean-cjs && npm run transpile-cjs && npm run resources-cjs && npm run dist-pkg\",\"link-frodo-lib\":\"npm link ../frodo-lib\",\"watch\":\"npm run link-frodo-lib && babel --watch --out-dir esm --extensions \\\".ts\\\" --source-maps --config-file ./babel.config.esm.json src\"},\"jest\":{\"testTimeout\":30000,\"testMatch\":[\"**/?(*.)(test).js\"],\"globalSetup\":\"./global-jest-setup.js\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Huston Franklin\",\"email\":\"hfranklin@trivir.com\"},{\"name\":\"Preston Hales\",\"email\":\"phales@trivir.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"license\":\"MIT\",\"bin\":{\"frodo\":\"esm/launch.js\"},\"pkg\":{\"assets\":[\"package.json\",\"cjs/ops/templates/*.json\",\"cjs/ops/templates/**/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/*.json\",\"node_modules/@rockcarver/frodo-lib/cjs/ops/templates/**/*.json\"],\"scripts\":[\"cjs/cli/**/*.js\",\"cjs/ops/**/*.js\",\"cjs/storage/**/*.js\",\"cjs/utils/**/*.js\"]},\"dependencies\":{\"@rockcarver/frodo-lib\":\"2.0.0-77\",\"chokidar\":\"^3.5.3\",\"cli-progress\":\"^3.11.2\",\"cli-table3\":\"^0.6.3\",\"colors\":\"^1.4.0\",\"commander\":\"^11.0.0\",\"compare-versions\":\"^6.1.0\",\"fs-extra\":\"^11.1.1\",\"fuzzy\":\"^0.1.3\",\"inquirer\":\"^8.2.5\",\"inquirer-autocomplete-prompt\":\"^2.0.0\",\"nanospinner\":\"^1.1.0\",\"properties-reader\":\"^2.2.0\",\"readline-sync\":\"^1.4.10\",\"replaceall\":\"^0.1.6\",\"resolve\":\"^1.22.1\",\"slugify\":\"^1.6.5\",\"uuid\":\"^9.0.0\",\"yesno\":\"^0.4.0\"},\"devDependencies\":{\"@babel/cli\":\"^7.22.5\",\"@babel/eslint-parser\":\"^7.18.9\",\"@babel/plugin-syntax-import-assertions\":\"^7.20.0\",\"@babel/plugin-transform-modules-commonjs\":\"^7.19.6\",\"@babel/preset-env\":\"^7.20.2\",\"@babel/preset-typescript\":\"^7.18.6\",\"@types/colors\":\"^1.2.1\",\"@types/fs-extra\":\"^11.0.1\",\"@types/jest\":\"^29.2.3\",\"@types/node\":\"^20.5.8\",\"@typescript-eslint/eslint-plugin\":\"^6.5.0\",\"@typescript-eslint/parser\":\"^6.5.0\",\"@yao-pkg/pkg\":\"^5.11.0\",\"babel-plugin-transform-import-meta\":\"^2.1.1\",\"copyfiles\":\"^2.4.1\",\"del\":\"^6.0.0\",\"eslint\":\"^8.28.0\",\"eslint-config-prettier\":\"^9.0.0\",\"eslint-plugin-deprecation\":\"^2.0.0\",\"eslint-plugin-import\":\"^2.28.0\",\"eslint-plugin-jest\":\"^27.1.5\",\"eslint-plugin-jsx-a11y\":\"^6.6.1\",\"eslint-plugin-prettier\":\"^5.0.0\",\"eslint-plugin-react\":\"^7.31.11\",\"eslint-plugin-react-hooks\":\"^4.3.0\",\"eslint-plugin-simple-import-sort\":\"^10.0.0\",\"jest\":\"^29.3.1\",\"map-stream\":\"^0.0.7\",\"prettier\":\"^3.0.3\",\"rimraf\":\"^5.0.1\",\"typescript\":\"^5.2.2\"},\"_id\":\"@rockcarver/frodo-cli@2.0.0-55\",\"readme\":\"\\n# Frodo Command Line Interface\\n\\nForgeROck DO Command Line Interface, frodo-cli, a CLI to manage ForgeRock platform deployments supporting Identity Cloud tenants, ForgeOps deployments, and classic deployments.\\n\\nFrodo is the successor to field tools like [amtree.sh](https://github.com/vscheuber/AM-treetool), [fidc-debug-tools](https://github.com/vscheuber/fidc-debug-tools), and ForgeRock-internal utilities.\\n\\nPlease refer to the [GitHub README](https://github.com/rockcarver/frodo-cli#readme) for full documentation.\\n\",\"readmeFilename\":\"README.md\",\"gitHead\":\"9733f59826da106b2ab5f95cf61fc585466889c3\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\",\"_nodeVersion\":\"18.20.1\",\"_npmVersion\":\"10.5.0\",\"dist\":{\"integrity\":\"sha512-eXgOHf6wu3sQyaiC8vXYCo2cDRqluPzgycTvLFTEREICTsITVO0juXYl5VQYzVuWykrRMhXBLckD/C3Ci2Boug==\",\"shasum\":\"45fbb1e60ed90ee4e5f025f95bedfd53e8c69281\",\"tarball\":\"https://registry.npmjs.org/@rockcarver/frodo-cli/-/frodo-cli-2.0.0-55.tgz\",\"fileCount\":489,\"unpackedSize\":2446256,\"signatures\":[{\"keyid\":\"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA\",\"sig\":\"MEUCIQDMjh5YG4WiM9QmEnUVETnnz3xQTxFpOb5MgGE7SfD41gIgKBth0eWkmWSKDcW9gUchTzL3Hkq7Ye/vw55Y3TaIFrw=\"}]},\"_npmUser\":{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"},\"directories\":{},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"_npmOperationalInternal\":{\"host\":\"s3://npm-registry-packages\",\"tmp\":\"tmp/frodo-cli_2.0.0-55_1712635037617_0.8123009092100775\"},\"_hasShrinkwrap\":false}},\"time\":{\"created\":\"2022-08-13T14:21:35.698Z\",\"0.9.3-5\":\"2022-08-13T14:21:36.037Z\",\"modified\":\"2024-04-09T03:57:18.061Z\",\"0.9.3-7\":\"2022-08-13T17:34:00.659Z\",\"0.10.0\":\"2022-08-13T18:25:41.774Z\",\"0.10.1\":\"2022-08-13T18:40:34.434Z\",\"0.10.2-0\":\"2022-08-13T19:03:27.075Z\",\"0.10.2\":\"2022-08-13T19:16:40.420Z\",\"0.10.3-0\":\"2022-08-13T19:32:26.081Z\",\"0.10.3\":\"2022-08-13T19:37:07.779Z\",\"0.10.4\":\"2022-08-13T19:48:54.361Z\",\"0.11.1-0\":\"2022-08-19T05:43:18.132Z\",\"0.11.1-1\":\"2022-08-21T04:27:41.499Z\",\"0.11.1-2\":\"2022-08-21T15:45:22.788Z\",\"0.12.0\":\"2022-08-27T05:41:26.968Z\",\"0.12.1\":\"2022-08-27T06:47:46.298Z\",\"0.12.2-0\":\"2022-08-27T07:10:45.342Z\",\"0.12.2-1\":\"2022-08-27T19:22:49.038Z\",\"0.12.2-2\":\"2022-08-27T20:39:10.689Z\",\"0.12.2\":\"2022-08-27T21:07:15.635Z\",\"0.12.3-0\":\"2022-09-01T01:39:09.135Z\",\"0.12.3-1\":\"2022-09-01T02:19:18.480Z\",\"0.12.3\":\"2022-09-01T02:44:11.610Z\",\"0.12.4-0\":\"2022-09-02T19:12:11.948Z\",\"0.12.4-1\":\"2022-09-08T01:52:06.997Z\",\"0.12.4-2\":\"2022-09-09T01:19:36.878Z\",\"0.12.4-3\":\"2022-09-12T16:01:52.780Z\",\"0.12.4-4\":\"2022-09-12T21:25:57.345Z\",\"0.12.4-5\":\"2022-09-13T23:13:58.534Z\",\"0.12.4-6\":\"2022-09-15T01:29:53.657Z\",\"0.12.4\":\"2022-09-15T03:40:02.153Z\",\"0.12.5\":\"2022-09-16T04:32:59.048Z\",\"0.13.0\":\"2022-09-17T19:43:08.000Z\",\"0.13.1\":\"2022-09-23T15:04:42.140Z\",\"0.13.2\":\"2022-09-29T04:59:18.615Z\",\"0.13.3\":\"2022-09-30T15:24:50.020Z\",\"0.14.0\":\"2022-10-03T01:15:02.599Z\",\"0.14.1\":\"2022-10-03T01:55:00.011Z\",\"0.15.0\":\"2022-10-04T05:15:05.054Z\",\"0.15.1-0\":\"2022-10-04T22:39:09.575Z\",\"0.15.1\":\"2022-10-05T05:05:56.319Z\",\"0.16.0\":\"2022-10-11T01:54:08.652Z\",\"0.16.1\":\"2022-10-11T02:10:48.807Z\",\"0.16.2-0\":\"2022-10-11T22:11:48.158Z\",\"0.16.2-1\":\"2022-10-11T22:36:58.925Z\",\"0.17.0\":\"2022-10-16T20:38:41.267Z\",\"0.17.1\":\"2022-10-17T04:08:25.348Z\",\"0.18.0\":\"2022-10-19T02:46:54.162Z\",\"0.18.1\":\"2022-10-20T01:52:20.434Z\",\"0.18.2-0\":\"2022-10-22T03:47:39.781Z\",\"0.18.2-1\":\"2022-10-24T23:20:44.818Z\",\"0.18.2-2\":\"2022-11-09T05:17:17.879Z\",\"0.18.2-3\":\"2022-11-09T21:40:37.441Z\",\"0.18.2-4\":\"2022-11-10T04:28:16.342Z\",\"0.18.2-5\":\"2022-11-16T21:03:22.223Z\",\"0.18.2-6\":\"2022-11-16T21:31:14.584Z\",\"0.18.2-7\":\"2022-11-21T02:53:23.644Z\",\"0.18.2-8\":\"2022-11-22T02:14:26.427Z\",\"0.18.2-9\":\"2022-11-22T18:31:24.048Z\",\"0.18.2-10\":\"2022-11-23T01:34:16.165Z\",\"0.18.2-11\":\"2022-11-26T20:10:09.449Z\",\"0.18.2-12\":\"2022-11-29T01:45:17.476Z\",\"0.18.2-13\":\"2022-12-01T17:55:45.359Z\",\"0.18.2-14\":\"2022-12-10T04:52:19.493Z\",\"0.18.2-15\":\"2022-12-12T19:30:46.504Z\",\"0.18.2-16\":\"2022-12-14T21:31:16.101Z\",\"0.18.2-17\":\"2022-12-14T23:53:12.385Z\",\"0.18.2-18\":\"2022-12-17T17:40:08.248Z\",\"0.19.0\":\"2022-12-18T07:05:36.707Z\",\"0.19.1\":\"2022-12-20T01:16:00.159Z\",\"0.19.2\":\"2022-12-30T16:47:11.921Z\",\"0.19.3-0\":\"2022-12-31T00:25:18.249Z\",\"0.19.3-1\":\"2022-12-31T01:49:24.762Z\",\"0.19.3-2\":\"2023-01-05T21:39:58.475Z\",\"0.19.3-3\":\"2023-01-07T04:19:25.891Z\",\"0.19.3\":\"2023-01-07T05:40:53.058Z\",\"0.19.4\":\"2023-01-09T14:49:39.576Z\",\"0.19.5-0\":\"2023-01-12T21:00:03.669Z\",\"0.19.5-1\":\"2023-01-12T23:49:36.894Z\",\"0.19.5-2\":\"2023-01-13T02:55:05.715Z\",\"0.20.0\":\"2023-01-13T05:43:57.451Z\",\"0.20.1-0\":\"2023-01-15T22:32:34.196Z\",\"0.20.1-1\":\"2023-01-16T21:57:15.672Z\",\"0.20.1\":\"2023-01-20T05:04:10.400Z\",\"0.20.2-0\":\"2023-01-24T02:57:50.189Z\",\"0.21.0\":\"2023-01-25T19:28:31.422Z\",\"0.21.1\":\"2023-01-27T03:37:20.373Z\",\"0.22.0\":\"2023-02-13T23:34:50.613Z\",\"0.22.1\":\"2023-02-14T03:01:51.298Z\",\"0.22.2\":\"2023-02-15T16:13:11.051Z\",\"0.22.3\":\"2023-02-16T20:59:43.311Z\",\"0.23.0\":\"2023-02-17T05:39:24.704Z\",\"0.23.1-0\":\"2023-02-27T17:41:38.914Z\",\"0.23.1-1\":\"2023-03-23T04:33:36.631Z\",\"0.23.1-2\":\"2023-03-28T01:48:26.159Z\",\"0.23.1-3\":\"2023-04-18T03:41:54.995Z\",\"0.23.1-4\":\"2023-04-20T18:59:26.385Z\",\"0.23.1-5\":\"2023-05-17T13:29:22.001Z\",\"0.23.1-6\":\"2023-05-17T19:30:37.449Z\",\"0.23.1-7\":\"2023-05-18T14:23:55.552Z\",\"0.23.1-8\":\"2023-05-21T03:46:04.435Z\",\"0.24.1-0\":\"2023-05-22T01:17:01.589Z\",\"0.24.2\":\"2023-05-22T01:32:01.657Z\",\"0.24.3\":\"2023-05-25T19:28:32.484Z\",\"0.24.4-0\":\"2023-05-29T17:49:49.978Z\",\"0.24.4-1\":\"2023-05-29T22:40:24.961Z\",\"0.24.4-2\":\"2023-05-30T15:59:42.509Z\",\"0.24.4\":\"2023-05-30T16:27:02.166Z\",\"0.24.5\":\"2023-05-31T23:37:07.487Z\",\"2.0.0-1\":\"2023-06-15T19:12:22.844Z\",\"2.0.0-2\":\"2023-06-15T19:13:09.556Z\",\"2.0.0-3\":\"2023-06-15T19:14:35.254Z\",\"2.0.0-4\":\"2023-06-16T06:03:26.847Z\",\"2.0.0-5\":\"2023-06-21T13:59:18.376Z\",\"0.24.6-0\":\"2023-06-21T23:16:01.261Z\",\"0.24.6-1\":\"2023-06-22T05:13:37.935Z\",\"0.24.6-2\":\"2023-06-22T15:16:03.144Z\",\"2.0.0-6\":\"2023-06-22T22:33:30.065Z\",\"2.0.0-7\":\"2023-06-23T20:33:24.656Z\",\"0.24.6-3\":\"2023-06-30T14:04:42.029Z\",\"1.0.0-1\":\"2023-06-30T18:21:51.144Z\",\"1.0.0\":\"2023-06-30T21:40:04.950Z\",\"1.0.1\":\"2023-07-03T18:51:12.599Z\",\"2.0.0-8\":\"2023-07-05T17:29:31.715Z\",\"2.0.0-9\":\"2023-07-05T18:46:05.837Z\",\"2.0.0-10\":\"2023-07-05T20:42:36.089Z\",\"2.0.0-11\":\"2023-07-17T04:21:03.900Z\",\"2.0.0-12\":\"2023-07-18T23:07:55.054Z\",\"2.0.0-13\":\"2023-07-31T21:27:07.819Z\",\"2.0.0-14\":\"2023-08-16T15:14:49.204Z\",\"2.0.0-15\":\"2023-08-17T03:45:29.233Z\",\"2.0.0-16\":\"2023-09-08T21:52:10.775Z\",\"2.0.0-17\":\"2023-09-22T13:49:42.740Z\",\"2.0.0-18\":\"2023-10-02T14:02:55.702Z\",\"2.0.0-19\":\"2023-10-02T21:58:40.594Z\",\"2.0.0-20\":\"2023-10-11T20:31:10.401Z\",\"2.0.0-21\":\"2023-10-11T23:40:24.458Z\",\"2.0.0-22\":\"2023-10-12T01:13:26.691Z\",\"2.0.0-23\":\"2023-10-14T02:56:44.889Z\",\"2.0.0-24\":\"2023-10-15T05:04:18.335Z\",\"2.0.0-25\":\"2023-10-19T12:31:01.212Z\",\"2.0.0-26\":\"2023-10-19T14:49:42.807Z\",\"2.0.0-27\":\"2023-10-22T01:57:07.385Z\",\"2.0.0-28\":\"2023-10-25T04:31:33.855Z\",\"2.0.0-29\":\"2023-11-02T02:52:08.913Z\",\"2.0.0-30\":\"2023-11-04T02:35:02.001Z\",\"2.0.0-31\":\"2023-11-17T18:29:11.689Z\",\"2.0.0-32\":\"2023-11-21T20:39:12.553Z\",\"2.0.0-33\":\"2023-11-26T07:30:51.021Z\",\"2.0.0-34\":\"2023-11-29T04:09:50.856Z\",\"2.0.0-35\":\"2023-11-30T04:14:04.405Z\",\"2.0.0-36\":\"2023-12-01T03:12:22.019Z\",\"2.0.0-37\":\"2023-12-06T04:03:31.405Z\",\"2.0.0-38\":\"2023-12-16T20:15:10.912Z\",\"2.0.0-39\":\"2023-12-19T03:24:40.960Z\",\"2.0.0-40\":\"2023-12-22T18:12:06.707Z\",\"2.0.0-41\":\"2023-12-23T02:54:57.667Z\",\"2.0.0-42\":\"2024-01-04T00:21:07.056Z\",\"2.0.0-43\":\"2024-01-05T03:18:13.662Z\",\"2.0.0-44\":\"2024-01-11T01:50:42.049Z\",\"2.0.0-45\":\"2024-01-16T06:06:35.723Z\",\"2.0.0-46\":\"2024-01-20T16:29:36.359Z\",\"2.0.0-47\":\"2024-01-21T03:13:14.998Z\",\"2.0.0-48\":\"2024-02-01T19:10:03.969Z\",\"2.0.0-49\":\"2024-02-05T23:29:36.148Z\",\"2.0.0-50\":\"2024-02-07T19:06:24.790Z\",\"2.0.0-51\":\"2024-02-10T05:27:43.397Z\",\"2.0.0-52\":\"2024-03-23T00:53:58.140Z\",\"2.0.0-53\":\"2024-03-24T01:11:16.656Z\",\"2.0.0-54\":\"2024-04-01T14:24:07.615Z\",\"2.0.0-55\":\"2024-04-09T03:57:17.888Z\"},\"maintainers\":[{\"name\":\"sandman0\",\"email\":\"schaturvedi@gmail.com\"},{\"name\":\"vscheuber\",\"email\":\"vscheuber@gmail.com\"}],\"description\":\"A command line interface to manage ForgeRock Identity Cloud tenants, ForgeOps deployments, and classic deployments.\",\"keywords\":[\"forgerock\",\"cli\",\"am\",\"openam\",\"idm\",\"openidm\",\"forgeops\",\"identity cloud\",\"export\",\"import\",\"ci/cd\",\"devops\"],\"repository\":{\"type\":\"git\",\"url\":\"git+https://github.com/rockcarver/frodo-cli.git\"},\"contributors\":[{\"name\":\"Sandeep Chaturvedi\",\"email\":\"sandeep.chaturvedi@forgerock.com\"},{\"name\":\"Adam Crockett\",\"email\":\"adam.crockett@forgerock.com\"},{\"name\":\"Mees van Dongen\",\"email\":\"meesvandongen@gmail.com\"},{\"name\":\"Ali Falahi\",\"email\":\"ali@falahi.com\"},{\"name\":\"Nick Hangartner\",\"email\":\"nhangartner@gmail.com\"},{\"name\":\"Marcel Maas\",\"email\":\"maas.marcel@gmail.com\"},{\"name\":\"Joshua Sayers\",\"email\":\"joshua.sayers@forgerock.com\"},{\"name\":\"Volker Scheuber\",\"email\":\"volker.scheuber@forgerock.com\"}],\"bugs\":{\"url\":\"https://github.com/rockcarver/frodo-cli/issues\"},\"license\":\"MIT\",\"readme\":\"\",\"readmeFilename\":\"\",\"homepage\":\"https://github.com/rockcarver/frodo-cli#readme\"}" }, "cookies": [], "headers": [ { "name": "date", - "value": "Tue, 09 Apr 2024 01:21:20 GMT" + "value": "Mon, 29 Apr 2024 19:15:14 GMT" }, { "name": "content-type", @@ -57,7 +57,7 @@ }, { "name": "content-length", - "value": "891611" + "value": "898125" }, { "name": "connection", @@ -65,11 +65,11 @@ }, { "name": "cf-ray", - "value": "8716ae060e87461a-DFW" + "value": "87c19e9be96f51df-DEN" }, { "name": "cf-cache-status", - "value": "HIT" + "value": "REVALIDATED" }, { "name": "accept-ranges", @@ -79,21 +79,17 @@ "name": "access-control-allow-origin", "value": "*" }, - { - "name": "age", - "value": "270" - }, { "name": "cache-control", "value": "public, max-age=300" }, { "name": "etag", - "value": "\"f2e8a7e128a4e12064c727c7792c5968\"" + "value": "\"198c8fc8c5b15058981c136da85052ec\"" }, { "name": "last-modified", - "value": "Mon, 01 Apr 2024 14:24:10 GMT" + "value": "Tue, 09 Apr 2024 03:57:26 GMT" }, { "name": "vary", @@ -104,14 +100,14 @@ "value": "cloudflare" } ], - "headersSize": 410, + "headersSize": 408, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-04-09T01:21:20.262Z", - "time": 136, + "startedDateTime": "2024-04-29T19:15:13.810Z", + "time": 784, "timings": { "blocked": -1, "connect": -1, @@ -119,7 +115,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 136 + "wait": 784 } } ], diff --git a/test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/am_1076162899/recording.har b/test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/am_1076162899/recording.har similarity index 86% rename from test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/am_1076162899/recording.har rename to test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/am_1076162899/recording.har index b91ba78de..06eab3f5a 100644 --- a/test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/am_1076162899/recording.har +++ b/test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/am_1076162899/recording.har @@ -1,6 +1,6 @@ { "log": { - "_recordingName": "script/export/0_Nn_D/am", + "_recordingName": "script/export/0_Nxn_D/am", "creator": { "comment": "persister:fs", "name": "Polly.JS", @@ -21,11 +21,11 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-58" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "content-type", @@ -51,7 +51,7 @@ "content": { "mimeType": "application/json;charset=UTF-8", "size": 553, - "text": "{\"_id\":\"*\",\"_rev\":\"1874515102\",\"domains\":[],\"protectedUserAttributes\":[\"telephoneNumber\",\"mail\"],\"cookieName\":\"6ac6499e9da2071\",\"secureCookie\":true,\"forgotPassword\":\"false\",\"forgotUsername\":\"false\",\"kbaEnabled\":\"false\",\"selfRegistration\":\"false\",\"lang\":\"en-US\",\"successfulUserRegistrationDestination\":\"default\",\"socialImplementations\":[],\"referralsEnabled\":\"false\",\"zeroPageLogin\":{\"enabled\":false,\"refererWhitelist\":[],\"allowedWithoutReferer\":true},\"realm\":\"/\",\"xuiUserSessionValidationEnabled\":true,\"fileBasedConfiguration\":true,\"userIdAttributes\":[]}" + "text": "{\"_id\":\"*\",\"_rev\":\"1874515102\",\"domains\":[],\"protectedUserAttributes\":[\"telephoneNumber\",\"mail\"],\"cookieName\":\"6ac6499e9da2071\",\"secureCookie\":true,\"forgotPassword\":\"false\",\"forgotUsername\":\"false\",\"kbaEnabled\":\"false\",\"selfRegistration\":\"false\",\"lang\":\"en-US\",\"successfulUserRegistrationDestination\":\"default\",\"socialImplementations\":[],\"referralsEnabled\":\"false\",\"zeroPageLogin\":{\"enabled\":false,\"allowedWithoutReferer\":true,\"refererWhitelist\":[]},\"realm\":\"/\",\"xuiUserSessionValidationEnabled\":true,\"fileBasedConfiguration\":true,\"userIdAttributes\":[]}" }, "cookies": [], "headers": [ @@ -109,16 +109,20 @@ }, { "name": "date", - "value": "Thu, 04 Jan 2024 16:10:10 GMT" + "value": "Mon, 29 Apr 2024 19:15:16 GMT" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains; preload;" }, + { + "name": "x-robots-tag", + "value": "none" + }, { "name": "via", "value": "1.1 google" @@ -128,14 +132,14 @@ "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], - "headersSize": 767, + "headersSize": 787, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-01-04T16:10:10.224Z", - "time": 111, + "startedDateTime": "2024-04-29T19:15:16.272Z", + "time": 572, "timings": { "blocked": -1, "connect": -1, @@ -143,7 +147,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 111 + "wait": 572 } }, { @@ -160,11 +164,11 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-58" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "content-type", @@ -190,11 +194,11 @@ "url": "https://openam-frodo-dev.forgeblocks.com/am/json/serverinfo/version" }, "response": { - "bodySize": 281, + "bodySize": 275, "content": { "mimeType": "application/json;charset=UTF-8", - "size": 281, - "text": "{\"_id\":\"version\",\"_rev\":\"-347675290\",\"version\":\"7.5.0-SNAPSHOT\",\"fullVersion\":\"ForgeRock Access Management 7.5.0-SNAPSHOT Build c27d160f2238f1869b36b4e3a66ff9baa06e89f7 (2023-November-16 17:31)\",\"revision\":\"c27d160f2238f1869b36b4e3a66ff9baa06e89f7\",\"date\":\"2023-November-16 17:31\"}" + "size": 275, + "text": "{\"_id\":\"version\",\"_rev\":\"2101502404\",\"version\":\"7.5.0-SNAPSHOT\",\"fullVersion\":\"ForgeRock Access Management 7.5.0-SNAPSHOT Build 6ad90593128399cf212a047d3ccd08218f270fcf (2024-March-26 08:49)\",\"revision\":\"6ad90593128399cf212a047d3ccd08218f270fcf\",\"date\":\"2024-March-26 08:49\"}" }, "cookies": [], "headers": [ @@ -232,7 +236,7 @@ }, { "name": "etag", - "value": "\"-347675290\"" + "value": "\"2101502404\"" }, { "name": "expires", @@ -248,20 +252,24 @@ }, { "name": "content-length", - "value": "281" + "value": "275" }, { "name": "date", - "value": "Thu, 04 Jan 2024 16:10:10 GMT" + "value": "Mon, 29 Apr 2024 19:15:16 GMT" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains; preload;" }, + { + "name": "x-robots-tag", + "value": "none" + }, { "name": "via", "value": "1.1 google" @@ -271,14 +279,14 @@ "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], - "headersSize": 767, + "headersSize": 787, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-01-04T16:10:10.480Z", - "time": 76, + "startedDateTime": "2024-04-29T19:15:17.011Z", + "time": 80, "timings": { "blocked": -1, "connect": -1, @@ -286,7 +294,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 76 + "wait": 80 } }, { @@ -303,11 +311,11 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-58" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "content-type", @@ -396,16 +404,20 @@ }, { "name": "date", - "value": "Thu, 04 Jan 2024 16:10:10 GMT" + "value": "Mon, 29 Apr 2024 19:15:16 GMT" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains; preload;" }, + { + "name": "x-robots-tag", + "value": "none" + }, { "name": "via", "value": "1.1 google" @@ -415,14 +427,14 @@ "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], - "headersSize": 774, + "headersSize": 794, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-01-04T16:10:10.652Z", - "time": 67, + "startedDateTime": "2024-04-29T19:15:17.226Z", + "time": 91, "timings": { "blocked": -1, "connect": -1, @@ -430,7 +442,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 67 + "wait": 91 } } ], diff --git a/test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/oauth2_393036114/recording.har b/test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/oauth2_393036114/recording.har similarity index 86% rename from test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/oauth2_393036114/recording.har rename to test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/oauth2_393036114/recording.har index e2fd559b9..b99570b3e 100644 --- a/test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/oauth2_393036114/recording.har +++ b/test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/oauth2_393036114/recording.har @@ -1,6 +1,6 @@ { "log": { - "_recordingName": "script/export/0_Nn_D/oauth2", + "_recordingName": "script/export/0_Nxn_D/oauth2", "creator": { "comment": "persister:fs", "name": "Polly.JS", @@ -25,11 +25,11 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-58" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "accept-api-version", @@ -50,7 +50,7 @@ "postData": { "mimeType": "application/x-www-form-urlencoded", "params": [], - "text": "assertion=&client_id=service-account&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&scope=fr:am:* fr:idm:* fr:idc:esv:*" + "text": "assertion=&client_id=service-account&grant_type=urn:ietf:params:oauth:grant-type:jwt-bearer&scope=fr:am:* fr:idc:esv:* fr:idm:*" }, "queryString": [], "url": "https://openam-frodo-dev.forgeblocks.com/am/oauth2/access_token" @@ -94,16 +94,20 @@ }, { "name": "date", - "value": "Thu, 04 Jan 2024 16:10:10 GMT" + "value": "Mon, 29 Apr 2024 19:15:16 GMT" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains; preload;" }, + { + "name": "x-robots-tag", + "value": "none" + }, { "name": "via", "value": "1.1 google" @@ -113,14 +117,14 @@ "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], - "headersSize": 541, + "headersSize": 561, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-01-04T16:10:10.356Z", - "time": 118, + "startedDateTime": "2024-04-29T19:15:16.865Z", + "time": 137, "timings": { "blocked": -1, "connect": -1, @@ -128,7 +132,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 118 + "wait": 137 } } ], diff --git a/test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/openidm_3290118515/recording.har b/test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/openidm_3290118515/recording.har similarity index 90% rename from test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/openidm_3290118515/recording.har rename to test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/openidm_3290118515/recording.har index ec3c1e8e2..64457b801 100644 --- a/test/e2e/mocks/script_540962730/export_4211608755/0_Nn_D_154757799/openidm_3290118515/recording.har +++ b/test/e2e/mocks/script_540962730/export_4211608755/0_Nxn_D_2054426259/openidm_3290118515/recording.har @@ -1,6 +1,6 @@ { "log": { - "_recordingName": "script/export/0_Nn_D/openidm", + "_recordingName": "script/export/0_Nxn_D/openidm", "creator": { "comment": "persister:fs", "name": "Polly.JS", @@ -21,11 +21,11 @@ }, { "name": "user-agent", - "value": "@rockcarver/frodo-lib/2.0.0-58" + "value": "@rockcarver/frodo-lib/2.0.0-77" }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "content-type", @@ -62,7 +62,7 @@ "headers": [ { "name": "date", - "value": "Thu, 04 Jan 2024 16:10:10 GMT" + "value": "Mon, 29 Apr 2024 19:15:17 GMT" }, { "name": "cache-control", @@ -110,12 +110,16 @@ }, { "name": "x-forgerock-transactionid", - "value": "frodo-60abbd8f-ad11-4557-842a-da1aa300dc13" + "value": "frodo-5bbb8bea-40d3-48d5-9f7f-644236413fde" }, { "name": "strict-transport-security", "value": "max-age=31536000; includeSubDomains; preload;" }, + { + "name": "x-robots-tag", + "value": "none" + }, { "name": "via", "value": "1.1 google" @@ -125,14 +129,14 @@ "value": "h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000" } ], - "headersSize": 649, + "headersSize": 669, "httpVersion": "HTTP/1.1", "redirectURL": "", "status": 200, "statusText": "OK" }, - "startedDateTime": "2024-01-04T16:10:10.565Z", - "time": 76, + "startedDateTime": "2024-04-29T19:15:17.098Z", + "time": 116, "timings": { "blocked": -1, "connect": -1, @@ -140,7 +144,7 @@ "receive": 0, "send": 0, "ssl": -1, - "wait": 76 + "wait": 116 } } ], diff --git a/test/e2e/script-export.e2e.test.js b/test/e2e/script-export.e2e.test.js index d6b199f65..33156beb4 100644 --- a/test/e2e/script-export.e2e.test.js +++ b/test/e2e/script-export.e2e.test.js @@ -49,7 +49,7 @@ /* FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export --script-name 'GitHub Profile Normalization' FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export -n 'GitHub Profile Normalization' -f my-GitHub-Profile-Normalization.script.json -FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export -Nn 'GitHub Profile Normalization' -D scriptExportTestDir1 +FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export -Nxn 'GitHub Profile Normalization' -D scriptExportTestDir1 FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export --all FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export -ad --file my-allAlphaScripts.script.json FRODO_MOCK=record FRODO_NO_CACHE=1 FRODO_HOST=https://openam-frodo-dev.forgeblocks.com/am frodo script export -NaD scriptExportTestDir2 @@ -83,9 +83,9 @@ describe('frodo script export', () => { await testExport(CMD, env, type, exportFile); }); - test('"frodo script export -Nn \'GitHub Profile Normalization\' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1', async () => { + test('"frodo script export -Nxn \'GitHub Profile Normalization\' -D scriptExportTestDir1": should export the script named "GitHub Profile Normalization" into the directory scriptExportTestDir1', async () => { const exportDirectory = 'scriptExportTestDir1'; - const CMD = `frodo script export -Nn 'GitHub Profile Normalization' -D ${exportDirectory}`; + const CMD = `frodo script export -Nxn 'GitHub Profile Normalization' -D ${exportDirectory}`; await testExport(CMD, env, type, undefined, exportDirectory, false); }); From f66e43aa94efa5d30a865cef9e5e9267e0c16112 Mon Sep 17 00:00:00 2001 From: Preston Hales Date: Mon, 29 Apr 2024 14:44:42 -0600 Subject: [PATCH 2/2] Fix script imports using --watch from importing scripts right away. --- src/ops/ScriptOps.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ops/ScriptOps.ts b/src/ops/ScriptOps.ts index 0ba558e9a..459029209 100644 --- a/src/ops/ScriptOps.ts +++ b/src/ops/ScriptOps.ts @@ -458,6 +458,7 @@ export async function importScriptsFromFiles( ], { persistent: watch, + ignoreInitial: watch, } );