@ranger-testing/ranger-cli 3.0.0 → 3.0.1-alpha.aab0a1c-26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/cli.js +1 -1
- package/build/commands/addEnv.js +1 -1
- package/build/commands/authEncrypt.js +1 -1
- package/build/commands/clean.js +1 -1
- package/build/commands/config.js +1 -1
- package/build/commands/deleteProfile.js +1 -1
- package/build/commands/env.js +1 -1
- package/build/commands/feature.js +1 -1
- package/build/commands/hook.js +1 -1
- package/build/commands/hooks/autoPrompt.js +1 -1
- package/build/commands/hooks/disable.js +1 -1
- package/build/commands/hooks/enable.js +1 -1
- package/build/commands/hooks/exitPlanMode.js +1 -1
- package/build/commands/hooks/index.js +1 -1
- package/build/commands/hooks/output.js +1 -1
- package/build/commands/hooks/planReminder.js +1 -1
- package/build/commands/hooks/planStart.js +1 -1
- package/build/commands/hooks/postEdit.js +1 -1
- package/build/commands/hooks/preCompact.js +1 -1
- package/build/commands/hooks/sessionEnd.js +1 -1
- package/build/commands/hooks/sessionStart.js +1 -1
- package/build/commands/hooks/stopHook.js +1 -1
- package/build/commands/index.js +1 -1
- package/build/commands/login.js +1 -1
- package/build/commands/mcpBootstrap.js +1 -1
- package/build/commands/migrateProfile.js +1 -1
- package/build/commands/setup/claude.js +1 -1
- package/build/commands/setup/opencode.js +1 -1
- package/build/commands/setupCi.js +1 -1
- package/build/commands/skillup.js +1 -1
- package/build/commands/start.js +1 -1
- package/build/commands/status.js +1 -1
- package/build/commands/update.js +1 -1
- package/build/commands/updateEnv.js +1 -1
- package/build/commands/useEnv.js +1 -1
- package/build/commands/utils/activeProfile.js +1 -1
- package/build/commands/utils/agentEnv.js +1 -1
- package/build/commands/utils/browserSessionsApi.js +1 -1
- package/build/commands/utils/claudeConfig.js +1 -1
- package/build/commands/utils/claudeOverrideSettings.js +1 -1
- package/build/commands/utils/claudePlugin.js +1 -1
- package/build/commands/utils/cloudProfile.js +1 -1
- package/build/commands/utils/cloudProfileSession.js +1 -1
- package/build/commands/utils/crypto.js +1 -1
- package/build/commands/utils/desirePathLog.js +1 -1
- package/build/commands/utils/deviceAuth.js +1 -1
- package/build/commands/utils/environment.js +1 -1
- package/build/commands/utils/featureApi.js +1 -1
- package/build/commands/utils/fixWebmDuration.js +1 -1
- package/build/commands/utils/gitTracked.js +1 -1
- package/build/commands/utils/keychain.js +1 -1
- package/build/commands/utils/legacyWarning.js +1 -1
- package/build/commands/utils/localAgentInstallationsApi.js +1 -1
- package/build/commands/utils/matchAuthEnvironment.js +1 -1
- package/build/commands/utils/mcpImageBase64.js +1 -1
- package/build/commands/utils/model.js +1 -1
- package/build/commands/utils/novaActCli.js +1 -1
- package/build/commands/utils/opencodeConfig.js +1 -1
- package/build/commands/utils/playwrightCli.js +1 -1
- package/build/commands/utils/profileMessages.js +1 -1
- package/build/commands/utils/profileSetupBanner.js +1 -1
- package/build/commands/utils/projectsConfig.js +1 -1
- package/build/commands/utils/rangerConfig.js +1 -1
- package/build/commands/utils/rangerRoot.js +1 -1
- package/build/commands/utils/resolveProfileContext.js +1 -1
- package/build/commands/utils/resolveProfileUrl.js +1 -1
- package/build/commands/utils/retry.js +1 -1
- package/build/commands/utils/sessionCache.js +1 -1
- package/build/commands/utils/settings.js +1 -1
- package/build/commands/utils/skillContent.js +1 -1
- package/build/commands/utils/skills.js +1 -1
- package/build/commands/utils/stitchWebmFiles.js +1 -1
- package/build/commands/utils/telemetry.js +1 -1
- package/build/commands/utils/tokenRefresh.js +1 -1
- package/build/commands/utils/traceSnapshotMapper.js +1 -1
- package/build/commands/utils/userApi.js +1 -1
- package/build/commands/utils/version.js +1 -1
- package/build/commands/verifyFeature.js +1 -1
- package/build/commands/verifyFeatureCli.js +1 -1
- package/build/commands/verifyFeatureNovaCli.js +1 -1
- package/package.json +1 -1
package/build/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const _0x243442=_0x4614;(function(_0x19b37b,_0x3cf02f){const _0x544947=_0x4614,_0x1e5672=_0x19b37b();while(!![]){try{const _0xc36089=-parseInt(_0x544947(0x16b))/0x1+-parseInt(_0x544947(0x1c2))/0x2+-parseInt(_0x544947(0x16e))/0x3*(-parseInt(_0x544947(0xd1))/0x4)+parseInt(_0x544947(0x25d))/0x5+-parseInt(_0x544947(0x166))/0x6+-parseInt(_0x544947(0x18f))/0x7+parseInt(_0x544947(0xbf))/0x8*(parseInt(_0x544947(0x1d3))/0x9);if(_0xc36089===_0x3cf02f)break;else _0x1e5672['push'](_0x1e5672['shift']());}catch(_0x2c45b3){_0x1e5672['push'](_0x1e5672['shift']());}}}(_0x5459,0x65da2));import _0x3e7aea from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x3c50a3=_0x4614,_0x546cca={'PpELk':function(_0x121081,_0x552f96){return _0x121081(_0x552f96);},'rPwmu':function(_0x1a4771,_0x3837f6,_0x58e10e){return _0x1a4771(_0x3837f6,_0x58e10e);},'BAwyv':'.env','KiAoz':function(_0x401802,_0x1dc61d){return _0x401802(_0x1dc61d);}};let _0x4543c4=process['cwd']();const _0x13c260=_0x546cca[_0x3c50a3(0x22e)](parse,_0x4543c4)['root'];while(_0x4543c4!==_0x13c260){if(existsSync(_0x546cca[_0x3c50a3(0x201)](join,_0x4543c4,_0x3c50a3(0x1f0)))||existsSync(join(_0x4543c4,_0x546cca['BAwyv'])))return _0x4543c4;_0x4543c4=_0x546cca['KiAoz'](dirname,_0x4543c4);}return process['cwd']();}function _0x5459(){const _0x4943c8=['config\x20set','profile\x20config\x20get','profile\x20update','iVnyr','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','ScoPX','IUNEA','nTsGa','CLxlf','Feature\x20review\x20ID','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','KHCvL','profile\x20config\x20reset','vHibO','ranger\x20get-review','lSFyC','KHSnB','uRWVu','bdrJZ','Profile\x20name','login','HJDGv','mymRc','log','repeat','.ranger','setup:login','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','use','profile\x20ls','ranger\x20profile\x20config\x20unset','\x20is\x20no\x20longer\x20supported.\x20','skip-auth','argv','debug-outcome','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','hook:disable','WqXeE','FgWUz','Install\x20scope\x20for\x20skills','headed','VdVFp','rPwmu','FGqFC','uBuqE','ranger\x20start','unset\x20<env>\x20<key>','Inlke','HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','naXNS','save-creds','gMTZo','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)','feature','all','config','zqQeW','json','config\x20list','Install\x20Chromium\x20browser\x20binary','yUvFN','XliMI','opencode','Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','EdIKA','UgYvg','ToXtG','vhYqq','IjOoK','cdp-endpoint','NODE_ENV','profile\x20migrate','current-branch','Set\x20up\x20a\x20local\x20browser\x20profile','New\x20scenario\x20description','setup:skills','JMYmy','KGEki','Base\x20URL\x20of\x20the\x20running\x20app','--checklist','ranger\x20delete','xsnjj','tQgEQ','offset','Ranger\x20API\x20token','feature\x20restore','TOdIu','PpELk','set\x20<profile>\x20<key>\x20<value>','aOUcB','ranger\x20profile\x20config\x20get','ranger\x20feature\x20resume','YUWup','BlhNO','yItkt','LXcDj','AWZaB','aRZcP','KEIzB','Install\x20OS-level\x20dependencies\x20for\x20Chromium','JPXwz','session-id','\x20FAILED','ranger\x20feature\x20delete','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','limit','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','CkjUe','unhandledRejection','feature\x20get-feedback','wMtCk','iysBo','Cloud\x20profile\x20name','mJvdY','ranger\x20feature\x20get-feedback','Number\x20of\x20feature\x20reviews\x20to\x20skip','value','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','hiULm','oNzyw','Subcommand\x20or\x20API\x20token\x20(rngr_...)','CtNNA','ffZPz','gCCwe','HIxrQ','verified','tokenOrSubcommand','lnaQg','ranger\x20profile\x20ls','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','profile\x20config\x20unset','NKAMt','incomplete','CMOgy','447375NYOHUb','Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aTo\x20set\x20up\x20a\x20profile\x20for\x20your\x20app,\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20—\x20opens\x20a\x0abrowser\x20so\x20you\x20can\x20log\x20in\x20once.\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/config)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Refresh\x20authentication\x20for\x20an\x20existing\x20profile\x0a\x20\x20\x20\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.','uTDlI','mWypw','profile\x20config\x20set','Name\x20of\x20the\x20profile\x20to\x20update','evaluation','List\x20all\x20profiles','boolean','rRJlB','ZVybZ','KXDzt','aNyia','1304HOkfSk','.\x20[','sTLya','evjwH','status','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','partial','ranger\x20setup','geBnu','FGIpl','mcp-bootstrap','epilogue','edit-scenario\x20<description>','--profile','fITma','lFwfY','Switch\x20to\x20using\x20a\x20specific\x20profile','ranger\x20show','834832tyssky','phxPR','Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','Environment\x20name','with-deps','Xpjwn','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','Install\x20scope\x20for\x20plugin\x20and\x20skills','resume','Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20','DUQTn','add\x20env\x20<env-name>','fiEKZ','allow-insecure-localhost','YLDfD','Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','Documentation:\x0a','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','Set\x20a\x20config\x20value','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','VVYGq','add\x20<profile-name>','ranger\x20config\x20set','setup:all','encrypt-auth\x20<profile>','ranger\x20go','ztymK','ddbKK','DNCaD','nJOxa','--notes','includes','ranger\x20profile\x20config\x20list','usage','dry-run','failed','brgas','CIaeJ','LVbhE','jGRgE','blocked','kCqEO','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','WZMDx','--task','Initialize\x20Ranger\x20in\x20your\x20project','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','durmL','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','list\x20<profile>','NwLck','get-review','yhHca','✓\x20Authenticated\x20to\x20','ExHAT','ranger\x20resume','vUmsY','ranger\x20profile\x20config\x20set','profile-name','aEEAD','use\x20<profile-name>','eUeJL','slice','Skip\x20the\x20deletion\x20confirmation\x20prompt.','MYHjK','uEaeX','HRHST','dmSha','delete\x20<profile-name>','restore\x20<id>','aagwM','augIG','skills','lGXYq','No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.','CtBCX','feature\x20delete','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','API\x20token','migrate\x20[profile-name]','IVTNV','BaWJN','edit-scenario','not_configured','--scenario','aMfLm','ranger','Utlig','Optional\x20feature\x20ID','Config\x20key','DsMXw','Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','CnHYX','Task\x20description\x20(defaults\x20to\x20scenario\x20description)','organizationName','vBoWD','config\x20get','XVgip','start-path','ranger\x20feature\x20create','\x0aError:\x20','array','profile\x20delete','RANGER_TEST_PASSWORD','url','NxfRJ','yAXRe','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','scope','mLDOV','profiles','Skip\x20Chromium\x20browser\x20installation','Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','Include\x20soft-deleted\x20feature\x20reviews','OBmZd','Mrspb','profile','help','eUHCJ','project','ranger\x20profile\x20add','sDVIP','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','feature\x20list','JrEBV','BBJFy','message','exitCode','ulLfk','rcbKr','start','wijFG','model','option','mSRzi','name','delete','DXQdG','ranger\x20setup\x20profiles\x20--scope=','epAlF','test','ranger\x20config\x20get','claude','scenario','nrjlj','tAuWJ','2496468HAKsXZ','YDYWH','resume\x20[id]','Install\x20Ranger\x20skills','Scenario\x20index\x20(1-based)','613190VVOHiF','token','cNKuy','9dZbuSn','AEomN','Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project','exit','issues','scriptName','show','list','pJdHg','report\x20[id]','dIBTP','ixZvx','RANGER_TEST_USERNAME','key','severity','string','Remove\x20a\x20config\x20value','feature\x20add-checklist-item','tehOo','positional','PijPl','AFDHf','fvpye','MyAWa','force','MhOnj','forEach','add-scenario\x20<description>','Feature\x20review\x20ID\x20to\x20restore','evaluationReason','update','\x20BLOCKED','XkMAY','4010377BScHNw','HTEkF','OhaTp','JqABV','delete\x20[id]','ZvySg','FMRbg','Config\x20key\x20to\x20remove','\x20VERIFIED','encrypt\x20<profile>','profile\x20use','base-url','deps','task','number','ranger\x20verify-feature','command','Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','wjJop','checklist','env-name','bqdWc','demandCommand','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','fail','gjtSE','Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','IzCTe','lYvwZ','UbGRs','FOKFY','description','ZDchL','Name\x20of\x20the\x20profile','Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','mcp','vMUCF','wrgzK','include-deleted','debug-address-comments','List\x20all\x20config\x20for\x20a\x20profile','error','env','mWfGW','Add\x20profile\x20configuration','profile\x20add','hook','Name\x20of\x20the\x20environment\x20to\x20update','orOMw','XXgwY','skip-chromium','932176QXWdrC','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','wwaNd','yizuE','yes','MaFhX','\x20\x20https://docs.ranger.net\x0a','user','AIdvJ','vgBzI','cwseo','WIxEx','Ranger\x20API\x20token\x20(rngr_...)','Szufq','setup-ci','You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand','kybdP','97722veNdjR','Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)','nfBiZ','disable'];_0x5459=function(){return _0x4943c8;};return _0x5459();}_0x3e7aea['config']({'path':join(findProjectRoot(),'.env')});import _0x2bb037 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,deleteProfile,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';function _0x4614(_0x57006e,_0x12e325){_0x57006e=_0x57006e-0xbf;const _0x5459b3=_0x5459();let _0x461448=_0x5459b3[_0x57006e];return _0x461448;}import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{shouldShowLegacyWarning,showLegacyDeprecationWarning}from'./commands/utils/legacyWarning.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';import{installSkill}from'./commands/utils/skills.js';import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on'](_0x243442(0x243),async _0x1cc5e8=>{const _0x32ed8a=_0x243442,_0x33d003={'ffZPz':function(_0x38c189){return _0x38c189();}},_0x468699=_0x33d003[_0x32ed8a(0x251)](getCurrentCollector);_0x468699&&await _0x468699['trackCommandError'](_0x1cc5e8),process[_0x32ed8a(0x153)]=0x1;});const rawArgs=process[_0x243442(0x1f8)][_0x243442(0x112)](0x2),TOP_LEVEL_HELP=_0x243442(0x25e),PROFILE_HELP='Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aConvention\x20is\x20one\x20profile\x20per\x20account\x20—\x20use\x20whatever\x20name\x20is\x20stable\x20for\x20that\x0aaccount\x20(email,\x20username,\x20etc.).\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Refresh\x20authentication\x20for\x20an\x20existing\x20profile\x0a\x20\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20alice@example.com\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20headers.X-Debug\x201',PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aFine-tune\x20browser\x20behavior\x20for\x20a\x20profile.\x20Settings\x20apply\x20per\x20cwd,\x20so\x20different\x0acheckouts\x20of\x20the\x20same\x20repo\x20can\x20have\x20different\x20overrides.\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20overrides\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override)\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201';function warnRenamed(_0x3eb90d,_0x2c804e){console['error']('\x0a'+_0x3eb90d+'\x20is\x20now\x20'+_0x2c804e+'\x0a');}function argUsed(_0x5ae570){return rawArgs['some'](_0x42c228=>_0x42c228===_0x5ae570||_0x42c228['startsWith'](_0x5ae570+'='));}function warnFlagRenamed(_0x199d72,_0xfb6b2,_0x4983b1){const _0x39af46={'LDrsu':function(_0x357815,_0xe263bc,_0x1f3038){return _0x357815(_0xe263bc,_0x1f3038);}};argUsed(_0xfb6b2)&&_0x39af46['LDrsu'](warnRenamed,_0x199d72+'\x20'+_0xfb6b2,_0x199d72+'\x20'+_0x4983b1);}async function runGoCommand(_0x234af8,_0x2fd577=![]){const _0x46b881=_0x243442,_0x39caf6={'kZNtN':'--env','WPEhR':_0x46b881(0xeb),'nrjlj':_0x46b881(0xfe),'MchVW':function(_0x2f94c5){return _0x2f94c5();},'eLUik':'base-url','fvpye':_0x46b881(0x1f9),'lYvwZ':_0x46b881(0x1b6),'mLDOV':function(_0x56ce15,_0x5f3dc4){return _0x56ce15===_0x5f3dc4;},'FMRbg':'verified','HTEkF':_0x46b881(0x197),'yAXRe':function(_0x4ce57a,_0x5a52a1){return _0x4ce57a===_0x5a52a1;},'CLxlf':'\x20INCOMPLETE','CwkTf':function(_0x3b4b6f,_0x2ad542){return _0x3b4b6f===_0x2ad542;},'YbNJP':_0x46b881(0x18d),'kdzlV':function(_0x1f0872,_0x2b4fb8){return _0x1f0872===_0x2b4fb8;}};_0x2fd577&&warnRenamed(_0x46b881(0x19e),'ranger\x20go');warnFlagRenamed(_0x46b881(0xeb),_0x39caf6['kZNtN'],_0x46b881(0xcc)),warnFlagRenamed(_0x39caf6['WPEhR'],_0x39caf6[_0x46b881(0x164)],_0x46b881(0xf0)),warnFlagRenamed(_0x46b881(0xeb),'--item','--scenario');const _0x224d59=await _0x39caf6['MchVW'](loadRangerConfig),_0x2f7f11=_0x39caf6['MchVW'](isByokEnabled),_0x31b468=_0x234af8[_0x46b881(0x158)],_0x40679e=_0x224d59['model'],_0x2bebec=await verifyFeature({'featureId':_0x234af8[_0x46b881(0x20c)],'profile':_0x234af8[_0x46b881(0x148)]??_0x234af8['env']??process['env']['RANGER_PROFILE'],'notes':_0x234af8['notes']??_0x234af8['task'],'scenario':_0x234af8[_0x46b881(0x163)]??_0x234af8['item'],'startPath':_0x234af8[_0x46b881(0x136)],'baseUrl':_0x234af8[_0x39caf6['eLUik']],'debugOutcome':_0x234af8[_0x39caf6[_0x46b881(0x184)]],'debugAddressComments':_0x234af8[_0x39caf6[_0x46b881(0x1ab)]],'headed':_0x234af8[_0x46b881(0x1ff)],'byokEnabled':_0x2f7f11,'flagVerifyModel':_0x31b468,'configVerifyModel':_0x40679e});console[_0x46b881(0x1ee)]('\x0a'+'='[_0x46b881(0x1ef)](0x3c)),console['log'](_0x39caf6[_0x46b881(0x141)](_0x2bebec['evaluation'],_0x39caf6[_0x46b881(0x195)])?_0x39caf6[_0x46b881(0x190)]:_0x39caf6[_0x46b881(0x13e)](_0x2bebec['evaluation'],_0x46b881(0x25b))?_0x39caf6[_0x46b881(0x1df)]:_0x2bebec[_0x46b881(0x263)]==='partial'?'\x20PARTIAL':_0x39caf6['CwkTf'](_0x2bebec['evaluation'],_0x46b881(0xfa))?_0x39caf6['YbNJP']:_0x46b881(0x23d)),console[_0x46b881(0x1ee)]('='['repeat'](0x3c)),console[_0x46b881(0x1ee)]('Summary:\x20'+_0x2bebec['summary']),console['log']('Evaluation:\x20'+_0x2bebec['evaluation']),console[_0x46b881(0x1ee)]('Reason:\x20'+_0x2bebec[_0x46b881(0x18b)]),_0x2bebec['issues']?.['length']&&(console['log']('\x0aIssues:'),_0x2bebec[_0x46b881(0x172)][_0x46b881(0x188)]((_0x44c77c,_0x21fda9)=>{const _0x1b0405=_0x46b881;console['log']('\x0a'+(_0x21fda9+0x1)+_0x1b0405(0xc0)+_0x44c77c[_0x1b0405(0x17c)]+']\x20'+_0x44c77c['description']);})),process[_0x46b881(0x171)](_0x39caf6['kdzlV'](_0x2bebec[_0x46b881(0x263)],_0x39caf6[_0x46b881(0x195)])?0x0:0x1);}export function buildParser(_0x4cf1fd){const _0x5b666c=_0x243442,_0x51ce51={'RpLhb':'name','iVnyr':'string','tehOo':'Feature\x20review\x20name','cNKuy':'array','EkYQp':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)','sTLya':'checklist','wwaNd':function(_0x2e2d7a,_0x67d490){return _0x2e2d7a+_0x67d490;},'WqXeE':_0x5b666c(0x101),'ZVybZ':'Example:\x20ranger\x20create\x20my-feature','YLDfD':'ranger\x20create','EmnhH':'--scenario','ODkWA':'create','gMTZo':_0x5b666c(0x265),'wwoUr':_0x5b666c(0x240),'DXQdG':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','HRHST':'number','ZvySg':'include-deleted','XlnTQ':'list','ApPAO':function(_0x48ecf0,_0x25daa6,_0xdd46a5){return _0x48ecf0(_0x25daa6,_0xdd46a5);},'JMYmy':_0x5b666c(0x174),'vUmsY':function(_0x930e5e,_0x2c10c1,_0x15210e){return _0x930e5e(_0x2c10c1,_0x15210e);},'DsMXw':_0x5b666c(0xda),'fITma':_0x5b666c(0x1ae),'JqABV':'exclude-scenario','bdrJZ':'Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','bqdWc':_0x5b666c(0x100),'gUjeJ':_0x5b666c(0x107),'kCqEO':'Feature\x20review\x20ID','riZvX':_0x5b666c(0x18a),'ZUAmc':'restore','aMfLm':_0x5b666c(0x22b),'IjOoK':'skip-auth','MyAWa':'Skip\x20authentication','MnkpF':'Install\x20OS-level\x20dependencies\x20for\x20Chromium','Mrspb':_0x5b666c(0x140),'FOKFY':_0x5b666c(0x1c9),'nfBiZ':_0x5b666c(0x13c),'zbhAE':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','YDYWH':_0x5b666c(0x186),'AFDHf':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','PgocF':_0x5b666c(0x121),'vgBzI':_0x5b666c(0x1c3),'AFIRd':'Alias\x20for\x20--mcp-bootstrap','CtNNA':'mcp-bootstrap','KHSnB':function(_0x74d092,_0x4960b0,_0x2d78e3){return _0x74d092(_0x4960b0,_0x2d78e3);},'dVWZt':_0x5b666c(0xe9),'fRxcg':'Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','AIdvJ':'token','UbGRs':_0x5b666c(0x1b2),'nJOxa':_0x5b666c(0xd9),'pDWhN':_0x5b666c(0x1a0),'RUoXJ':function(_0x462779,_0x101982){return _0x462779!==_0x101982;},'EdIKA':function(_0x1a5545,_0x2a1ddd){return _0x1a5545(_0x2a1ddd);},'brgas':'all','wciEA':'Run\x20full\x20interactive\x20setup','zYPnZ':_0x5b666c(0x212),'CIaeJ':_0x5b666c(0x11c),'kGhNA':'Install\x20Claude\x20Code\x20plugin\x20and\x20skills','MhOnj':_0x5b666c(0x142),'pJSZU':'skip-chromium','uTDlI':'allow-insecure-localhost','cHRso':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','mWypw':'Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','aEEAD':'CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','ZDchL':_0x5b666c(0x19a),'dmSha':'Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','epAlF':function(_0x15ebb8,_0x2d3aaa,_0x20b9f3){return _0x15ebb8(_0x2d3aaa,_0x20b9f3);},'XliMI':_0x5b666c(0x1eb),'Tacpo':_0x5b666c(0x14b),'SatuS':_0x5b666c(0x1fe),'kybdP':function(_0x17a082,_0x15a056,_0x2c8f87){return _0x17a082(_0x15a056,_0x2c8f87);},'DBJWT':'clean','WIxEx':_0x5b666c(0xe1),'Inlke':_0x5b666c(0xd8),'fHlyo':_0x5b666c(0xfc),'wyHOo':'Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','lFwfY':_0x5b666c(0x1c6),'wrgzK':_0x5b666c(0x1b0),'KCoMp':_0x5b666c(0x199),'cwseo':'profile-name','fiEKZ':function(_0x5305cd,_0x4e8d4d,_0x360380){return _0x5305cd(_0x4e8d4d,_0x360380);},'NnGIJ':_0x5b666c(0x13a),'uEaeX':_0x5b666c(0x148),'hycnu':_0x5b666c(0x1d9),'rbvCR':'profile\x20login','JLKXo':'Config\x20value','TOdIu':_0x5b666c(0x17b),'CnHYX':_0x5b666c(0xe4),'CMOgy':'unset\x20<profile>\x20<key>','wijFG':_0x5b666c(0x17e),'pBdAI':'reset\x20<profile>','SkrRZ':function(_0x1b3bd5,_0xa9eddf){return _0x1b3bd5===_0xa9eddf;},'jaZBf':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.','XVgip':'Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','aRZcP':'Skip\x20interactive\x20confirmation\x20prompts.','aDLnG':_0x5b666c(0x1ea),'yhHca':_0x5b666c(0xe7),'JPXwz':_0x5b666c(0x1bb),'sZpEi':_0x5b666c(0x110),'tgZxZ':_0x5b666c(0xcf),'augIG':_0x5b666c(0x118),'lGXYq':'Delete\x20a\x20cloud\x20profile','geBnu':_0x5b666c(0xea),'JGQqb':_0x5b666c(0x20e),'OhaTp':'Manage\x20profile\x20configuration','FbuMl':'You\x20must\x20specify\x20a\x20profile\x20subcommand','IVTNV':_0x5b666c(0x18c),'DUQTn':function(_0x381f86){return _0x381f86();},'WZMDx':function(_0x5b97b1,_0x2d2ee0,_0x1f6b1d){return _0x5b97b1(_0x2d2ee0,_0x1f6b1d);},'VVYGq':'print-access-token','vMUCF':'feature','phxPR':'notes','dIBTP':_0x5b666c(0x12f),'naXNS':_0x5b666c(0x136),'HEcbx':'Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.','pZiPz':_0x5b666c(0x1ff),'eUeJL':_0x5b666c(0x1f9),'oGStA':_0x5b666c(0xfa),'JwGti':_0x5b666c(0xf5),'Szufq':'debug-address-comments','CkjUe':'env','BBJFy':'ranger\x20profile\x20encrypt-auth','bbyJf':_0x5b666c(0x198),'ixZvx':'You\x20must\x20specify\x20an\x20auth\x20subcommand','yizuE':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','sFKOF':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','gjtSE':'with-deps','orOMw':function(_0x1d4cc5,_0x54a014,_0x304ec5){return _0x1d4cc5(_0x54a014,_0x304ec5);},'jriNW':_0x5b666c(0xc6),'MHGrS':function(_0x57c99f,_0x4680c3,_0x4972d8){return _0x57c99f(_0x4680c3,_0x4972d8);},'HUkQH':_0x5b666c(0x19c),'RvrLG':'item','bRBLZ':_0x5b666c(0x163),'DNCaD':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','NxfRJ':_0x5b666c(0x254),'PijPl':_0x5b666c(0x25b),'zqQeW':'env-name','hgjeP':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','eUHCJ':'ranger\x20add\x20env','rdvzo':'add\x20env','zoXDD':'ranger\x20use','BlhNO':'ranger\x20profile\x20use','KGEki':_0x5b666c(0x1f3),'XyaHB':_0x5b666c(0xd4),'KHCvL':'value','eMzmD':_0x5b666c(0x161),'pkXcy':_0x5b666c(0x231),'ScoPX':_0x5b666c(0x205),'ddbKK':'You\x20must\x20specify\x20a\x20config\x20subcommand','wPKrk':_0x5b666c(0x257),'KzWGH':_0x5b666c(0x1be),'XkMAY':'update\x20<env-name>','HHiTO':'Feature\x20review\x20description','tAuWJ':_0x5b666c(0x13f),'YUWup':_0x5b666c(0x22a),'hSYsm':_0x5b666c(0x145),'HJDGv':_0x5b666c(0x14f),'MGbDZ':'ranger\x20feature\x20show','AEomN':_0x5b666c(0xd0),'pOgll':_0x5b666c(0x216),'IzCTe':function(_0x1a5d69,_0x731cf4,_0xcd8f69){return _0x1a5d69(_0x731cf4,_0xcd8f69);},'zVLpP':function(_0x47502c,_0x2598ff,_0x3d5c63){return _0x47502c(_0x2598ff,_0x3d5c63);},'ulLfk':_0x5b666c(0x137),'CtBCX':'Scenario\x20description','rRJlB':'ranger\x20feature\x20add-checklist-item','vrtKW':'show\x20[id]','durmL':'add-checklist-item\x20<description>','TBdTl':_0x5b666c(0x1d1),'BaWJN':_0x5b666c(0x23c),'MBfFH':_0x5b666c(0x1b1),'OxNXI':function(_0x1f621d,_0x46277e,_0x70156b){return _0x1f621d(_0x46277e,_0x70156b);},'UgYvg':_0x5b666c(0x1fb),'AWZaB':'enable','wMtCk':function(_0x3bbf08,_0xe598e3){return _0x3bbf08(_0xe598e3);},'vhYqq':_0x5b666c(0xc4),'UDmBM':'Unknown\x20error','Qtonj':_0x5b666c(0x12a),'xDEgL':function(_0x5898df){return _0x5898df();},'uRWVu':'create\x20<name>','fIvCM':_0x5b666c(0x241),'aNyia':_0x5b666c(0x177),'ExHAT':_0x5b666c(0xd3),'fCnpE':_0x5b666c(0x102),'CFevM':'setup-ci\x20<token>','jGRgE':'skillup','KEIzB':_0x5b666c(0x170),'kGxhZ':'Manage\x20profiles','LXcDj':_0x5b666c(0xc3),'XXgwY':'auth','SuncM':_0x5b666c(0xdd),'wjJop':_0x5b666c(0x1bd),'FgWUz':'You\x20must\x20specify\x20a\x20command','KXDzt':function(_0xd530a9,_0x32cd4e){return _0xd530a9+_0x32cd4e;},'uBuqE':_0x5b666c(0x1c8),'HIxrQ':_0x5b666c(0x14e),'UxLfn':'help'};return _0x2bb037(_0x4cf1fd??process['argv'][_0x5b666c(0x112)](0x2))[_0x5b666c(0x173)](_0x51ce51['Qtonj'])[_0x5b666c(0xf3)](TOP_LEVEL_HELP)['version'](_0x51ce51['xDEgL'](getCurrentVersion))['command'](_0x51ce51[_0x5b666c(0x1e8)],_0x5b666c(0x258),_0x4c68b6=>{const _0x545da3=_0x5b666c;return _0x4c68b6['positional'](_0x51ce51['RpLhb'],{'type':_0x51ce51['iVnyr'],'description':_0x51ce51[_0x545da3(0x180)],'demandOption':!![]})['option']('description',{'type':_0x545da3(0x17d),'alias':'d','description':'Feature\x20review\x20description'})[_0x545da3(0x159)](_0x545da3(0x163),{'type':_0x51ce51['cNKuy'],'alias':'c','description':_0x51ce51['EkYQp']})[_0x545da3(0x159)](_0x51ce51[_0x545da3(0xc1)],{'type':_0x51ce51['cNKuy'],'hidden':!![]});},async _0xcd0d2e=>{const _0x40c502=_0x5b666c;if(!_0xcd0d2e['name']){console['error'](_0x51ce51[_0x40c502(0x1c4)](_0x51ce51[_0x40c502(0x1fc)],_0x51ce51[_0x40c502(0x267)])),process[_0x40c502(0x171)](0x1);return;}warnFlagRenamed(_0x51ce51[_0x40c502(0xe0)],'--checklist',_0x51ce51['EmnhH']);const _0x3dbc9c=_0xcd0d2e[_0x40c502(0x163)]||_0xcd0d2e[_0x40c502(0x1a2)];await withTelemetry(_0x51ce51['ODkWA'],()=>featureCreate(_0xcd0d2e[_0x40c502(0x15b)],{'description':_0xcd0d2e[_0x40c502(0x1ae)],'scenarios':_0x3dbc9c}));})[_0x5b666c(0x19f)](_0x5b666c(0x175),'List\x20all\x20feature\x20reviews',_0x43bd3d=>{const _0x2b4ac5=_0x5b666c;return _0x43bd3d['option'](_0x2b4ac5(0x21f),{'type':_0x51ce51[_0x2b4ac5(0x20a)],'description':_0x2b4ac5(0x13f)})['option'](_0x51ce51['wwoUr'],{'type':_0x2b4ac5(0x19d),'alias':'l','description':_0x51ce51[_0x2b4ac5(0x15d)],'default':0xa})[_0x2b4ac5(0x159)]('offset',{'type':_0x51ce51['HRHST'],'alias':'o','description':_0x2b4ac5(0x24a),'default':0x0})[_0x2b4ac5(0x159)](_0x51ce51['ZvySg'],{'type':_0x2b4ac5(0x265),'alias':'d','description':_0x2b4ac5(0x145),'default':![]});},async _0x30874d=>{const _0x12a8e3=_0x5b666c;await withTelemetry(_0x51ce51['XlnTQ'],()=>featureList({'currentBranch':_0x30874d[_0x12a8e3(0x21f)],'limit':_0x30874d[_0x12a8e3(0x240)],'offset':_0x30874d[_0x12a8e3(0x22a)],'includeDeleted':_0x30874d[_0x12a8e3(0x1b5)]}));})[_0x5b666c(0x19f)]('show\x20[id]','Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)',_0x288ca6=>{const _0x4e21f4=_0x5b666c;return _0x288ca6['positional']('id',{'type':_0x51ce51[_0x4e21f4(0x1da)],'description':_0x4e21f4(0x1e0)});},async _0x840c34=>{const _0x488f8b=_0x5b666c;await _0x51ce51['ApPAO'](withTelemetry,_0x51ce51[_0x488f8b(0x223)],()=>featureShow(_0x840c34['id']));})['command'](_0x5b666c(0x168),_0x51ce51['fIvCM'],_0x2aeda6=>{const _0x1b96e2=_0x5b666c;return _0x2aeda6['positional']('id',{'type':_0x1b96e2(0x17d),'description':_0x1b96e2(0x216)});},async _0x58b5ca=>{const _0x4f6508=_0x5b666c;await _0x51ce51['vUmsY'](withTelemetry,_0x51ce51[_0x4f6508(0x12e)],()=>featureResume(_0x58b5ca['id']));})[_0x5b666c(0x19f)](_0x5b666c(0x189),'Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review',_0x4497ac=>{const _0x37af82=_0x5b666c;return _0x4497ac['positional'](_0x51ce51[_0x37af82(0xcd)],{'type':_0x51ce51['iVnyr'],'description':'Scenario\x20description','demandOption':!![]})[_0x37af82(0x159)]('id',{'type':'string','description':_0x37af82(0x100)});},async _0x52f71e=>{await withTelemetry('add-scenario',()=>featureAddScenario(_0x52f71e['description'],_0x52f71e['id']));})['command'](_0x5b666c(0xcb),_0x5b666c(0x1db),_0x189eca=>{const _0x116f74=_0x5b666c;return _0x189eca[_0x116f74(0x181)](_0x116f74(0x1ae),{'type':_0x51ce51[_0x116f74(0x1da)],'description':_0x116f74(0x221),'demandOption':!![]})['option']('scenario',{'type':_0x116f74(0x19d),'description':'Scenario\x20number\x20to\x20edit\x20(1-based)','demandOption':!![]})['option']('id',{'type':_0x51ce51['iVnyr'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x2600de=>{const _0x48992e=_0x5b666c;await withTelemetry(_0x48992e(0x126),()=>featureEditScenario(_0x2600de[_0x48992e(0x1ae)],{'id':_0x2600de['id'],'scenario':_0x2600de['scenario']}));})[_0x5b666c(0x19f)](_0x51ce51[_0x5b666c(0x269)],_0x5b666c(0x20b),_0x1610a3=>{const _0x292e4d=_0x5b666c;return _0x1610a3[_0x292e4d(0x181)]('id',{'type':_0x292e4d(0x17d),'description':'Feature\x20review\x20ID'})[_0x292e4d(0x159)](_0x51ce51[_0x292e4d(0x192)],{'type':_0x292e4d(0x139),'description':_0x292e4d(0x1d4)})[_0x292e4d(0x159)](_0x292e4d(0x210),{'type':_0x51ce51[_0x292e4d(0x20a)],'description':_0x51ce51[_0x292e4d(0x1e9)],'default':![]});},async _0xbbb17=>{const _0x1bf5ef=_0x5b666c,_0x385eb2=_0xbbb17[_0x51ce51[_0x1bf5ef(0x192)]],_0x3c69eb=_0x385eb2?_0x385eb2['map'](_0x21786c=>Number(_0x21786c)):undefined;await withTelemetry('report',()=>featureReportPrDescription(_0xbbb17['id'],{'excludeScenarios':_0x3c69eb,'json':_0xbbb17[_0x1bf5ef(0x210)]}));})[_0x5b666c(0x19f)]('get-review\x20[id]',_0x51ce51[_0x5b666c(0x10a)],_0x292a04=>{const _0x5dd8fa=_0x5b666c;return _0x292a04[_0x5dd8fa(0x181)]('id',{'type':_0x51ce51[_0x5dd8fa(0x1da)],'description':_0x51ce51[_0x5dd8fa(0x1a4)]});},async _0x2381da=>{await withTelemetry(_0x51ce51['gUjeJ'],()=>featureGetReview(_0x2381da['id']));})[_0x5b666c(0x19f)]('delete\x20[id]',_0x51ce51['fCnpE'],_0x222c1a=>{const _0x5c0681=_0x5b666c;return _0x222c1a[_0x5c0681(0x181)]('id',{'type':_0x51ce51['iVnyr'],'description':_0x51ce51[_0x5c0681(0xfb)]});},async _0x1212cd=>{const _0x5f1321=_0x5b666c;await _0x51ce51['vUmsY'](withTelemetry,_0x5f1321(0x15c),()=>featureDelete(_0x1212cd['id']));})['command'](_0x5b666c(0x119),'Restore\x20a\x20soft-deleted\x20feature\x20review',_0x29adb5=>{const _0x54fc9e=_0x5b666c;return _0x29adb5[_0x54fc9e(0x181)]('id',{'type':_0x54fc9e(0x17d),'description':_0x51ce51['riZvX'],'demandOption':!![]});},async _0x29c50e=>{await withTelemetry(_0x51ce51['ZUAmc'],()=>featureRestore(_0x29c50e['id']));})[_0x5b666c(0x19f)]('setup\x20[tokenOrSubcommand]',_0x5b666c(0xff),_0x1e49b2=>{const _0x158f84=_0x5b666c,_0x4b9e56={'nsCVM':function(_0x30eeaf,_0x504a58,_0x2559ec){return _0x51ce51['vUmsY'](_0x30eeaf,_0x504a58,_0x2559ec);},'kLWGU':'setup:deps','dIsbL':function(_0x1244b6,_0xf06997){const _0x45ce97=_0x4614;return _0x51ce51[_0x45ce97(0x217)](_0x1244b6,_0xf06997);},'hiULm':function(_0x2a9de3,_0xae337c,_0x1e872f){return _0x2a9de3(_0xae337c,_0x1e872f);},'mymRc':_0x158f84(0x1f1),'iysBo':function(_0x5aba18){return _0x5aba18();}};return _0x1e49b2[_0x158f84(0xf3)]('Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level')['positional']('tokenOrSubcommand',{'type':_0x158f84(0x17d),'description':_0x158f84(0x24f)})[_0x158f84(0x19f)](_0x51ce51[_0x158f84(0xf6)],_0x51ce51['wciEA'],_0x523936=>{const _0x2f0654=_0x158f84;return _0x523936['option'](_0x2f0654(0x16c),{'type':_0x51ce51[_0x2f0654(0x1da)],'description':_0x51ce51[_0x2f0654(0x129)]})[_0x2f0654(0x159)](_0x2f0654(0x1c1),{'type':_0x51ce51[_0x2f0654(0x20a)],'description':_0x2f0654(0x104),'default':![]})['option'](_0x51ce51[_0x2f0654(0x21b)],{'type':_0x2f0654(0x265),'description':_0x51ce51[_0x2f0654(0x185)],'default':![]})['option']('with-deps',{'type':_0x51ce51['gMTZo'],'description':_0x51ce51['MnkpF'],'default':![]})['option'](_0x51ce51[_0x2f0654(0x147)],{'type':_0x2f0654(0x17d),'choices':[_0x51ce51[_0x2f0654(0x1ad)]],'hidden':!![],'description':_0x2f0654(0x1a0)})[_0x2f0654(0x159)](_0x51ce51[_0x2f0654(0x1d5)],{'type':_0x51ce51[_0x2f0654(0x1da)],'description':_0x51ce51['zbhAE']})[_0x2f0654(0x159)](_0x51ce51[_0x2f0654(0x167)],{'type':_0x51ce51[_0x2f0654(0x20a)],'description':_0x51ce51[_0x2f0654(0x183)],'default':![]})['option']('opencode',{'type':'boolean','description':_0x51ce51['PgocF'],'default':![]})[_0x2f0654(0x159)]('allow-insecure-localhost',{'type':'boolean','description':_0x51ce51['vgBzI'],'default':![]})[_0x2f0654(0x159)]('mcp-bootstrap',{'type':_0x51ce51['gMTZo'],'description':_0x2f0654(0x1f2),'default':![]})['option']('mcp',{'type':_0x51ce51[_0x2f0654(0x20a)],'description':_0x51ce51['AFIRd'],'default':![]});},async _0x1eadbb=>{const _0x1f233d=_0x158f84;(_0x1eadbb['mcp-bootstrap']||_0x1eadbb[_0x1f233d(0x1b2)])&&await withTelemetry(_0x51ce51['CtNNA'],()=>mcpBootstrap()),await _0x51ce51['KHSnB'](withTelemetry,_0x51ce51['dVWZt'],_0x50c57b=>start(_0x1eadbb['token'],{'skipChromium':_0x1eadbb['skip-chromium'],'skipAuth':_0x1eadbb['skip-auth'],'withDeps':_0x1eadbb['with-deps'],'scope':_0x1eadbb[_0x1f233d(0x140)],'url':_0x1eadbb['url'],'force':_0x1eadbb['force'],'opencode':_0x1eadbb[_0x1f233d(0x215)],'allowInsecureLocalhost':_0x1eadbb[_0x1f233d(0xdf)]},_0x50c57b));})[_0x158f84(0x19f)](_0x158f84(0x19b),_0x51ce51['zYPnZ'],_0x3f804a=>{const _0x16e8c4=_0x158f84;return _0x3f804a[_0x16e8c4(0x159)]('with-deps',{'type':_0x16e8c4(0x265),'description':_0x51ce51['fRxcg'],'default':![]});},async _0x7ed7df=>{const _0x553bf5=_0x158f84;await _0x4b9e56['nsCVM'](withTelemetry,_0x4b9e56['kLWGU'],()=>ensureChromium(_0x7ed7df[_0x553bf5(0xd5)]));})['command'](_0x158f84(0x1eb),'Authenticate\x20with\x20Ranger',_0x28beef=>{const _0x42ecd7=_0x158f84;return _0x28beef['option'](_0x51ce51[_0x42ecd7(0x1ca)],{'type':_0x51ce51[_0x42ecd7(0x1da)],'description':_0x42ecd7(0x1ce)})[_0x42ecd7(0x159)](_0x51ce51[_0x42ecd7(0x1ac)],{'type':'boolean','description':'Authenticate\x20via\x20MCP\x20proxy','default':![]});},async _0x265312=>{const _0x2716d5=_0x158f84,_0x3b3db5={'vBoWD':function(_0x3c2353){return _0x3c2353();},'rcbKr':function(_0x689a1d,_0x3e6e11){return _0x4b9e56['dIsbL'](_0x689a1d,_0x3e6e11);}};await _0x4b9e56[_0x2716d5(0x24d)](withTelemetry,_0x4b9e56[_0x2716d5(0x1ed)],async()=>{const _0x2e92c4=_0x2716d5;if(_0x265312[_0x2e92c4(0x1b2)]){await _0x3b3db5[_0x2e92c4(0x133)](mcpBootstrap);const _0x4d813d=await refreshCliToken();if(!_0x4d813d)throw new Error('Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.');const _0x453291=await getCurrentUser(_0x4d813d);if(!_0x453291['success'])throw new Error(_0x2e92c4(0xdb)+_0x453291['error']);console[_0x2e92c4(0x1ee)](_0x2e92c4(0x109)+_0x453291[_0x2e92c4(0x1c9)][_0x2e92c4(0x132)]);return;}await _0x3b3db5[_0x2e92c4(0x155)](authenticate,_0x265312['token']);});})['command'](_0x51ce51[_0x158f84(0xf7)],_0x51ce51['kGhNA'],_0xc7f6d6=>{const _0x2ade70=_0x158f84;return _0xc7f6d6['option']('scope',{'type':'string','choices':[_0x2ade70(0x1c9),'project'],'description':_0x51ce51[_0x2ade70(0xef)]})[_0x2ade70(0x159)]('opencode',{'type':'boolean','description':_0x2ade70(0x121),'default':![]});},async _0x6c22c3=>{const _0x58a8f8=_0x158f84;await withTelemetry(_0x58a8f8(0x222),async()=>{const _0x59d0d9=_0x58a8f8,_0x59ea66=_0x6c22c3[_0x59d0d9(0x140)];if(_0x6c22c3['opencode']){const _0x5745a0=await ensureOpencodePluginConfig(_0x59ea66);_0x5745a0&&await _0x4b9e56['hiULm'](installSkill,_0x59d0d9(0x12a),{'level':_0x5745a0['scope'],'cliVersion':_0x4b9e56[_0x59d0d9(0x246)](getCurrentVersion),'platform':'opencode'});}else await ensureClaudePlugin(_0x59ea66),await _0x4b9e56['dIsbL'](ensureClaudeSkills,_0x59ea66);});})[_0x158f84(0x19f)](_0x51ce51[_0x158f84(0x187)],_0x158f84(0x220),_0x2a4e3e=>{const _0x1eb0bb=_0x158f84;return _0x2a4e3e['option'](_0x51ce51[_0x1eb0bb(0x147)],{'type':_0x1eb0bb(0x17d),'choices':[_0x1eb0bb(0x1c9)],'description':_0x51ce51['pDWhN']})[_0x1eb0bb(0x159)]('url',{'type':_0x51ce51['iVnyr'],'description':_0x1eb0bb(0x225)})['option'](_0x1eb0bb(0x1f7),{'type':'boolean','description':'Skip\x20browser\x20authentication','default':![]})['option']('force',{'type':_0x51ce51['gMTZo'],'description':_0x51ce51[_0x1eb0bb(0x183)],'default':![]})[_0x1eb0bb(0x159)]('allow-insecure-localhost',{'type':_0x51ce51['gMTZo'],'description':_0x51ce51[_0x1eb0bb(0x1cb)],'default':![]});},async _0x416245=>{const _0x163975=_0x158f84,_0x58d108=_0x416245[_0x163975(0x140)];_0x51ce51['RUoXJ'](_0x58d108,undefined)&&_0x58d108!==_0x51ce51['FOKFY']&&(console['error'](_0x163975(0x15e)+_0x58d108+_0x163975(0x1f6)+'Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20'+'Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.'),process[_0x163975(0x171)](0x1)),await withTelemetry('setup:profiles',_0x7b571e=>ensureLocalEnv({'url':_0x416245['url'],'force':_0x416245['force'],'allowInsecureLocalhost':_0x416245[_0x163975(0xdf)],'scope':_0x163975(0x1c9)},_0x7b571e));})[_0x158f84(0x159)](_0x51ce51['pJSZU'],{'type':_0x51ce51[_0x158f84(0x20a)],'description':'Skip\x20Chromium\x20browser\x20check\x20and\x20installation','default':![]})[_0x158f84(0x159)](_0x158f84(0x140),{'type':_0x51ce51['iVnyr'],'choices':['user'],'hidden':!![],'description':_0x51ce51['pDWhN']})['option']('url',{'type':_0x158f84(0x17d),'description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})[_0x158f84(0x159)]('force',{'type':_0x158f84(0x265),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})[_0x158f84(0x159)]('opencode',{'type':_0x51ce51[_0x158f84(0x20a)],'description':_0x51ce51['PgocF'],'default':![]})[_0x158f84(0x159)](_0x51ce51[_0x158f84(0x25f)],{'type':_0x51ce51['gMTZo'],'description':_0x51ce51['cHRso'],'default':![]})['option'](_0x51ce51[_0x158f84(0x250)],{'type':_0x51ce51[_0x158f84(0x20a)],'description':_0x158f84(0x24c),'default':![]})[_0x158f84(0x159)]('skip-auth',{'type':'boolean','description':_0x51ce51[_0x158f84(0x260)],'default':![]})['option'](_0x158f84(0xd5),{'type':_0x51ce51['gMTZo'],'description':_0x51ce51['fRxcg'],'default':![]})['option'](_0x51ce51[_0x158f84(0x1ca)],{'type':'string','hidden':!![],'description':_0x158f84(0x122)});},async _0x118bce=>{const _0x29d8ed=_0x5b666c,_0x118518=_0x118bce[_0x29d8ed(0x255)],_0x28a3e6=_0x118bce['token']??_0x118518;_0x118bce['mcp-bootstrap']&&await _0x51ce51['vUmsY'](withTelemetry,_0x29d8ed(0xc9),()=>mcpBootstrap()),await _0x51ce51['ApPAO'](withTelemetry,_0x29d8ed(0x156),_0x844e74=>start(_0x28a3e6,{'skipChromium':_0x118bce[_0x29d8ed(0x1c1)],'skipAuth':_0x118bce['skip-auth'],'withDeps':_0x118bce[_0x29d8ed(0xd5)],'scope':_0x118bce[_0x29d8ed(0x140)],'url':_0x118bce[_0x29d8ed(0x13c)],'force':_0x118bce[_0x29d8ed(0x186)],'opencode':_0x118bce[_0x29d8ed(0x215)],'allowInsecureLocalhost':_0x118bce['allow-insecure-localhost']},_0x844e74));})['command'](_0x51ce51['CFevM'],![],_0x3cde20=>{const _0x35623f=_0x5b666c;return _0x3cde20[_0x35623f(0x181)]('token',{'type':_0x35623f(0x17d),'description':_0x35623f(0x22b),'demandOption':!![]})['option']('profile',{'type':'string','description':_0x51ce51[_0x35623f(0x10f)]})['option'](_0x51ce51[_0x35623f(0x1af)],{'type':'string','description':_0x51ce51[_0x35623f(0x117)]})['option']('skip-chromium',{'type':_0x35623f(0x265),'description':_0x35623f(0x143),'default':![]});},async _0x21298f=>{const _0x5c5362=_0x5b666c;await _0x51ce51[_0x5c5362(0x15f)](withTelemetry,_0x5c5362(0x1d0),_0x86b476=>setupCi(_0x21298f[_0x5c5362(0x16c)],{'profile':_0x21298f[_0x5c5362(0x148)],'baseUrl':_0x21298f[_0x5c5362(0x19a)],'skipChromium':_0x21298f[_0x5c5362(0x1c1)]},_0x86b476));})['command'](_0x51ce51[_0x5b666c(0x214)],_0x5b666c(0x1a6),()=>{},async()=>{const _0x217685=_0x5b666c;await withTelemetry(_0x51ce51[_0x217685(0x214)],()=>login());})['command'](_0x51ce51[_0x5b666c(0xf9)],_0x5b666c(0x169),_0x471c15=>{const _0x35263c=_0x5b666c;return _0x471c15[_0x35263c(0x159)](_0x35263c(0x215),{'type':_0x51ce51[_0x35263c(0x20a)],'description':'Install\x20skills\x20for\x20OpenCode','default':![]})['option']('scope',{'type':'string','choices':[_0x51ce51[_0x35263c(0x1ad)],_0x51ce51['Tacpo']],'description':_0x51ce51['SatuS']});},async _0x55f33f=>{const _0x4ef7fa=_0x5b666c,_0x21bdc0=Boolean(_0x55f33f[_0x4ef7fa(0x215)]);await _0x51ce51[_0x4ef7fa(0x1d2)](withTelemetry,'skillup',()=>skillup({'autoInstall':_0x55f33f['scope'],'platform':_0x21bdc0?_0x4ef7fa(0x215):_0x4ef7fa(0x162)}));})[_0x5b666c(0x19f)]('clean',_0x51ce51[_0x5b666c(0x239)],()=>{},async()=>{const _0x552b5a=_0x5b666c;await _0x51ce51[_0x552b5a(0x1d2)](withTelemetry,_0x51ce51['DBJWT'],()=>clean());})['command'](['profile',_0x5b666c(0x142)],_0x51ce51['kGxhZ'],_0x586d89=>{const _0x4e0eac=_0x5b666c,_0x1baa9b={'RLFCY':function(_0x5e48c3,_0xb2ff6d,_0x558cbb,_0x34c57c){return _0x5e48c3(_0xb2ff6d,_0x558cbb,_0x34c57c);},'nTsGa':function(_0x21d049,_0x7f9e72){return _0x21d049(_0x7f9e72);},'gCCwe':function(_0x49b923,_0x272ffe,_0x338b5a){return _0x51ce51['vUmsY'](_0x49b923,_0x272ffe,_0x338b5a);},'AuNuc':'profile\x20encrypt-auth','pJdHg':_0x4e0eac(0x10e),'ztymK':_0x51ce51['iVnyr'],'IXgBU':'allow-insecure-localhost','MYHjK':'boolean','lSFyC':_0x51ce51['cHRso'],'JrEBV':_0x51ce51['RpLhb'],'LVbhE':_0x4e0eac(0x247),'vNYIm':_0x4e0eac(0x23f),'MaFhX':function(_0x5e6c0d,_0x470c2d,_0x22d4f3){return _0x5e6c0d(_0x470c2d,_0x22d4f3);},'sDVIP':function(_0x3c21f5,_0x39c943){return _0x51ce51['SkrRZ'](_0x3c21f5,_0x39c943);},'vWRTk':'failed','aagwM':_0x51ce51['jaZBf'],'ZPwRz':_0x51ce51[_0x4e0eac(0xf6)],'HNtCd':_0x51ce51[_0x4e0eac(0x135)],'ihQxY':_0x51ce51[_0x4e0eac(0x238)],'Xpjwn':_0x4e0eac(0x144),'VhReV':_0x51ce51[_0x4e0eac(0x115)],'NwLck':_0x51ce51['aDLnG'],'oNzyw':'key'};return _0x586d89['usage'](PROFILE_HELP)[_0x4e0eac(0x19f)](_0x51ce51[_0x4e0eac(0x108)],_0x51ce51[_0x4e0eac(0x23b)],_0x4bf969=>{const _0x4a4b09=_0x4e0eac;return _0x4bf969[_0x4a4b09(0x181)](_0x4a4b09(0x10e),{'type':_0x4a4b09(0x17d),'description':_0x51ce51[_0x4a4b09(0x1cd)],'demandOption':!![]})[_0x4a4b09(0x159)]('ci',{'type':'boolean','hidden':!![],'default':![]})['option']('skip-auth',{'type':_0x51ce51['gMTZo'],'description':_0x51ce51['Inlke'],'default':![]})[_0x4a4b09(0x159)](_0x51ce51['nfBiZ'],{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)'})['option'](_0x51ce51['YDYWH'],{'type':_0x51ce51[_0x4a4b09(0x20a)],'description':_0x51ce51['AFDHf'],'default':![]})[_0x4a4b09(0x159)]('cdp-endpoint',{'type':_0x51ce51[_0x4a4b09(0x1da)],'description':_0x51ce51['fHlyo']})['option'](_0x4a4b09(0xdf),{'type':_0x4a4b09(0x265),'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','default':![]})[_0x4a4b09(0x159)]('safe-mode',{'type':_0x51ce51['gMTZo'],'description':'Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','default':![]})[_0x4a4b09(0x159)]('setup-header',{'type':'string','array':!![],'description':_0x4a4b09(0x207)})['option'](_0x51ce51[_0x4a4b09(0x147)],{'type':_0x4a4b09(0x17d),'choices':['user',_0x4a4b09(0x14b)],'description':_0x51ce51['wyHOo']})['option'](_0x51ce51[_0x4a4b09(0xce)],{'type':_0x4a4b09(0x265),'alias':'y','description':_0x4a4b09(0x1a9),'default':![]});},async _0x235bd8=>{const _0x27894a=_0x4e0eac;await _0x1baa9b['RLFCY'](withTelemetry,_0x27894a(0x1bc),_0x2fd86f=>addEnv(_0x235bd8[_0x27894a(0x10e)],{'ci':_0x235bd8['ci'],'skipAuth':_0x235bd8[_0x27894a(0x1f7)],'url':_0x235bd8['url'],'force':_0x235bd8[_0x27894a(0x186)],'cdpEndpoint':_0x235bd8['cdp-endpoint'],'allowInsecureLocalhost':_0x235bd8[_0x27894a(0xdf)],'safeMode':_0x235bd8['safe-mode'],'setupHeader':_0x235bd8['setup-header'],'scope':_0x235bd8[_0x27894a(0x140)],'yes':_0x235bd8[_0x27894a(0x1c6)]},_0x2fd86f),{'isElectron':_0x1baa9b[_0x27894a(0x1de)](Boolean,_0x235bd8[_0x27894a(0x21c)])});})['command'](_0x51ce51['sZpEi'],_0x51ce51['tgZxZ'],_0x1595f1=>{const _0x41632a=_0x4e0eac;return _0x1595f1[_0x41632a(0x181)](_0x41632a(0x10e),{'type':_0x41632a(0x17d),'description':_0x51ce51[_0x41632a(0x1b4)],'demandOption':!![]});},async _0x4875bf=>{const _0xa1be2b=_0x4e0eac;await withTelemetry(_0x51ce51['KCoMp'],()=>useEnv(_0x4875bf[_0xa1be2b(0x10e)]));})[_0x4e0eac(0x19f)](_0x51ce51[_0x4e0eac(0x11b)],_0x51ce51[_0x4e0eac(0x11d)],_0x925805=>{const _0x2a2704=_0x4e0eac;return _0x925805['positional'](_0x51ce51[_0x2a2704(0x1cc)],{'type':_0x51ce51['iVnyr'],'description':'Name\x20of\x20the\x20cloud\x20profile\x20to\x20delete','demandOption':!![]})[_0x2a2704(0x159)](_0x51ce51[_0x2a2704(0xce)],{'type':_0x51ce51['gMTZo'],'alias':'y','description':_0x2a2704(0x113),'default':![]});},async _0x471607=>{const _0xd4496f=_0x4e0eac;await _0x51ce51['fiEKZ'](withTelemetry,_0x51ce51['NnGIJ'],()=>deleteProfile(_0x471607[_0xd4496f(0x10e)],{'yes':_0x471607[_0xd4496f(0x1c6)]}));})[_0x4e0eac(0x19f)](_0x51ce51[_0x4e0eac(0xc7)],![],_0x4d7dc6=>{const _0x498dd3=_0x4e0eac;return _0x4d7dc6['positional'](_0x51ce51[_0x498dd3(0x115)],{'type':_0x51ce51[_0x498dd3(0x1da)],'description':_0x498dd3(0x1ea),'demandOption':!![]});},async _0x57151a=>{const _0x266506=_0x4e0eac;await _0x1baa9b[_0x266506(0x252)](withTelemetry,_0x1baa9b['AuNuc'],()=>authEncrypt(_0x57151a['profile']));})[_0x4e0eac(0x19f)]('ls',_0x4e0eac(0x264),()=>{},async()=>{const _0xa67e1e=_0x4e0eac;await withTelemetry(_0xa67e1e(0x1f4),()=>envList());})['command']('update\x20<profile-name>','Update\x20authentication\x20for\x20an\x20existing\x20profile',_0x42707c=>{const _0x330d5f=_0x4e0eac;return _0x42707c['positional'](_0x1baa9b[_0x330d5f(0x176)],{'type':_0x1baa9b[_0x330d5f(0xec)],'description':_0x330d5f(0x262),'demandOption':!![]})[_0x330d5f(0x159)](_0x1baa9b['IXgBU'],{'type':_0x1baa9b[_0x330d5f(0x114)],'description':_0x1baa9b[_0x330d5f(0x1e6)]});},async _0x22cc72=>{const _0x58b2dc=_0x4e0eac;await withTelemetry(_0x51ce51['hycnu'],_0x36b26f=>updateEnv(_0x22cc72[_0x58b2dc(0x10e)],_0x36b26f,{'allowInsecureLocalhost':_0x22cc72[_0x58b2dc(0xdf)]}));})[_0x4e0eac(0x19f)]('login\x20<name>',![],_0x198ce3=>{const _0x4485af=_0x4e0eac;return _0x198ce3['positional'](_0x1baa9b[_0x4485af(0x150)],{'type':'string','description':_0x1baa9b[_0x4485af(0xf8)],'demandOption':!![]});},async _0x4c07c2=>{const _0x19b0fc=_0x4e0eac;await _0x51ce51[_0x19b0fc(0x1e7)](withTelemetry,_0x51ce51['rbvCR'],async()=>{const _0x3f73e2=_0x19b0fc,_0x5ab371=process['env'][_0x3f73e2(0x17a)],_0x4bcfb6=process[_0x3f73e2(0x1b9)][_0x3f73e2(0x13b)];(!_0x5ab371||!_0x4bcfb6)&&(console['error'](_0x1baa9b['vNYIm']),process[_0x3f73e2(0x171)](0x1));const _0x563709=_0x4c07c2[_0x3f73e2(0x15b)],_0x45c8b3=await _0x1baa9b[_0x3f73e2(0x1c7)](serverSideLogin,_0x563709,{'force':!![]});_0x45c8b3['status']===_0x3f73e2(0x127)&&(console['error'](_0x3f73e2(0x11e)),process[_0x3f73e2(0x171)](0x1)),_0x1baa9b[_0x3f73e2(0x14d)](_0x45c8b3['status'],_0x1baa9b['vWRTk'])&&(console[_0x3f73e2(0x1b8)]('Login\x20failed:\x20'+(_0x45c8b3['error']??'unknown\x20error')),_0x45c8b3['test_output']&&console['error'](_0x45c8b3['test_output']),process[_0x3f73e2(0x171)](0x1)),console[_0x3f73e2(0x1ee)]('✓\x20Login\x20succeeded\x20for\x20\x27'+_0x563709+'\x27.\x20Session\x20saved.');});})[_0x4e0eac(0x19f)](_0x4e0eac(0x123),![],_0x4713d0=>{const _0x5b09a6=_0x4e0eac;return _0x4713d0[_0x5b09a6(0x181)]('profile-name',{'type':_0x1baa9b['ztymK'],'description':_0x1baa9b[_0x5b09a6(0x11a)]})['option'](_0x1baa9b['ZPwRz'],{'type':_0x1baa9b[_0x5b09a6(0x114)],'description':'Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','default':![]})['option'](_0x5b09a6(0xf4),{'type':_0x1baa9b['MYHjK'],'description':_0x1baa9b['HNtCd'],'default':![]})[_0x5b09a6(0x159)]('yes',{'type':'boolean','alias':'y','description':_0x1baa9b['ihQxY'],'default':![]})[_0x5b09a6(0x159)](_0x5b09a6(0x209),{'type':'boolean','description':_0x1baa9b[_0x5b09a6(0xd6)],'default':![]});},async _0x27d506=>{const _0x18abe5=_0x4e0eac;await _0x51ce51[_0x18abe5(0x10c)](withTelemetry,_0x18abe5(0x21e),_0x10eb7b=>migrateProfile({'profileName':_0x27d506[_0x18abe5(0x10e)],'all':_0x27d506[_0x18abe5(0x20d)],'dryRun':_0x27d506[_0x18abe5(0xf4)],'yes':_0x27d506[_0x18abe5(0x1c6)],'saveCreds':_0x27d506['save-creds']},_0x10eb7b));})[_0x4e0eac(0x19f)](_0x51ce51['JGQqb'],_0x51ce51[_0x4e0eac(0x191)],_0x253cfd=>{const _0x31476b=_0x4e0eac,_0x1c7fd0={'mSRzi':_0x31476b(0x17d),'LUWGA':_0x31476b(0x1fa),'XYqJn':_0x51ce51['JLKXo'],'VdVFp':_0x31476b(0x261),'mJvdY':function(_0x51af66,_0xc24f21,_0x4fd655){return _0x51af66(_0xc24f21,_0x4fd655);},'WmFll':_0x51ce51['uEaeX'],'DpBCz':'Profile\x20name','ivdZU':_0x51ce51[_0x31476b(0x22d)],'yItkt':_0x31476b(0x259)};return _0x253cfd['usage'](PROFILE_CONFIG_HELP)[_0x31476b(0x19f)](_0x31476b(0x22f),_0x51ce51[_0x31476b(0x130)],_0x3bec63=>{const _0x1d4989=_0x31476b;return _0x3bec63[_0x1d4989(0x181)](_0x1d4989(0x148),{'type':_0x1c7fd0['mSRzi'],'description':_0x1d4989(0x1ea),'demandOption':!![]})['positional'](_0x1d4989(0x17b),{'type':_0x1d4989(0x17d),'description':_0x1c7fd0['LUWGA'],'demandOption':!![]})['positional'](_0x1d4989(0x24b),{'type':'string','description':_0x1c7fd0['XYqJn'],'demandOption':!![]});},async _0x31fed7=>{const _0x3535a4=_0x31476b;await withTelemetry(_0x1c7fd0[_0x3535a4(0x200)],()=>configSet(_0x31fed7['profile'],_0x31fed7[_0x3535a4(0x17b)],_0x31fed7[_0x3535a4(0x24b)]));})['command']('get\x20<profile>\x20<key>','Get\x20a\x20config\x20value',_0x4a274b=>{const _0x425549=_0x31476b;return _0x4a274b['positional'](_0x1baa9b['VhReV'],{'type':_0x425549(0x17d),'description':_0x1baa9b[_0x425549(0x106)],'demandOption':!![]})[_0x425549(0x181)](_0x1baa9b[_0x425549(0x24e)],{'type':_0x1baa9b[_0x425549(0xec)],'description':'Config\x20key','demandOption':!![]});},async _0x1fef00=>{const _0x2a7ec5=_0x31476b;await _0x1c7fd0[_0x2a7ec5(0x248)](withTelemetry,_0x2a7ec5(0x1d8),()=>configGet(_0x1fef00[_0x2a7ec5(0x148)],_0x1fef00['key']));})['command'](_0x31476b(0x105),_0x31476b(0x1b7),_0x90347c=>{const _0x3dbba3=_0x31476b;return _0x90347c['positional']('profile',{'type':'string','description':_0x3dbba3(0x1ea),'demandOption':!![]});},async _0x9f89bc=>{await withTelemetry('profile\x20config\x20list',()=>configList(_0x9f89bc['profile']));})['command'](_0x51ce51[_0x31476b(0x25c)],_0x51ce51[_0x31476b(0x157)],_0x33d3ac=>{const _0x5ad8da=_0x31476b;return _0x33d3ac[_0x5ad8da(0x181)](_0x1c7fd0['WmFll'],{'type':_0x1c7fd0[_0x5ad8da(0x15a)],'description':_0x1c7fd0['DpBCz'],'demandOption':!![]})[_0x5ad8da(0x181)](_0x1c7fd0['ivdZU'],{'type':'string','description':'Config\x20key\x20to\x20remove','demandOption':!![]});},async _0x2182bb=>{const _0x587908=_0x31476b;await withTelemetry(_0x1c7fd0[_0x587908(0x235)],()=>configUnset(_0x2182bb[_0x587908(0x148)],_0x2182bb['key']));})['command'](_0x51ce51['pBdAI'],'Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile',_0x195cf2=>{const _0x485297=_0x31476b;return _0x195cf2['positional'](_0x1c7fd0['WmFll'],{'type':_0x1c7fd0[_0x485297(0x15a)],'description':_0x1c7fd0['DpBCz'],'demandOption':!![]});},async _0x26c050=>{const _0x26f9a1=_0x31476b;await withTelemetry(_0x26f9a1(0x1e3),()=>configReset(_0x26c050['profile']));})[_0x31476b(0x1a5)](0x1,'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand');})[_0x4e0eac(0x1a5)](0x1,_0x51ce51['FbuMl']);})[_0x5b666c(0x19f)](_0x51ce51[_0x5b666c(0x236)],'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)',()=>{},async()=>{const _0x4e17e2=_0x5b666c;await withTelemetry(_0x4e17e2(0xc3),()=>status());})['command'](_0x51ce51['IVTNV'],'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version',()=>{},async()=>{const _0x58d762=_0x5b666c;await withTelemetry(_0x51ce51[_0x58d762(0x124)],()=>update());})[_0x5b666c(0x19f)](_0x51ce51[_0x5b666c(0xe6)],'Print\x20the\x20current\x20CLI\x20access\x20token',()=>{},async()=>{const _0x2e8171=_0x5b666c,_0x1e98bb={'tQgEQ':function(_0x53f0a0){const _0x41de79=_0x4614;return _0x51ce51[_0x41de79(0xdc)](_0x53f0a0);}};await _0x51ce51['WZMDx'](withTelemetry,_0x51ce51[_0x2e8171(0xe6)],async()=>{const _0x399330=_0x2e8171,_0x49defb=await _0x1e98bb[_0x399330(0x229)](getToken);if(!_0x49defb)throw new Error('No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.');console[_0x399330(0x1ee)](_0x49defb);});})[_0x5b666c(0x19f)]('go','Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.',_0x4233e4=>{const _0x299719=_0x5b666c;return _0x4233e4[_0x299719(0x159)](_0x51ce51['vMUCF'],{'type':_0x51ce51['iVnyr'],'description':_0x299719(0x12c)})[_0x299719(0x159)](_0x51ce51['uEaeX'],{'type':_0x51ce51[_0x299719(0x1da)],'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)'})['option'](_0x51ce51[_0x299719(0xd2)],{'type':_0x299719(0x17d),'description':_0x51ce51[_0x299719(0x178)]})['option'](_0x299719(0x163),{'type':_0x51ce51['HRHST'],'description':'Scenario\x20index\x20(1-based)'})[_0x299719(0x159)](_0x51ce51[_0x299719(0x208)],{'type':_0x51ce51['iVnyr'],'description':'Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.'})['option'](_0x51ce51['ZDchL'],{'type':_0x299719(0x17d),'description':'Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.'})['option'](_0x299719(0x158),{'type':'string','description':_0x51ce51['HEcbx']})[_0x299719(0x159)](_0x51ce51['pZiPz'],{'type':_0x51ce51[_0x299719(0x20a)],'description':'Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','default':![]})['option'](_0x51ce51[_0x299719(0x111)],{'type':_0x51ce51[_0x299719(0x1da)],'hidden':!![],'choices':['verified','partial',_0x51ce51['oGStA'],_0x51ce51['JwGti'],'incomplete']})[_0x299719(0x159)](_0x51ce51[_0x299719(0x1cf)],{'type':_0x51ce51['gMTZo'],'hidden':!![]})[_0x299719(0x159)](_0x51ce51[_0x299719(0x242)],{'type':_0x299719(0x17d),'hidden':!![]})[_0x299719(0x159)](_0x299719(0x19c),{'type':_0x51ce51['iVnyr'],'hidden':!![]})[_0x299719(0x159)]('item',{'type':'number','hidden':!![]});},async _0x422320=>{await _0x51ce51['EdIKA'](runGoCommand,_0x422320);})['command'](_0x51ce51[_0x5b666c(0x1c0)],![],_0xc81ed1=>{const _0x54d54b=_0x5b666c;return _0xc81ed1[_0x54d54b(0x19f)](_0x51ce51['bbyJf'],![],_0x204556=>{const _0x50f874=_0x54d54b;return _0x204556['positional'](_0x50f874(0x148),{'type':_0x51ce51['iVnyr'],'description':_0x51ce51['aDLnG'],'demandOption':!![]});},async _0x4abaca=>{const _0x10186a=_0x54d54b;warnRenamed('ranger\x20auth\x20encrypt',_0x51ce51[_0x10186a(0x151)]),await authEncrypt(_0x4abaca['profile']);})['demandCommand'](0x1,_0x51ce51[_0x54d54b(0x179)]);},()=>{})['command']('start\x20[token]',![],_0x22956a=>{const _0x1dd59c=_0x5b666c;return _0x22956a['positional'](_0x51ce51['AIdvJ'],{'type':_0x51ce51['iVnyr'],'description':_0x51ce51[_0x1dd59c(0x1c5)]})['option']('skip-chromium',{'type':_0x51ce51['gMTZo'],'description':_0x51ce51['sFKOF'],'default':![]})['option'](_0x51ce51['Mrspb'],{'type':'string','choices':[_0x51ce51[_0x1dd59c(0x1ad)]],'hidden':!![],'description':_0x51ce51['pDWhN']})[_0x1dd59c(0x159)](_0x51ce51['nfBiZ'],{'type':'string','description':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)'})[_0x1dd59c(0x159)](_0x51ce51['YDYWH'],{'type':_0x51ce51[_0x1dd59c(0x20a)],'description':_0x1dd59c(0xe5),'default':![]})[_0x1dd59c(0x159)](_0x51ce51[_0x1dd59c(0x21b)],{'type':_0x51ce51[_0x1dd59c(0x20a)],'description':'Skip\x20authentication','default':![]})[_0x1dd59c(0x159)](_0x51ce51[_0x1dd59c(0x1a8)],{'type':_0x1dd59c(0x265),'description':_0x1dd59c(0x23a),'default':![]});},async _0x20e895=>{const _0xde0493=_0x5b666c;_0x51ce51[_0xde0493(0x1bf)](warnRenamed,_0xde0493(0x204),_0x51ce51['jriNW']),await _0x51ce51['MHGrS'](withTelemetry,_0xde0493(0x156),_0x159ac5=>start(_0x20e895[_0xde0493(0x16c)],{'skipChromium':_0x20e895[_0xde0493(0x1c1)],'skipAuth':_0x20e895['skip-auth'],'withDeps':_0x20e895[_0xde0493(0xd5)],'scope':_0x20e895['scope'],'url':_0x20e895['url'],'force':_0x20e895['force']},_0x159ac5));})[_0x5b666c(0x19f)]('verify-feature',![],_0x47e302=>{const _0x5330a5=_0x5b666c;return _0x47e302['option'](_0x5330a5(0x1b9),{'type':_0x5330a5(0x17d),'description':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)'})['option'](_0x51ce51['HUkQH'],{'type':_0x51ce51['iVnyr'],'description':_0x5330a5(0x131)})['option'](_0x51ce51['RvrLG'],{'type':_0x51ce51['HRHST'],'description':_0x5330a5(0x16a)})[_0x5330a5(0x159)](_0x51ce51['uEaeX'],{'type':_0x51ce51[_0x5330a5(0x1da)],'hidden':!![]})['option']('notes',{'type':'string','hidden':!![]})[_0x5330a5(0x159)](_0x51ce51['bRBLZ'],{'type':_0x5330a5(0x19d),'hidden':!![]})[_0x5330a5(0x159)](_0x51ce51[_0x5330a5(0x208)],{'type':_0x51ce51[_0x5330a5(0x1da)],'description':_0x51ce51[_0x5330a5(0xee)]})[_0x5330a5(0x159)](_0x5330a5(0x19a),{'type':'string','description':_0x5330a5(0x1e1)})[_0x5330a5(0x159)](_0x5330a5(0x158),{'type':_0x5330a5(0x17d),'hidden':!![]})[_0x5330a5(0x159)](_0x5330a5(0x1ff),{'type':_0x51ce51['gMTZo'],'hidden':!![],'default':![]})['option'](_0x5330a5(0x1f9),{'type':_0x51ce51['iVnyr'],'hidden':!![],'choices':[_0x51ce51[_0x5330a5(0x13d)],_0x5330a5(0xc5),'blocked',_0x51ce51['JwGti'],_0x51ce51[_0x5330a5(0x182)]]});},async _0x348b60=>{const _0x415b58=_0x5b666c;await _0x51ce51[_0x415b58(0xde)](runGoCommand,_0x348b60,!![]);})['command'](_0x51ce51['SuncM'],![],_0x15fecd=>{const _0x590923=_0x5b666c;return _0x15fecd['positional'](_0x51ce51[_0x590923(0x20f)],{'type':_0x590923(0x17d),'description':_0x590923(0xe3),'demandOption':!![]})[_0x590923(0x159)]('ci',{'type':_0x51ce51[_0x590923(0x20a)],'description':_0x51ce51['hgjeP'],'default':![]})['option']('skip-auth',{'type':_0x51ce51[_0x590923(0x20a)],'description':_0x51ce51[_0x590923(0x206)],'default':![]});},async _0x19a790=>{const _0x5c83a3=_0x5b666c;warnRenamed(_0x51ce51[_0x5c83a3(0x14a)],_0x5c83a3(0x14c)),await _0x51ce51[_0x5c83a3(0xfd)](withTelemetry,_0x51ce51['rdvzo'],_0x444c49=>addEnv(_0x19a790[_0x5c83a3(0x1a3)],{'ci':_0x19a790['ci'],'skipAuth':_0x19a790[_0x5c83a3(0x1f7)]},_0x444c49));})['command']('use\x20<env-name>',![],_0x57d44f=>{const _0x359f9e=_0x5b666c;return _0x57d44f['positional'](_0x51ce51['zqQeW'],{'type':_0x51ce51[_0x359f9e(0x1da)],'description':'Name\x20of\x20the\x20environment','demandOption':!![]});},async _0x25a588=>{const _0x2be794=_0x5b666c;_0x51ce51['vUmsY'](warnRenamed,_0x51ce51['zoXDD'],_0x51ce51[_0x2be794(0x234)]),await _0x51ce51[_0x2be794(0x1bf)](withTelemetry,_0x51ce51[_0x2be794(0x224)],()=>useEnv(_0x25a588[_0x2be794(0x1a3)]));})['command'](_0x51ce51['JGQqb'],![],_0x302ab6=>{const _0x51cac4=_0x5b666c,_0x3838de={'xsnjj':function(_0x84282e,_0x38095c,_0x3af201){return _0x84282e(_0x38095c,_0x3af201);},'evjwH':_0x51cac4(0xe8),'ToXtG':_0x51cac4(0x10d),'aaEPP':function(_0x2d978c,_0xf81c8b,_0x507b61){return _0x2d978c(_0xf81c8b,_0x507b61);},'GmEMU':'Environment\x20name','JHiVI':function(_0x1d18b8,_0x344392,_0x2b9053){return _0x1d18b8(_0x344392,_0x2b9053);},'HdKsU':'ranger\x20config\x20unset'};return _0x302ab6['command']('set\x20<env>\x20<key>\x20<value>',![],_0x1603b0=>{const _0x480ad2=_0x51cac4;return _0x1603b0['positional'](_0x51ce51['CkjUe'],{'type':_0x51ce51[_0x480ad2(0x1da)],'description':_0x51ce51['XyaHB'],'demandOption':!![]})[_0x480ad2(0x181)](_0x480ad2(0x17b),{'type':_0x480ad2(0x17d),'description':_0x480ad2(0x1fa),'demandOption':!![]})[_0x480ad2(0x181)](_0x51ce51[_0x480ad2(0x1e2)],{'type':_0x51ce51[_0x480ad2(0x1da)],'description':'Config\x20value','demandOption':!![]});},async _0x31e460=>{const _0x447212=_0x51cac4;_0x3838de[_0x447212(0x228)](warnRenamed,_0x3838de[_0x447212(0xc2)],_0x3838de[_0x447212(0x219)]),await _0x3838de['aaEPP'](withTelemetry,_0x447212(0x1d7),()=>configSet(_0x31e460['env'],_0x31e460['key'],_0x31e460['value']));})['command']('get\x20<env>\x20<key>',![],_0x5bbaf1=>{const _0x3c8cf3=_0x51cac4;return _0x5bbaf1[_0x3c8cf3(0x181)]('env',{'type':_0x51ce51['iVnyr'],'description':_0x3c8cf3(0xd4),'demandOption':!![]})[_0x3c8cf3(0x181)](_0x51ce51['TOdIu'],{'type':'string','description':_0x3c8cf3(0x12d),'demandOption':!![]});},async _0x2f43f7=>{const _0x1b78db=_0x51cac4;warnRenamed(_0x51ce51['eMzmD'],_0x51ce51['pkXcy']),await _0x51ce51[_0x1b78db(0x1d2)](withTelemetry,_0x1b78db(0x134),()=>configGet(_0x2f43f7[_0x1b78db(0x1b9)],_0x2f43f7['key']));})[_0x51cac4(0x19f)]('list\x20<env>',![],_0x573c83=>{const _0xfe3450=_0x51cac4;return _0x573c83['positional']('env',{'type':_0xfe3450(0x17d),'description':_0x3838de['GmEMU'],'demandOption':!![]});},async _0x382eb7=>{const _0x44b55f=_0x51cac4;_0x3838de['JHiVI'](warnRenamed,'ranger\x20config\x20list',_0x44b55f(0xf2)),await withTelemetry(_0x44b55f(0x211),()=>configList(_0x382eb7['env']));})['command'](_0x51ce51[_0x51cac4(0x1dc)],![],_0x2a9bf3=>{const _0x6095cb=_0x51cac4;return _0x2a9bf3['positional']('env',{'type':_0x51ce51[_0x6095cb(0x1da)],'description':_0x51ce51['XyaHB'],'demandOption':!![]})[_0x6095cb(0x181)](_0x51ce51['TOdIu'],{'type':'string','description':_0x6095cb(0x196),'demandOption':!![]});},async _0x41f5cd=>{const _0x1fcfe6=_0x51cac4;warnRenamed(_0x3838de['HdKsU'],_0x1fcfe6(0x1f5)),await withTelemetry('config\x20unset',()=>configUnset(_0x41f5cd['env'],_0x41f5cd['key']));})[_0x51cac4(0x1a5)](0x1,_0x51ce51[_0x51cac4(0xed)]);})['command'](_0x5b666c(0x1b9),![],_0x63b65=>{const _0x131f31=_0x5b666c,_0x149be4={'gGess':_0x51ce51['KzWGH'],'yUvFN':function(_0x4dc849,_0x1dddc0,_0x35cb45){return _0x4dc849(_0x1dddc0,_0x35cb45);},'OBmZd':function(_0x35cdb9,_0x21f8da,_0x5c9947){return _0x35cdb9(_0x21f8da,_0x5c9947);}};return _0x63b65[_0x131f31(0x19f)]('ls',![],()=>{},async()=>{_0x51ce51['ApPAO'](warnRenamed,'ranger\x20env\x20ls',_0x51ce51['wPKrk']),await _0x51ce51['kybdP'](withTelemetry,'env\x20list',()=>envList());})['command'](_0x51ce51[_0x131f31(0x18e)],![],_0x18a535=>{const _0x31f7ce=_0x131f31;return _0x18a535['positional'](_0x31f7ce(0x1a3),{'type':'string','description':_0x149be4['gGess'],'demandOption':!![]});},async _0x28302d=>{const _0x147417=_0x131f31;_0x149be4[_0x147417(0x213)](warnRenamed,'ranger\x20env\x20update','ranger\x20profile\x20update'),await _0x149be4[_0x147417(0x146)](withTelemetry,'env\x20update',_0x11c208=>updateEnv(_0x28302d[_0x147417(0x1a3)],_0x11c208));})[_0x131f31(0x1a5)](0x1,'You\x20must\x20specify\x20an\x20env\x20subcommand');})[_0x5b666c(0x19f)](_0x51ce51[_0x5b666c(0x1b3)],![],_0xd87410=>{const _0xfd151d=_0x5b666c,_0x3d7d9e={'lnaQg':_0x51ce51[_0xfd151d(0x154)],'NKAMt':_0x51ce51[_0xfd151d(0xe0)],'Aiofl':_0xfd151d(0x226),'hSBFO':_0xfd151d(0x128),'Utlig':function(_0xdac5b3,_0x4b974d,_0x3026d4){return _0xdac5b3(_0x4b974d,_0x3026d4);},'vHibO':'feature\x20create','ztxDn':_0x51ce51[_0xfd151d(0xcd)],'aOUcB':'string','FGqFC':_0x51ce51[_0xfd151d(0x11f)],'enVhW':_0x51ce51['bqdWc'],'jmGzb':_0x51ce51[_0xfd151d(0x266)],'CCSIO':'ranger\x20add-scenario','HpQqa':function(_0xb6af5c,_0x4fd9c4,_0x517015){return _0xb6af5c(_0x4fd9c4,_0x517015);},'IUNEA':function(_0xc5a81f,_0x601b40,_0x154127){return _0xc5a81f(_0x601b40,_0x154127);}};return _0xd87410[_0xfd151d(0x19f)]('create\x20<name>',![],_0x336945=>{const _0x232f66=_0xfd151d;return _0x336945[_0x232f66(0x181)](_0x232f66(0x15b),{'type':_0x232f66(0x17d),'description':_0x51ce51['tehOo'],'demandOption':!![]})['option'](_0x232f66(0x1ae),{'type':'string','alias':'d','description':_0x51ce51['HHiTO']})['option']('checklist',{'type':_0x51ce51[_0x232f66(0x16d)],'alias':'c','description':_0x51ce51['EkYQp']})[_0x232f66(0x159)](_0x232f66(0x163),{'type':_0x51ce51[_0x232f66(0x16d)],'hidden':!![]});},async _0x1d1c1c=>{const _0x449ebb=_0xfd151d;warnRenamed(_0x3d7d9e[_0x449ebb(0x256)],_0x3d7d9e[_0x449ebb(0x25a)]),warnFlagRenamed('ranger\x20create',_0x3d7d9e['Aiofl'],_0x3d7d9e['hSBFO']);const _0x53849e=_0x1d1c1c['scenario']||_0x1d1c1c['checklist'];await _0x3d7d9e[_0x449ebb(0x12b)](withTelemetry,_0x3d7d9e[_0x449ebb(0x1e4)],()=>featureCreate(_0x1d1c1c[_0x449ebb(0x15b)],{'description':_0x1d1c1c['description'],'scenarios':_0x53849e}));})['command'](_0xfd151d(0x175),![],_0x47dedf=>{const _0x351690=_0xfd151d;return _0x47dedf['option'](_0x351690(0x21f),{'type':_0x351690(0x265),'description':_0x51ce51[_0x351690(0x165)]})['option'](_0x351690(0x240),{'type':_0x51ce51['HRHST'],'alias':'l','description':_0x51ce51['DXQdG'],'default':0xa})['option'](_0x51ce51[_0x351690(0x233)],{'type':_0x51ce51[_0x351690(0x116)],'alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})[_0x351690(0x159)](_0x51ce51[_0x351690(0x194)],{'type':'boolean','alias':'d','description':_0x51ce51['hSYsm'],'default':![]});},async _0x2baf61=>{const _0x2764e0=_0xfd151d;_0x51ce51[_0x2764e0(0xfd)](warnRenamed,'ranger\x20feature\x20list','ranger\x20list'),await _0x51ce51['vUmsY'](withTelemetry,_0x51ce51[_0x2764e0(0x1ec)],()=>featureList({'currentBranch':_0x2baf61[_0x2764e0(0x21f)],'limit':_0x2baf61['limit'],'offset':_0x2baf61['offset'],'includeDeleted':_0x2baf61[_0x2764e0(0x1b5)]}));})[_0xfd151d(0x19f)](_0x51ce51['vrtKW'],![],_0xf99eda=>{const _0x4d0cef=_0xfd151d;return _0xf99eda['positional']('id',{'type':_0x51ce51[_0x4d0cef(0x1da)],'description':_0x4d0cef(0x1e0)});},async _0x471480=>{const _0xf915f6=_0xfd151d;warnRenamed(_0x51ce51['MGbDZ'],_0x51ce51[_0xf915f6(0x16f)]),await _0x51ce51['MHGrS'](withTelemetry,'feature\x20show',()=>featureShow(_0x471480['id']));})[_0xfd151d(0x19f)](_0xfd151d(0x168),![],_0x1c3b1d=>{return _0x1c3b1d['positional']('id',{'type':'string','description':_0x51ce51['pOgll']});},async _0x5c808b=>{const _0x40ad39=_0xfd151d;warnRenamed(_0x40ad39(0x232),_0x40ad39(0x10b)),await withTelemetry('feature\x20resume',()=>featureResume(_0x5c808b['id']));})['command'](_0x51ce51[_0xfd151d(0x103)],![],_0x16aa6d=>{const _0x46e61a=_0xfd151d;return _0x16aa6d['positional'](_0x3d7d9e['ztxDn'],{'type':_0x3d7d9e[_0x46e61a(0x230)],'description':_0x3d7d9e[_0x46e61a(0x202)],'demandOption':!![]})[_0x46e61a(0x159)]('id',{'type':'string','description':_0x3d7d9e['enVhW']});},async _0x3f1b70=>{const _0x2efd5a=_0xfd151d;warnRenamed(_0x3d7d9e['jmGzb'],_0x3d7d9e['CCSIO']),await _0x3d7d9e['Utlig'](withTelemetry,_0x2efd5a(0x17f),()=>featureAddScenario(_0x3f1b70[_0x2efd5a(0x1ae)],_0x3f1b70['id']));})[_0xfd151d(0x19f)]('get-feedback\x20[id]',![],_0x324cdf=>{const _0x5cf1ce=_0xfd151d;return _0x324cdf[_0x5cf1ce(0x181)]('id',{'type':_0x3d7d9e['aOUcB'],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x55c510=>{const _0x57f218=_0xfd151d;_0x51ce51[_0x57f218(0x10c)](warnRenamed,_0x57f218(0x249),_0x57f218(0x1e5)),await _0x51ce51[_0x57f218(0x1aa)](withTelemetry,_0x57f218(0x244),()=>featureGetReview(_0x55c510['id']));})[_0xfd151d(0x19f)](_0xfd151d(0x193),![],_0x531e3b=>{const _0x501bde=_0xfd151d;return _0x531e3b['positional']('id',{'type':_0x501bde(0x17d),'description':_0x501bde(0x1e0)});},async _0x2deb68=>{const _0x2ba224=_0xfd151d;_0x3d7d9e['HpQqa'](warnRenamed,_0x2ba224(0x23e),_0x2ba224(0x227)),await _0x3d7d9e[_0x2ba224(0x1dd)](withTelemetry,_0x2ba224(0x120),()=>featureDelete(_0x2deb68['id']));})[_0xfd151d(0x19f)]('restore\x20<id>',![],_0x442191=>{const _0x455096=_0xfd151d;return _0x442191[_0x455096(0x181)]('id',{'type':'string','description':_0x51ce51['riZvX'],'demandOption':!![]});},async _0x2d3b32=>{const _0x12f681=_0xfd151d;warnRenamed('ranger\x20feature\x20restore','ranger\x20restore'),await _0x51ce51['zVLpP'](withTelemetry,_0x12f681(0x22c),()=>featureRestore(_0x2d3b32['id']));})['demandCommand'](0x1,_0x51ce51['TBdTl']);})[_0x5b666c(0x19f)](_0x51ce51[_0x5b666c(0x1a1)],![],_0x56c88d=>{const _0x2e6b9d=_0x5b666c,_0x30c94d={'mWfGW':function(_0x1ac1ff,_0x46a0d4,_0xae1a1a){return _0x51ce51['OxNXI'](_0x1ac1ff,_0x46a0d4,_0xae1a1a);},'FGIpl':_0x51ce51[_0x2e6b9d(0x218)]};return _0x56c88d[_0x2e6b9d(0x19f)](_0x51ce51[_0x2e6b9d(0x237)],'Enable\x20Ranger\x20hooks\x20for\x20this\x20session',_0x31b904=>{const _0x55c2f9=_0x2e6b9d;return _0x31b904[_0x55c2f9(0x159)](_0x51ce51[_0x55c2f9(0x125)],{'type':_0x51ce51[_0x55c2f9(0x1da)],'description':_0x55c2f9(0x1b1)});},async _0x157f92=>{const _0x4dc21c=_0x2e6b9d;await _0x30c94d[_0x4dc21c(0x1ba)](withTelemetry,'hook:enable',()=>hook('enable',_0x157f92['session-id']));})['command'](_0x2e6b9d(0x1d6),_0x2e6b9d(0xd7),_0x5cc1ec=>{const _0x49d8f8=_0x2e6b9d;return _0x5cc1ec[_0x49d8f8(0x159)](_0x51ce51[_0x49d8f8(0x125)],{'type':_0x51ce51[_0x49d8f8(0x1da)],'description':_0x51ce51['MBfFH']});},async _0x58729c=>{const _0x160a09=_0x2e6b9d;await _0x30c94d[_0x160a09(0x1ba)](withTelemetry,_0x30c94d[_0x160a09(0xc8)],()=>hook(_0x160a09(0x1d6),_0x58729c[_0x160a09(0x23c)]));})['option'](_0x51ce51['RpLhb'],{'type':_0x51ce51['iVnyr'],'description':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'})['option'](_0x2e6b9d(0x23c),{'type':_0x2e6b9d(0x17d),'description':_0x51ce51['MBfFH']});},async _0x303d70=>{const _0x39653f=_0x5b666c;_0x303d70[_0x39653f(0x15b)]&&await hook(_0x303d70['name'],_0x303d70[_0x51ce51[_0x39653f(0x125)]]);})['demandCommand'](0x1,_0x51ce51[_0x5b666c(0x1fd)])['strictCommands']()[_0x5b666c(0x1a7)](async(_0x20be58,_0x1d8738,_0x545d5c)=>{const _0x3b51ac=_0x5b666c,_0x3da8af=_0x51ce51[_0x3b51ac(0x245)](sanitizeArgs,process[_0x3b51ac(0x1f8)]['slice'](0x2)),_0xd77686=getErrorType(_0x20be58,_0x1d8738);if(_0x20be58&&_0x20be58[_0x3b51ac(0xf1)]('Unknown\x20command')){const _0x42b62c=process['argv'][0x2];console['error']('\x0aUnknown\x20command:\x20'+_0x42b62c),console[_0x3b51ac(0x1b8)](_0x51ce51[_0x3b51ac(0x21a)]);}else{if(_0x20be58)console['error']('\x0a'+_0x20be58+'\x0a');else _0x1d8738&&console['error'](_0x3b51ac(0x138)+_0x1d8738[_0x3b51ac(0x152)]+'\x0a');}await logDesirePath({'rawCommand':_0x3da8af,'errorMessage':_0x20be58||_0x1d8738?.['message'],'errorType':_0xd77686});const _0x5c01d7=_0x51ce51[_0x3b51ac(0xdc)](getCurrentCollector);_0x5c01d7&&await _0x5c01d7['trackCommandError'](_0x1d8738||new Error(_0x20be58||_0x51ce51['UDmBM'])),process[_0x3b51ac(0x171)](0x1);})[_0x5b666c(0xca)](_0x51ce51[_0x5b666c(0x268)](_0x5b666c(0xe2)+_0x51ce51[_0x5b666c(0x203)],_0x51ce51[_0x5b666c(0x253)]))[_0x5b666c(0x149)]()['alias'](_0x51ce51['UxLfn'],'h');}process[_0x243442(0x1b9)][_0x243442(0x21d)]!==_0x243442(0x160)&&(shouldShowLegacyWarning(process[_0x243442(0x1f8)])&&showLegacyDeprecationWarning(),buildParser()['parse']());
|
|
2
|
+
const _0x1ff339=_0x3142;(function(_0x38f889,_0x3fbd21){const _0x3ea1a3=_0x3142,_0x21e58e=_0x38f889();while(!![]){try{const _0x32744f=parseInt(_0x3ea1a3(0x121))/0x1*(-parseInt(_0x3ea1a3(0xc6))/0x2)+-parseInt(_0x3ea1a3(0xc5))/0x3*(-parseInt(_0x3ea1a3(0x227))/0x4)+parseInt(_0x3ea1a3(0x17a))/0x5*(parseInt(_0x3ea1a3(0xa7))/0x6)+parseInt(_0x3ea1a3(0x85))/0x7*(parseInt(_0x3ea1a3(0x97))/0x8)+-parseInt(_0x3ea1a3(0x93))/0x9+-parseInt(_0x3ea1a3(0x135))/0xa*(parseInt(_0x3ea1a3(0x1d0))/0xb)+-parseInt(_0x3ea1a3(0x9c))/0xc*(parseInt(_0x3ea1a3(0x1a9))/0xd);if(_0x32744f===_0x3fbd21)break;else _0x21e58e['push'](_0x21e58e['shift']());}catch(_0x49b098){_0x21e58e['push'](_0x21e58e['shift']());}}}(_0x247e,0x3d072));import _0x174b65 from'dotenv';import{dirname,join,parse}from'path';import{existsSync}from'fs';function findProjectRoot(){const _0x5298e9=_0x3142,_0x3abb65={'oCgNU':function(_0x2f6d67,_0x477f6b,_0x416c2a){return _0x2f6d67(_0x477f6b,_0x416c2a);},'iyJkW':function(_0x4a4ac8,_0x13a0b7){return _0x4a4ac8(_0x13a0b7);},'KVGfC':'.env'};let _0x410f1d=process['cwd']();const _0x4d6467=parse(_0x410f1d)['root'];while(_0x410f1d!==_0x4d6467){if(existsSync(_0x3abb65[_0x5298e9(0xe1)](join,_0x410f1d,_0x5298e9(0x1b0)))||_0x3abb65[_0x5298e9(0xd6)](existsSync,join(_0x410f1d,_0x3abb65[_0x5298e9(0x151)])))return _0x410f1d;_0x410f1d=dirname(_0x410f1d);}return process['cwd']();}_0x174b65[_0x1ff339(0xd0)]({'path':join(findProjectRoot(),'.env')});import _0x1d7021 from'yargs/yargs';import{addEnv,clean,login,start,setupCi,useEnv,deleteProfile,updateEnv,update,skillup,envList,hook,ensureLocalEnv,ensureChromium,authenticate,migrateProfile}from'./commands/index.js';import{authEncrypt}from'./commands/authEncrypt.js';import{mcpBootstrap}from'./commands/mcpBootstrap.js';import{getToken}from'./commands/utils/keychain.js';import{serverSideLogin}from'./commands/utils/cloudProfile.js';import{status}from'./commands/status.js';import{configSet,configGet,configList,configUnset,configReset}from'./commands/config.js';import{verifyFeature}from'./commands/verifyFeature.js';import{loadRangerConfig}from'./commands/utils/rangerConfig.js';import{isByokEnabled}from'./commands/utils/environment.js';import{shouldShowLegacyWarning,showLegacyDeprecationWarning}from'./commands/utils/legacyWarning.js';import{featureCreate,featureList,featureShow,featureResume,featureAddScenario,featureEditScenario,featureGetReview,featureReportPrDescription,featureDelete,featureRestore}from'./commands/feature.js';import{logDesirePath,getErrorType,sanitizeArgs}from'./commands/utils/desirePathLog.js';import{getCurrentVersion}from'./commands/utils/version.js';import{refreshCliToken}from'./commands/utils/tokenRefresh.js';import{getCurrentUser}from'./commands/utils/userApi.js';import{ensureClaudePlugin,ensureClaudeSkills}from'./commands/setup/claude.js';function _0x3142(_0x16551d,_0x5eeab8){_0x16551d=_0x16551d-0x74;const _0x247e0f=_0x247e();let _0x3142cb=_0x247e0f[_0x16551d];return _0x3142cb;}import{ensureOpencodePluginConfig}from'./commands/setup/opencode.js';import{installSkill}from'./commands/utils/skills.js';function _0x247e(){const _0x40b3cf=['OFYxD','Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server\x20instead\x20of\x20browser\x20login','jVcAs','SJQdU','Install\x20Chromium\x20browser\x20binary','value','token','add-scenario\x20<description>','Output\x20structured\x20JSON\x20data\x20instead\x20of\x20markdown','CAppB','Name\x20of\x20the\x20environment\x20(e.g.,\x20local,\x20staging,\x20prod)','status','.\x20[','FSaSp','blocked','Print\x20the\x20current\x20CLI\x20access\x20token','Zqodc','Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review','ranger\x20profile\x20use','KiLwt','help','GDutP','option','config\x20set','restore','Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','all','OHMgG','RKTQj','debug-address-comments','GSwnT','setup:profiles','5523505yOeAZr','ceYyI','nfnPE','setup:deps','test_output','xBdYf','SyRia','.ranger','xiUsF','profile\x20config\x20unset','Yzigl','JajEL','save-creds','Reason:\x20','DDCxa','NODE_ENV','allow-insecure-localhost','profile\x20encrypt-auth','boolean','Install\x20OS-level\x20dependencies\x20for\x20Chromium\x20(apt\x20packages\x20for\x20Debian/Ubuntu\x20containers)','repeat','reset\x20<profile>','resume\x20[id]','Diwed','ypkTj','RulEw','JAncs','foaeQ','Config\x20value','tokenOrSubcommand','--scenario','cnLiL','bJFxW','\x20is\x20no\x20longer\x20supported.\x20','argv','ranger\x20setup','Initialize\x20Ranger\x20in\x20your\x20project','OxnRf','QLquY','451pNsaup','eGdFl','Usage:\x20ranger\x20<command>\x20[options]\x0a\x0aTo\x20set\x20up\x20a\x20profile\x20for\x20your\x20app,\x20run\x20`ranger\x20profile\x20add\x20<name>`\x20—\x20opens\x20a\x0abrowser\x20so\x20you\x20can\x20log\x20in\x20once.\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20setup\x20[token]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Initialize\x20Ranger\x20in\x20your\x20project\x0a\x20\x20setup\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(same\x20as\x20bare\x20setup)\x0a\x20\x20setup\x20deps\x20[--with-deps]\x20\x20\x20\x20Install\x20Chromium\x20browser\x0a\x20\x20setup\x20login\x20[--token\x20<t>]\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20setup\x20skills\x20[--scope\x20...]\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20setup\x20profiles\x20[--url\x20<u>]\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20setup\x20--mcp-bootstrap\x20\x20\x20\x20\x20\x20\x20Bootstrap\x20auth\x20via\x20MCP\x20auth\x20server\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Re-authenticate\x20without\x20full\x20setup\x0a\x20\x20skillup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Ranger\x20skills\x0a\x20\x20clean\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20Ranger\x20artifacts\x20from\x20the\x20project\x0a\x20\x20status\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20version,\x20org,\x20skills,\x20and\x20profile\x20status\x0a\x20\x20update\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version\x0a\x0a\x20\x20profile\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Manage\x20profiles\x20(add/use/ls/config)\x0a\x20\x20\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Refresh\x20authentication\x20for\x20an\x20existing\x20profile\x0a\x20\x20\x20\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\x20profile\x0a\x20\x20\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set/get/list/unset/reset\x20profile\x20config\x0a\x0a\x20\x20create\x20<name>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Create\x20a\x20feature\x20review\x20with\x20scenarios\x0a\x20\x20list\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20feature\x20reviews\x0a\x20\x20show\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20feature\x20review\x20details\x0a\x20\x20resume\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20feature\x20review\x0a\x20\x20add-scenario\x20<description>\x20\x20Add\x20a\x20scenario\x20to\x20the\x20active\x20feature\x20review\x0a\x20\x20edit-scenario\x20<description>\x20Edit\x20a\x20scenario\x20description\x0a\x20\x20get-review\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20reviewer\x20feedback\x0a\x20\x20report\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Generate\x20PR\x20description\x20markdown\x0a\x20\x20delete\x20[id]\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Soft\x20delete\x20a\x20feature\x20review\x0a\x20\x20restore\x20<id>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Restore\x20a\x20soft-deleted\x20feature\x20review\x0a\x0a\x20\x20go\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Verify\x20a\x20scenario\x20in\x20the\x20browser\x0a\x0aRun\x20`ranger\x20<command>\x20--help`\x20for\x20details.','WKVqu','Setup\x20always\x20installs\x20at\x20user\x20scope\x20now.\x20','mCOjG','RANGER_PROFILE','xaxMB','Disable\x20browser\x20features\x20that\x20can\x20cause\x20crashes\x20on\x20some\x20systems\x20(e.g.\x20Bluetooth\x20permission\x20prompts\x20on\x20macOS)','log','ranger\x20verify-feature','hIFjD','encrypt-auth\x20<profile>','summary','VnFBz','zCUqB','JoBGV','You\x20must\x20specify\x20a\x20profile\x20subcommand','\x20FAILED','ZXKXm','Unknown\x20command','yes','checklist','cxWJL','url','Cloud\x20profile\x20name','yDTVo','xBATX','includes','Alias\x20for\x20--mcp-bootstrap','exit','Base\x20URL\x20of\x20the\x20running\x20app\x20(required\x20in\x20non-interactive\x20mode)','RLlUN','Mbpmb','ranger\x20create','demandCommand','profile\x20config\x20list','Base\x20URL\x20for\x20the\x20app\x20(creates/updates\x20profile\x20settings)','WZVdO','XOIoN','mcp-bootstrap','ranger\x20profile\x20config\x20set','EwtuS','scenario','Feature\x20review\x20ID\x20to\x20restore','user','feature\x20get-feedback','Model\x20to\x20use\x20for\x20verification\x20(e.g.,\x20opus,\x20sonnet,\x20claude-opus-4-6,\x20anthropic.claude-opus-4-6-v1).\x20When\x20RANGER_BYOK=true,\x20leaving\x20this\x20unset\x20lets\x20Claude/Bedrock\x20choose\x20from\x20local\x20config.','Force\x20headed\x20browser\x20for\x20this\x20run\x20only\x20(does\x20not\x20change\x20profile\x20config)','GLcjK','force','show\x20[id]','Manage\x20profile\x20configuration','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run.\x20Also\x20respects\x20RANGER_BASE_URL.','disable','command','pskBP','message','AGivl','evaluation','lBrEg','FraDW','TkeFm','resFc','MSQkI','Disable\x20Ranger\x20hooks\x20for\x20this\x20session','current-branch','number','opencode','Skip\x20Chromium\x20browser\x20check\x20and\x20installation','XLEcI','JzSlM','GQSYS','fail','kTeLx','FyrAj','wZxDM','Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','report','trFHA','ranger\x20add\x20env','lEzSr','Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','name','Feature\x20review\x20ID','setup-header','Environment\x20name','353076PpwgTc','Find\x20and\x20use\x20feature\x20review\x20matching\x20current\x20git\x20context','DDeOC','strictCommands','Fwtyf','VhKfd','profile\x20config\x20reset','forEach','lwNZr','unknown\x20error','claude','nYsVn','ufsJz','Scenario\x20number\x20to\x20edit\x20(1-based)','ranger\x20feature\x20list','BNywo','bljWA','skip-auth','zerNt','rBcqP','\x20\x20https://docs.ranger.net/llms.txt\x20(for\x20LLMs)','dQafN','xgZCJ','iBRYt','jByLy','WHrZs','Name\x20of\x20the\x20environment','list\x20<env>','cRHcF','LHsWa','vmXgX','kyezA','update','Task\x20description\x20(defaults\x20to\x20scenario\x20description)','2497908lKKvsr','get-review','Skip\x20authentication\x20(install\x20deps\x20only\x20—\x20for\x20container/CI\x20image\x20builds)','positional','WOujz','YPkvo','scope','yIBXq','scUYC','AiVws','Evaluation:\x20','RcDPs','usage','profiles','786456tbiPAd','Install\x20skills\x20for\x20OpenCode','pQuzm','skip-chromium','8VZvMbM','mUXrj','failed','OzNGa','NlStO','12mWMcIa','zltHF','use','start','profile-name','CI\x20profile\x20name\x20(auto-detected\x20if\x20only\x20one\x20exists)','session-id','wQBRA','delete\x20[id]','You\x20must\x20specify\x20a\x20config\x20subcommand','include-deleted','6wbNZQz','Set\x20up\x20a\x20local\x20browser\x20profile','GWTyG','JoUDX','NTSbd','ranger\x20resume','jokqw','add\x20<profile-name>','Set\x20a\x20config\x20value','profile\x20update','ranger\x20config\x20unset','clean','Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)','BNTsP','LLeHs','kULaH','THPgX','soRZZ','iYRJb','start-path','Skip\x20the\x20deletion\x20confirmation\x20prompt.','Name\x20of\x20the\x20profile\x20to\x20update','issues','qcuXn','Skip\x20browser\x20authentication','Where\x20to\x20store\x20the\x20profile:\x20user\x20(~/.ranger/)\x20or\x20project\x20(.ranger/)','\x20VERIFIED','oJyrL','Enable\x20Ranger\x20hooks\x20for\x20this\x20session','XRyVP','15MULaEt','2EzYmvM','CDqJU','Authenticate\x20via\x20MCP\x20proxy','\x0aUnknown\x20command:\x20','qrpSM','mqFOr','JTLlT','incomplete','feature\x20create','TBZkw','config','Create\x20a\x20new\x20feature\x20review\x20with\x20scenarios','limit','item','Log\x20in\x20to\x20Ranger\x20via\x20browser\x20(re-authenticate\x20without\x20full\x20setup)','print-access-token','iyJkW','Feature\x20review\x20name','setup:login','blkDS','Error:\x20`ranger\x20profile\x20login`\x20is\x20headless\x20—\x20set\x20RANGER_TEST_USERNAME\x20and\x20RANGER_TEST_PASSWORD\x20before\x20running.','aPTot','cvJoD','fONGl','awwRb','ranger\x20feature\x20show','pszxA','oCgNU','login','Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.','dry-run','Restore\x20a\x20soft-deleted\x20feature\x20review','config\x20list','config\x20unset','unset\x20<env>\x20<key>','Config\x20key','use\x20<profile-name>','parse','\x27.\x20Session\x20saved.','ranger\x20use','kpAwV','Number\x20of\x20feature\x20reviews\x20to\x20skip','FfFOH','edit-scenario\x20<description>','rBSQK','Switch\x20to\x20using\x20a\x20specific\x20profile','Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile)','Soft\x20delete\x20a\x20feature\x20review\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','get-feedback\x20[id]','project','REHmv','Svulv','trackCommandError','partial','Edit\x20a\x20scenario\x20description\x20on\x20the\x20active\x20feature\x20review','Install\x20for\x20OpenCode\x20instead\x20of\x20Claude\x20Code','Bwvsg','fVaMr','profile','LZYxJ','update\x20<profile-name>','ranger\x20profile\x20config\x20get','vQJBh','hGSoy','WAdGz','model','Config\x20key\x20to\x20remove','XcqeO','Allow\x20localhost\x20content\x20in\x20deployed\x20environments','ranger\x20env\x20ls','Migrate\x20all\x20local\x20profiles\x20that\x20match\x20a\x20configured\x20auth\x20environment.','MBHPs','pyDRB','base-url','Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','Jtupb','with-deps','skillup','TKXWg','delete\x20<profile-name>','add\x20env\x20<env-name>','ranger\x20profile\x20add','KrXEr','startsWith','cdp-endpoint','\x20PARTIAL','List\x20all\x20feature\x20reviews','ZKiNq','htQfX','list\x20<profile>','TqyVA','353611KbnyoP','Install\x20OS-level\x20dependencies\x20for\x20Chromium','Remove\x20a\x20config\x20value','array','xykFi','Example:\x20ranger\x20create\x20my-feature','OjCyN','key','ranger\x20profile\x20update','cmbXW','mVqIt','env-name','QOpji','deps','add\x20env','list','LOtXB','start\x20[token]','Run\x20\x22ranger\x20--help\x22\x20to\x20see\x20available\x20commands.\x0a','qRgnU','5000kEGKNY','aAMBE','List\x20all\x20profiles','Scenario\x20description','GmzyG','Khhoz','mcp','offset','No\x20token\x20found.\x20Run\x20`ranger\x20login`\x20to\x20authenticate.','CVfLA','UVvZs','hWbav','Base\x20URL\x20of\x20the\x20running\x20app','CDP\x20endpoint\x20for\x20an\x20Electron\x20app\x20or\x20existing\x20browser\x20(e.g.\x20http://localhost:9222).\x20Skips\x20URL\x20and\x20browser\x20auth\x20setup.','MhNLV','Path\x20to\x20start\x20on\x20(appended\x20to\x20base\x20URL,\x20e.g.,\x20/dashboard).\x20Also\x20respects\x20RANGER_START_PATH.','Clear\x20all\x20config\x20overrides\x20for\x20a\x20profile','organizationName','hook','UPhiy','not_configured','Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','setup-ci\x20<token>','env','rUsHv','KwJiz','cxUmy','UduAu','KVGfC','ranger','Ranger\x20API\x20token\x20(rngr_...)','error','Override\x20the\x20profile\x20base\x20URL\x20for\x20this\x20run\x20(e.g.,\x20https://localhost:3003).\x20Also\x20respects\x20RANGER_BASE_URL.','bxqyV','success','krmrx','yzpac','Add\x20profile\x20configuration','ranger\x20list','--notes','task','verified','CkkHj','CGvIY','KVxGM','kmINi','Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup\x20(required\x20in\x20non-interactive\x20mode)','OjWIn','feature','string','Install\x20scope\x20for\x20skills','jgmFE','--checklist','\x20\x20https://docs.ranger.net\x0a','Drop\x20the\x20--scope\x20flag\x20or\x20pass\x20--scope=user.','VlPHB','Usage:\x20ranger\x20profile\x20<command>\x20[options]\x0a\x0aConvention\x20is\x20one\x20profile\x20per\x20account\x20—\x20use\x20whatever\x20name\x20is\x20stable\x20for\x20that\x0aaccount\x20(email,\x20username,\x20etc.).\x20For\x20CI\x20/\x20background\x20agents\x20and\x20other\x20setup\x0aoptions,\x20see\x20https://docs.ranger.net/main/concepts/profiles.\x0a\x0aCommands:\x0a\x20\x20add\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Add\x20a\x20profile\x20(opens\x20a\x20browser\x20for\x20login)\x0a\x20\x20use\x20<profile-name>\x20\x20\x20\x20\x20\x20\x20\x20Switch\x20active\x20profile\x0a\x20\x20update\x20<profile-name>\x20\x20\x20\x20\x20Refresh\x20authentication\x20for\x20an\x20existing\x20profile\x0a\x20\x20delete\x20<profile-name>\x20\x20\x20\x20\x20Delete\x20a\x20cloud\x20profile\x0a\x20\x20ls\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20profiles\x0a\x20\x20config\x20<command>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Profile\x20config\x20(set/get/list/unset/reset)\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20add\x20alice@example.com\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20alice@example.com\x20headers.X-Debug\x201','description','dtqHd','add-scenario','PUKUa','Profile\x20name','FPbri','ItUAl','tzhYC','headed','fnkka','Authenticate\x20with\x20Ranger','Failed\x20to\x20exchange\x20MCP\x20refresh\x20token\x20for\x20a\x20CLI\x20token.','1690805wMhsNj','xqCOT','GWQvn','YTxnV','Ranger\x20API\x20token','Feature\x20review\x20description','cDPHD','feature\x20show','PCJCZ','\x20BLOCKED','Skip\x20authentication','json','Bhjmd','QhAaw','yxjzO'];_0x247e=function(){return _0x40b3cf;};return _0x247e();}import{withTelemetry,getCurrentCollector}from'./commands/utils/telemetry.js';process['on']('unhandledRejection',async _0x437137=>{const _0x57c696=_0x1ff339,_0x3fa0f1={'hSdOu':function(_0x524bae){return _0x524bae();}},_0x45d0be=_0x3fa0f1['hSdOu'](getCurrentCollector);_0x45d0be&&await _0x45d0be[_0x57c696(0xfa)](_0x437137),process['exitCode']=0x1;});const rawArgs=process[_0x1ff339(0x1cb)]['slice'](0x2),TOP_LEVEL_HELP=_0x1ff339(0x1d2),PROFILE_HELP=_0x1ff339(0x16d),PROFILE_CONFIG_HELP='Usage:\x20ranger\x20profile\x20config\x20<command>\x0a\x0aFine-tune\x20browser\x20behavior\x20for\x20a\x20profile.\x20Settings\x20apply\x20per\x20cwd,\x20so\x20different\x0acheckouts\x20of\x20the\x20same\x20repo\x20can\x20have\x20different\x20overrides.\x0a\x0aCommands:\x0a\x20\x20set\x20<profile>\x20<key>\x20<value>\x20\x20\x20\x20Set\x20a\x20config\x20value\x0a\x20\x20get\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Get\x20a\x20config\x20value\x0a\x20\x20list\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20List\x20all\x20config\x20for\x20a\x20profile\x0a\x20\x20unset\x20<profile>\x20<key>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Remove\x20a\x20config\x20value\x0a\x20\x20reset\x20<profile>\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Clear\x20all\x20overrides\x0a\x0aKeys:\x0a\x20\x20baseUrl\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Base\x20URL\x20(most\x20common\x20override)\x0a\x20\x20userAgent\x20\x20\x20\x20\x20\x20\x20\x20Browser\x20user\x20agent\x20string\x0a\x20\x20headless\x20\x20\x20\x20\x20\x20\x20\x20\x20Run\x20browser\x20in\x20headless\x20mode\x20(true/false)\x0a\x20\x20allowInsecureLocalhost\x20\x20\x20Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(true/false)\x0a\x20\x20storageState\x20\x20\x20\x20\x20Path\x20to\x20auth\x20state\x20file\x20(e.g.,\x20./auth.json)\x0a\x20\x20headers.<name>\x20\x20\x20Custom\x20HTTP\x20header\x20sent\x20with\x20every\x20request\x20(e.g.,\x20headers.X-Test-Mode).\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x22header.<name>\x22\x20is\x20also\x20accepted\x20as\x20an\x20alias.\x0a\x20\x20setupHeaders.<name>\x20\x20HTTP\x20header\x20sent\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20(e.g.,\x20setupHeaders.x-bypass-turnstile).\x20\x22setupHeader.<name>\x22\x20alias\x20accepted.\x0a\x0aExamples:\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20userAgent\x20\x22Mozilla/5.0\x20(CI\x20Bot)\x22\x0a\x20\x20ranger\x20profile\x20config\x20set\x20ci\x20headless\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20local\x20allowInsecureLocalhost\x20true\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20baseUrl\x20http://localhost:3001\x0a\x20\x20ranger\x20profile\x20config\x20set\x20admin@staging.app.com\x20headers.X-Debug\x201';function warnRenamed(_0x20cfda,_0x4d9dfe){console['error']('\x0a'+_0x20cfda+'\x20is\x20now\x20'+_0x4d9dfe+'\x0a');}function argUsed(_0x4b8be8){const _0x52c288=_0x1ff339;return rawArgs['some'](_0x2d4a0b=>_0x2d4a0b===_0x4b8be8||_0x2d4a0b[_0x52c288(0x119)](_0x4b8be8+'='));}function warnFlagRenamed(_0x53271f,_0x5a8013,_0x24fad6){const _0x1705ef=_0x1ff339,_0x256671={'cRHcF':function(_0x577e4f,_0xf02e08){return _0x577e4f(_0xf02e08);}};_0x256671[_0x1705ef(0x7f)](argUsed,_0x5a8013)&&warnRenamed(_0x53271f+'\x20'+_0x5a8013,_0x53271f+'\x20'+_0x24fad6);}async function runGoCommand(_0x458d25,_0x1bd147=![]){const _0x35d38a=_0x1ff339,_0xf7aae={'SADlM':function(_0x4fe47c,_0x1d0a36,_0x1857ca){return _0x4fe47c(_0x1d0a36,_0x1857ca);},'GSwnT':'ranger\x20go','olYFw':function(_0x4be7d2,_0x13d777,_0x258294,_0x24a4e6){return _0x4be7d2(_0x13d777,_0x258294,_0x24a4e6);},'pTEyV':'--profile','pVlNf':'--task','krmrx':_0x35d38a(0x1c7),'EwEML':function(_0x246f18){return _0x246f18();},'dHnhp':function(_0x1e5ae2,_0x40b34e){return _0x1e5ae2(_0x40b34e);},'FwIXf':'start-path','PnWwa':_0x35d38a(0x10f),'KiLwt':'debug-outcome','KrvVk':'debug-address-comments','XLEcI':function(_0x179f0e,_0x300fbd){return _0x179f0e===_0x300fbd;},'SNknC':_0x35d38a(0x183),'PUKUa':'\x0aIssues:'};_0x1bd147&&_0xf7aae['SADlM'](warnRenamed,_0x35d38a(0x1da),_0xf7aae['GSwnT']);_0xf7aae['olYFw'](warnFlagRenamed,_0xf7aae[_0x35d38a(0x1a7)],'--env',_0xf7aae['pTEyV']),_0xf7aae['olYFw'](warnFlagRenamed,'ranger\x20go',_0xf7aae['pVlNf'],_0x35d38a(0x15c)),warnFlagRenamed('ranger\x20go','--item',_0xf7aae[_0x35d38a(0x158)]);const _0x42b21b=await loadRangerConfig(),_0x1d451a=_0xf7aae['EwEML'](isByokEnabled),_0x105b93=_0x458d25[_0x35d38a(0x107)],_0x1386a6=_0x42b21b['model'],_0x565295=await _0xf7aae['dHnhp'](verifyFeature,{'featureId':_0x458d25[_0x35d38a(0x165)],'profile':_0x458d25[_0x35d38a(0x100)]??_0x458d25[_0x35d38a(0x14c)]??process[_0x35d38a(0x14c)][_0x35d38a(0x1d6)],'notes':_0x458d25['notes']??_0x458d25[_0x35d38a(0x15d)],'scenario':_0x458d25['scenario']??_0x458d25['item'],'startPath':_0x458d25[_0xf7aae['FwIXf']],'baseUrl':_0x458d25[_0xf7aae['PnWwa']],'debugOutcome':_0x458d25[_0xf7aae[_0x35d38a(0x19c)]],'debugAddressComments':_0x458d25[_0xf7aae['KrvVk']],'headed':_0x458d25['headed'],'byokEnabled':_0x1d451a,'flagVerifyModel':_0x105b93,'configVerifyModel':_0x1386a6});console[_0x35d38a(0x1d9)]('\x0a'+'='['repeat'](0x3c)),console[_0x35d38a(0x1d9)](_0xf7aae['XLEcI'](_0x565295['evaluation'],'verified')?_0x35d38a(0xc1):_0x565295[_0x35d38a(0x20b)]===_0x35d38a(0xcd)?'\x20INCOMPLETE':_0x565295[_0x35d38a(0x20b)]===_0x35d38a(0xfb)?_0x35d38a(0x11b):_0xf7aae[_0x35d38a(0x216)](_0x565295['evaluation'],'blocked')?_0xf7aae['SNknC']:_0x35d38a(0x1e2)),console[_0x35d38a(0x1d9)]('='[_0x35d38a(0x1bd)](0x3c)),console['log']('Summary:\x20'+_0x565295[_0x35d38a(0x1dd)]),console['log'](_0x35d38a(0x8f)+_0x565295['evaluation']),console['log'](_0x35d38a(0x1b6)+_0x565295['evaluationReason']),_0x565295['issues']?.['length']&&(console[_0x35d38a(0x1d9)](_0xf7aae[_0x35d38a(0x171)]),_0x565295[_0x35d38a(0xbd)][_0x35d38a(0x22e)]((_0x43ba8b,_0x2651ca)=>{const _0x2c3089=_0x35d38a;console['log']('\x0a'+(_0x2651ca+0x1)+_0x2c3089(0x195)+_0x43ba8b['severity']+']\x20'+_0x43ba8b['description']);})),process[_0x35d38a(0x1ee)](_0x565295['evaluation']===_0x35d38a(0x15e)?0x0:0x1);}export function buildParser(_0x25408e){const _0x2f37f6=_0x1ff339,_0x15aa66={'VPywp':_0x2f37f6(0x223),'AQNfC':_0x2f37f6(0xd7),'aftae':function(_0x3dd6e6,_0x1f48b4){return _0x3dd6e6+_0x1f48b4;},'XcqeO':function(_0x49efe5,_0xa057a0,_0x2d4aa5,_0x440962){return _0x49efe5(_0xa057a0,_0x2d4aa5,_0x440962);},'bPyya':_0x2f37f6(0x1c7),'ftOnE':function(_0x16abec,_0x19492a,_0x296d0b){return _0x16abec(_0x19492a,_0x296d0b);},'xBATX':'create','mrkWL':'Filter\x20to\x20feature\x20reviews\x20for\x20current\x20git\x20branch','oJyrL':'limit','yDTVo':_0x2f37f6(0x213),'YPkvo':'Maximum\x20number\x20of\x20feature\x20reviews\x20to\x20return','wZxDM':_0x2f37f6(0xa6),'QLquY':'boolean','pyDRB':'Include\x20soft-deleted\x20feature\x20reviews','CGvIY':_0x2f37f6(0x130),'trFHA':_0x2f37f6(0x166),'EyndM':'show','VKOCE':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)','rUsHv':function(_0x1bd50d,_0x4b8e0e,_0x3295bb){return _0x1bd50d(_0x4b8e0e,_0x3295bb);},'FbCMk':_0x2f37f6(0x16e),'hajhm':_0x2f37f6(0x138),'hgfgv':function(_0x862a90,_0x33be4e,_0x1affab){return _0x862a90(_0x33be4e,_0x1affab);},'sTdqO':_0x2f37f6(0x1fb),'sTIUE':_0x2f37f6(0x234),'cnLiL':_0x2f37f6(0xb3),'Mbpmb':function(_0x5bc073,_0x53934b,_0x3ccb62){return _0x5bc073(_0x53934b,_0x3ccb62);},'bDvmQ':'edit-scenario','JAncs':_0x2f37f6(0x224),'MhNLV':'exclude-scenario','kTeLx':'array','PCJCZ':_0x2f37f6(0x1a1),'jByLy':_0x2f37f6(0x215),'EwtuS':'skip-auth','OFYxD':_0x2f37f6(0x122),'QVKdU':'scope','YFuLW':'Base\x20URL\x20of\x20the\x20running\x20app\x20for\x20profile\x20setup','mCOjG':'force','QqPty':_0x2f37f6(0x1a2),'fnkka':'opencode','GWTyG':_0x2f37f6(0xfd),'fONGl':'allow-insecure-localhost','RRjPJ':_0x2f37f6(0x10a),'tzhYC':_0x2f37f6(0x1f8),'fzzpf':'Bootstrap\x20CLI\x20auth\x20via\x20an\x20MCP\x20auth\x20server','OzNGa':_0x2f37f6(0x13b),'IEwRX':_0x2f37f6(0x1ed),'WvOQq':_0x2f37f6(0x1bc),'cvJoD':function(_0x89de68,_0x59ade7,_0xad892b){return _0x89de68(_0x59ade7,_0xad892b);},'soRZZ':_0x2f37f6(0x1ac),'rBcqP':function(_0x1a4be6,_0x28c0e3){return _0x1a4be6(_0x28c0e3);},'yzpac':_0x2f37f6(0x1fd),'FfFOH':_0x2f37f6(0x141),'AooOT':function(_0x4156ee,_0x31c5e3){return _0x4156ee+_0x31c5e3;},'qhBqN':_0x2f37f6(0x1a8),'foaeQ':'Subcommand\x20or\x20API\x20token\x20(rngr_...)','NFRMO':_0x2f37f6(0x1a3),'KVxGM':_0x2f37f6(0x12e),'JoUDX':_0x2f37f6(0x18d),'cxWJL':_0x2f37f6(0x178),'BNywo':'skills','Svulv':'Install\x20Claude\x20Code\x20plugin\x20and\x20skills','bdgio':_0x2f37f6(0xa8),'WrZWU':'skip-chromium','Diwed':'url','dctTS':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','OOvHm':_0x2f37f6(0x18a),'yIBXq':'with-deps','Fwtyf':'token','GDutP':'API\x20token','HhBku':'Ranger\x20API\x20token','LLeHs':_0x2f37f6(0x100),'rkUau':_0x2f37f6(0x1f5),'qFHuL':'setup-ci','hxbqz':'project','awwRb':_0x2f37f6(0x167),'kvyug':_0x2f37f6(0x113),'vmXgX':'clean','lwNZr':'profile-name','KwJiz':_0x2f37f6(0x1e5),'pPkKV':_0x2f37f6(0xbb),'lQQra':function(_0x2bbd7e,_0x2c7989,_0xda993b){return _0x2bbd7e(_0x2c7989,_0xda993b);},'pQuzm':'profile\x20delete','JzSlM':_0x2f37f6(0x1ba),'WKVqu':_0x2f37f6(0x1e9),'qeWUS':function(_0x2baba9,_0xa76c6a,_0x404d28){return _0x2baba9(_0xa76c6a,_0x404d28);},'RcDPs':'safe-mode','VhKfd':_0x2f37f6(0x1d8),'RWEkY':'HTTP\x20header\x20to\x20send\x20only\x20during\x20profile\x20setup\x20auth,\x20not\x20during\x20test\x20runs\x20(format:\x20\x22Name:\x20Value\x22)','xgZCJ':_0x2f37f6(0xb0),'hIFjD':function(_0x2c110a,_0x4b7158){return _0x2c110a||_0x4b7158;},'CVfLA':_0x2f37f6(0xe4),'LOtXB':'Print\x20the\x20migration\x20plan\x20without\x20mutating\x20anything.','LHsWa':'Skip\x20interactive\x20confirmation\x20prompts.','RLlUN':_0x2f37f6(0x172),'ncIMI':'get\x20<profile>\x20<key>','SJQdU':_0x2f37f6(0xae),'FraDW':_0x2f37f6(0x15a),'resFc':_0x2f37f6(0xf3),'dtqHd':_0x2f37f6(0x115),'NlStO':_0x2f37f6(0x1dc),'HPArb':_0x2f37f6(0x137),'yxjzO':'Update\x20authentication\x20for\x20an\x20existing\x20profile','NTSbd':_0x2f37f6(0xd0),'xykFi':_0x2f37f6(0x1e1),'FioKt':_0x2f37f6(0x194),'cxUmy':function(_0x23220a,_0x4213c7,_0x5e9ea9){return _0x23220a(_0x4213c7,_0x5e9ea9);},'WOujz':'update','AGivl':'feature','TBZkw':'Optional\x20feature\x20ID','LRrcE':'Profile\x20to\x20use\x20(defaults\x20to\x20active\x20profile;\x20also\x20reads\x20RANGER_PROFILE)','CAppB':'Notes\x20for\x20verification\x20(defaults\x20to\x20scenario\x20description)','gKeyk':'Scenario\x20index\x20(1-based)','xBdYf':_0x2f37f6(0x144),'hWbav':'base-url','zVibz':_0x2f37f6(0x155),'kyezA':_0x2f37f6(0x107),'clBeg':_0x2f37f6(0x1ff),'QdqwE':_0x2f37f6(0x176),'aPTot':_0x2f37f6(0x200),'CkkHj':'partial','XluFA':'failed','cdemQ':_0x2f37f6(0xcd),'zltHF':'item','RKTQj':function(_0x92c2d8,_0x528e0f,_0x49ba01){return _0x92c2d8(_0x528e0f,_0x49ba01);},'VlPHB':'ranger\x20auth\x20encrypt','SJHaj':'encrypt\x20<profile>','hwmSP':'Ranger\x20API\x20token\x20(omit\x20to\x20log\x20in\x20via\x20browser)','GmMty':function(_0x53c736,_0xff2a01,_0x560c28){return _0x53c736(_0xff2a01,_0x560c28);},'FyrAj':'ranger\x20start','zerNt':_0x2f37f6(0x1cc),'ufsJz':_0x2f37f6(0x15d),'THPgX':'notes','rBSQK':_0x2f37f6(0x205),'ovtpa':'debug-outcome','WZVdO':'verified','QIrYA':_0x2f37f6(0x197),'XywDb':'env-name','cmbXW':function(_0x2533cc,_0xa91222,_0x30fcd5){return _0x2533cc(_0xa91222,_0x30fcd5);},'OjWIn':_0x2f37f6(0x220),'iSgQQ':_0x2f37f6(0xed),'OBatF':_0x2f37f6(0x19b),'QhAaw':_0x2f37f6(0x14c),'nfnPE':'Environment\x20name','HDxmv':_0x2f37f6(0x18e),'FPbri':_0x2f37f6(0x1c5),'ItUAl':function(_0x838d75,_0x29a6e6,_0x43e3ed){return _0x838d75(_0x29a6e6,_0x43e3ed);},'dmwHf':'ranger\x20config\x20list','UoWfL':'ranger\x20profile\x20config\x20list','WGlUu':'key','zCUqB':'Config\x20key\x20to\x20remove','vbLqr':_0x2f37f6(0x103),'LIKyE':_0x2f37f6(0xb1),'Vbarc':'ranger\x20profile\x20config\x20unset','UxHWj':_0x2f37f6(0xe7),'DDeOC':'set\x20<env>\x20<key>\x20<value>','FSaSp':'get\x20<env>\x20<key>','dQafN':_0x2f37f6(0x7e),'xrEuG':'env\x20list','uVowe':function(_0x1138ef,_0x4f90bb,_0x27fe21){return _0x1138ef(_0x4f90bb,_0x27fe21);},'pskBP':'ranger\x20env\x20update','QOpji':'env\x20update','bxqyV':function(_0x36d92e,_0x1a944b,_0x2ca09a){return _0x36d92e(_0x1a944b,_0x2ca09a);},'Khhoz':'ranger\x20feature\x20add-checklist-item','JajEL':'ranger\x20add-scenario','kcYYv':'feature\x20add-checklist-item','XNvLv':function(_0x265838,_0x303161,_0x3e70fb){return _0x265838(_0x303161,_0x3e70fb);},'kpAwV':_0x2f37f6(0x1fe),'mqFOr':'Feature\x20review\x20ID\x20to\x20restore','PHYeq':'ranger\x20feature\x20restore','TKXWg':'ranger\x20restore','wvENS':'feature\x20restore','jVcAs':_0x2f37f6(0x1f2),'xaxMB':_0x2f37f6(0x169),'qYwOv':_0x2f37f6(0xce),'pVJjT':_0x2f37f6(0xac),'qBRDD':'ranger\x20feature\x20delete','REHmv':'create\x20<name>','GTHlr':_0x2f37f6(0x203),'kmINi':_0x2f37f6(0x1bf),'JKhOc':_0x2f37f6(0xf6),'cDPHD':'hook:disable','tSATm':'Session\x20ID\x20(for\x20non-Claude\x20integrations\x20like\x20OpenCode)','kULaH':'enable','hGSoy':_0x2f37f6(0xc3),'vASQO':_0x2f37f6(0x211),'MGIfZ':function(_0x2ec7f1,_0x3b5297,_0x3b6129){return _0x2ec7f1(_0x3b5297,_0x3b6129);},'CDqJU':_0x2f37f6(0x133),'QnLtt':function(_0x469894){return _0x469894();},'NVxqZ':'Unknown\x20error','yogTS':_0x2f37f6(0xd1),'eGdFl':_0x2f37f6(0x11c),'Zqodc':'Show\x20feature\x20review\x20details\x20(uses\x20active\x20feature\x20review\x20if\x20no\x20id)','AiVws':_0x2f37f6(0x190),'qRgnU':_0x2f37f6(0xfc),'iiRtJ':'get-review\x20[id]','PHscZ':'Show\x20reviewer\x20feedback\x20(comments)\x20for\x20all\x20scenarios','lBrEg':_0x2f37f6(0xa4),'SyRia':_0x2f37f6(0x14b),'tIsxa':'login','uYsxP':'Install\x20Ranger\x20skills','OxnRf':'profiles','yfIGC':'Manage\x20profiles','pszxA':'Show\x20Ranger\x20status\x20(version,\x20skills,\x20profiles)','XoglH':'Update\x20Ranger\x20CLI\x20to\x20the\x20latest\x20version','dsbnE':_0x2f37f6(0x198),'Yzigl':'Verify\x20a\x20scenario\x20in\x20the\x20browser.\x20Uses\x20the\x20active\x20profile\x20by\x20default;\x20pass\x20--profile\x20to\x20switch.','lEzSr':_0x2f37f6(0x132),'ocnCt':'verify-feature','YsaQk':_0x2f37f6(0x116),'GGSqC':'You\x20must\x20specify\x20a\x20command'};return _0x15aa66[_0x2f37f6(0x76)](_0x1d7021,_0x25408e??process[_0x2f37f6(0x1cb)]['slice'](0x2))['scriptName'](_0x2f37f6(0x152))[_0x2f37f6(0x91)](TOP_LEVEL_HELP)['version'](getCurrentVersion())['command'](_0x15aa66['REHmv'],_0x15aa66['yogTS'],_0x5bba71=>{const _0x51abc4=_0x2f37f6;return _0x5bba71[_0x51abc4(0x88)](_0x15aa66['VPywp'],{'type':_0x51abc4(0x166),'description':_0x15aa66['AQNfC'],'demandOption':!![]})[_0x51abc4(0x19f)](_0x51abc4(0x16e),{'type':_0x51abc4(0x166),'alias':'d','description':_0x51abc4(0x17f)})['option']('scenario',{'type':_0x51abc4(0x124),'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})['option'](_0x51abc4(0x1e6),{'type':_0x51abc4(0x124),'hidden':!![]});},async _0x541e22=>{const _0x1ee45f=_0x2f37f6;if(!_0x541e22['name']){console['error'](_0x15aa66['aftae']('Error:\x20`ranger\x20create`\x20requires\x20a\x20feature\x20review\x20name.\x0a',_0x1ee45f(0x126))),process[_0x1ee45f(0x1ee)](0x1);return;}_0x15aa66[_0x1ee45f(0x109)](warnFlagRenamed,'ranger\x20create',_0x1ee45f(0x169),_0x15aa66['bPyya']);const _0x29356d=_0x541e22['scenario']||_0x541e22[_0x1ee45f(0x1e6)];await _0x15aa66['ftOnE'](withTelemetry,_0x15aa66[_0x1ee45f(0x1eb)],()=>featureCreate(_0x541e22['name'],{'description':_0x541e22[_0x1ee45f(0x16e)],'scenarios':_0x29356d}));})[_0x2f37f6(0x207)](_0x15aa66[_0x2f37f6(0x160)],_0x15aa66[_0x2f37f6(0x1d1)],_0x21436b=>{const _0x44c644=_0x2f37f6;return _0x21436b['option']('current-branch',{'type':'boolean','description':_0x15aa66['mrkWL']})['option'](_0x15aa66[_0x44c644(0xc2)],{'type':_0x15aa66[_0x44c644(0x1ea)],'alias':'l','description':_0x15aa66[_0x44c644(0x8a)],'default':0xa})['option']('offset',{'type':_0x15aa66[_0x44c644(0x1ea)],'alias':'o','description':_0x44c644(0xef),'default':0x0})[_0x44c644(0x19f)](_0x15aa66[_0x44c644(0x21c)],{'type':_0x15aa66[_0x44c644(0x1cf)],'alias':'d','description':_0x15aa66['pyDRB'],'default':![]});},async _0x361e0e=>{const _0x1be084=_0x2f37f6;await _0x15aa66['ftOnE'](withTelemetry,_0x15aa66[_0x1be084(0x160)],()=>featureList({'currentBranch':_0x361e0e[_0x1be084(0x212)],'limit':_0x361e0e[_0x1be084(0xd2)],'offset':_0x361e0e[_0x1be084(0x13c)],'includeDeleted':_0x361e0e[_0x1be084(0xa6)]}));})[_0x2f37f6(0x207)](_0x2f37f6(0x203),_0x15aa66[_0x2f37f6(0x199)],_0x3636b7=>{const _0x363315=_0x2f37f6;return _0x3636b7['positional']('id',{'type':_0x15aa66[_0x363315(0x21f)],'description':'Feature\x20review\x20ID'});},async _0x84aea0=>{await withTelemetry(_0x15aa66['EyndM'],()=>featureShow(_0x84aea0['id']));})['command'](_0x15aa66['kmINi'],_0x2f37f6(0x228),_0x508389=>{return _0x508389['positional']('id',{'type':'string','description':_0x15aa66['VKOCE']});},async _0x2b926f=>{await _0x15aa66['rUsHv'](withTelemetry,'resume',()=>featureResume(_0x2b926f['id']));})['command'](_0x15aa66[_0x2f37f6(0x8e)],_0x2f37f6(0x19a),_0x3deae5=>{const _0x1cefd0=_0x2f37f6;return _0x3deae5[_0x1cefd0(0x88)](_0x15aa66['FbCMk'],{'type':'string','description':_0x15aa66['hajhm'],'demandOption':!![]})['option']('id',{'type':'string','description':_0x1cefd0(0xb3)});},async _0x3309ed=>{const _0x52b3fa=_0x2f37f6;await _0x15aa66['hgfgv'](withTelemetry,_0x52b3fa(0x170),()=>featureAddScenario(_0x3309ed[_0x52b3fa(0x16e)],_0x3309ed['id']));})[_0x2f37f6(0x207)](_0x2f37f6(0xf1),_0x15aa66[_0x2f37f6(0x134)],_0x1cde5e=>{const _0x4fcf9d=_0x2f37f6;return _0x1cde5e['positional'](_0x15aa66['FbCMk'],{'type':'string','description':'New\x20scenario\x20description','demandOption':!![]})['option'](_0x15aa66['sTdqO'],{'type':_0x4fcf9d(0x213),'description':_0x15aa66['sTIUE'],'demandOption':!![]})[_0x4fcf9d(0x19f)]('id',{'type':'string','description':_0x15aa66[_0x4fcf9d(0x1c8)]});},async _0x3f55ee=>{const _0xe47d7b=_0x2f37f6;await _0x15aa66['Mbpmb'](withTelemetry,_0x15aa66['bDvmQ'],()=>featureEditScenario(_0x3f55ee[_0xe47d7b(0x16e)],{'id':_0x3f55ee['id'],'scenario':_0x3f55ee[_0xe47d7b(0x1fb)]}));})[_0x2f37f6(0x207)]('report\x20[id]','Generate\x20PR\x20description\x20markdown\x20(defaults\x20to\x20active\x20feature\x20review)',_0xd10b39=>{const _0x34361b=_0x2f37f6;return _0xd10b39['positional']('id',{'type':_0x34361b(0x166),'description':_0x15aa66['JAncs']})[_0x34361b(0x19f)](_0x15aa66[_0x34361b(0x143)],{'type':_0x15aa66[_0x34361b(0x21a)],'description':'Scenario\x20numbers\x20to\x20exclude\x20(use\x20multiple\x20values)'})['option'](_0x34361b(0x185),{'type':'boolean','description':_0x34361b(0x191),'default':![]});},async _0x38c92e=>{const _0x436298=_0x2f37f6,_0x337ac7=_0x38c92e[_0x15aa66[_0x436298(0x143)]],_0x74f317=_0x337ac7?_0x337ac7['map'](_0x4dba45=>Number(_0x4dba45)):undefined;await withTelemetry(_0x436298(0x21e),()=>featureReportPrDescription(_0x38c92e['id'],{'excludeScenarios':_0x74f317,'json':_0x38c92e['json']}));})[_0x2f37f6(0x207)](_0x15aa66['iiRtJ'],_0x15aa66['PHscZ'],_0x1c95b8=>{const _0x1863cb=_0x2f37f6;return _0x1c95b8['positional']('id',{'type':_0x15aa66['trFHA'],'description':_0x1863cb(0xb3)});},async _0x3e1b42=>{const _0x2223b3=_0x2f37f6;await _0x15aa66[_0x2223b3(0x1f1)](withTelemetry,_0x2223b3(0x86),()=>featureGetReview(_0x3e1b42['id']));})['command'](_0x15aa66[_0x2f37f6(0x20c)],_0x2f37f6(0xf5),_0x17237b=>{const _0x5c2fba=_0x2f37f6;return _0x17237b['positional']('id',{'type':_0x5c2fba(0x166),'description':_0x15aa66['JAncs']});},async _0x44c66b=>{await withTelemetry('delete',()=>featureDelete(_0x44c66b['id']));})[_0x2f37f6(0x207)]('restore\x20<id>',_0x2f37f6(0xe5),_0x1fed0b=>{const _0x537d3f=_0x2f37f6;return _0x1fed0b['positional']('id',{'type':_0x15aa66['trFHA'],'description':_0x537d3f(0x1fc),'demandOption':!![]});},async _0x56a55c=>{const _0x678b06=_0x2f37f6;await withTelemetry(_0x15aa66[_0x678b06(0x182)],()=>featureRestore(_0x56a55c['id']));})['command']('setup\x20[tokenOrSubcommand]',_0x2f37f6(0x1cd),_0x3d98da=>{const _0x237a33=_0x2f37f6,_0x495e71={'ZXKXm':'mcp-bootstrap','TqyVA':'boolean','nYsVn':function(_0x4e1a3a){return _0x4e1a3a();},'DTZrD':function(_0x1da8d4,_0x57895e){const _0x19a5cb=_0x3142;return _0x15aa66[_0x19a5cb(0x76)](_0x1da8d4,_0x57895e);},'XRyVP':function(_0x234559,_0x535451,_0x12888a){return _0x234559(_0x535451,_0x12888a);},'uHwTa':'scope','ceYyI':_0x15aa66['trFHA'],'RulEw':_0x15aa66[_0x237a33(0x159)],'goWPW':'Install\x20scope\x20for\x20plugin\x20and\x20skills','teJuE':_0x15aa66['fnkka'],'bgUJg':_0x15aa66['GWTyG'],'LZYxJ':'setup:skills','wQBRA':'url','WHrZs':_0x15aa66[_0x237a33(0xf0)],'kaAaI':_0x15aa66['EwtuS'],'ypkTj':_0x15aa66['mCOjG'],'kRZrH':function(_0x233827,_0x1d29be){return _0x233827!==_0x1d29be;},'qcuXn':function(_0x2c8d8c,_0x20728c){return _0x15aa66['AooOT'](_0x2c8d8c,_0x20728c);},'UduAu':_0x15aa66['qhBqN']};return _0x3d98da[_0x237a33(0x91)]('Usage:\x20ranger\x20setup\x20<command>\x20[options]\x0a\x0aCommands:\x0a\x20\x20all\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Full\x20interactive\x20setup\x20(default\x20when\x20no\x20subcommand\x20given)\x0a\x20\x20deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20browser\x20binary\x0a\x20\x20login\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20with\x20Ranger\x0a\x20\x20skills\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Claude\x20Code\x20plugin\x20and\x20skills\x0a\x20\x20profiles\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Set\x20up\x20a\x20local\x20browser\x20profile\x0a\x0aRun\x20`ranger\x20setup\x20<command>\x20--help`\x20for\x20details.\x0a\x0aExamples:\x0a\x20\x20ranger\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Interactive\x20first-time\x20setup\x0a\x20\x20ranger\x20setup\x20deps\x20--with-deps\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20Chromium\x20+\x20OS\x20deps\x20(Dockerfile)\x0a\x20\x20ranger\x20setup\x20login\x20--mcp\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Authenticate\x20via\x20MCP\x20proxy\x0a\x20\x20ranger\x20setup\x20skills\x20--scope\x20user\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Install\x20skills\x20at\x20user\x20level')[_0x237a33(0x88)](_0x237a33(0x1c6),{'type':_0x15aa66['trFHA'],'description':_0x15aa66[_0x237a33(0x1c4)]})['command'](_0x15aa66['NFRMO'],'Run\x20full\x20interactive\x20setup',_0x3fd6e0=>{const _0x4ef760=_0x237a33;return _0x3fd6e0['option'](_0x4ef760(0x18f),{'type':_0x15aa66['trFHA'],'description':_0x4ef760(0x17e)})[_0x4ef760(0x19f)]('skip-chromium',{'type':_0x15aa66['QLquY'],'description':_0x15aa66['jByLy'],'default':![]})[_0x4ef760(0x19f)](_0x15aa66['EwtuS'],{'type':'boolean','description':_0x4ef760(0x184),'default':![]})[_0x4ef760(0x19f)](_0x4ef760(0x112),{'type':_0x15aa66['QLquY'],'description':_0x15aa66[_0x4ef760(0x189)],'default':![]})[_0x4ef760(0x19f)](_0x15aa66['QVKdU'],{'type':_0x15aa66['trFHA'],'choices':['user'],'hidden':!![],'description':_0x4ef760(0xe3)})['option'](_0x4ef760(0x1e8),{'type':_0x15aa66['trFHA'],'description':_0x15aa66['YFuLW']})[_0x4ef760(0x19f)](_0x15aa66['mCOjG'],{'type':_0x15aa66[_0x4ef760(0x1cf)],'description':_0x15aa66['QqPty'],'default':![]})[_0x4ef760(0x19f)](_0x15aa66[_0x4ef760(0x177)],{'type':'boolean','description':_0x15aa66['GWTyG'],'default':![]})['option'](_0x15aa66[_0x4ef760(0xdd)],{'type':_0x4ef760(0x1bb),'description':_0x15aa66['RRjPJ'],'default':![]})['option'](_0x15aa66[_0x4ef760(0x175)],{'type':'boolean','description':_0x15aa66['fzzpf'],'default':![]})[_0x4ef760(0x19f)](_0x15aa66[_0x4ef760(0x9a)],{'type':_0x15aa66['QLquY'],'description':_0x15aa66['IEwRX'],'default':![]});},async _0x8a0296=>{const _0x392485=_0x237a33;(_0x8a0296[_0x495e71[_0x392485(0x1e3)]]||_0x8a0296['mcp'])&&await withTelemetry(_0x392485(0x1f8),()=>mcpBootstrap()),await withTelemetry('setup:all',_0x5cf167=>start(_0x8a0296['token'],{'skipChromium':_0x8a0296['skip-chromium'],'skipAuth':_0x8a0296['skip-auth'],'withDeps':_0x8a0296[_0x392485(0x112)],'scope':_0x8a0296['scope'],'url':_0x8a0296['url'],'force':_0x8a0296[_0x392485(0x202)],'opencode':_0x8a0296['opencode'],'allowInsecureLocalhost':_0x8a0296['allow-insecure-localhost']},_0x5cf167));})['command'](_0x15aa66[_0x237a33(0x161)],_0x15aa66[_0x237a33(0xaa)],_0x454de0=>{const _0x203916=_0x237a33;return _0x454de0['option']('with-deps',{'type':_0x203916(0x1bb),'description':_0x15aa66['WvOQq'],'default':![]});},async _0x3502fb=>{const _0x47a0de=_0x237a33;await _0x15aa66[_0x47a0de(0xdc)](withTelemetry,_0x15aa66[_0x47a0de(0xb8)],()=>ensureChromium(_0x3502fb[_0x47a0de(0x112)]));})['command'](_0x237a33(0xe2),_0x15aa66[_0x237a33(0x1e7)],_0x3c215b=>{const _0x201db5=_0x237a33;return _0x3c215b[_0x201db5(0x19f)](_0x201db5(0x18f),{'type':_0x201db5(0x166),'description':_0x201db5(0x153)})[_0x201db5(0x19f)](_0x201db5(0x13b),{'type':_0x495e71[_0x201db5(0x120)],'description':_0x201db5(0xc8),'default':![]});},async _0x4be8b0=>{const _0x212412=_0x237a33,_0x10e027={'dQqmI':function(_0x4e181e){const _0x56b80f=_0x3142;return _0x495e71[_0x56b80f(0x232)](_0x4e181e);},'ipYNg':function(_0x4299b1,_0x22665b){return _0x495e71['DTZrD'](_0x4299b1,_0x22665b);}};await _0x495e71[_0x212412(0xc4)](withTelemetry,_0x212412(0xd8),async()=>{const _0x280709=_0x212412;if(_0x4be8b0['mcp']){await mcpBootstrap();const _0x19eb80=await _0x10e027['dQqmI'](refreshCliToken);if(!_0x19eb80)throw new Error(_0x280709(0x179));const _0x3c8fae=await getCurrentUser(_0x19eb80);if(!_0x3c8fae[_0x280709(0x157)])throw new Error('Authenticated\x20via\x20MCP,\x20but\x20failed\x20to\x20verify:\x20'+_0x3c8fae['error']);console[_0x280709(0x1d9)]('✓\x20Authenticated\x20to\x20'+_0x3c8fae[_0x280709(0x1fd)][_0x280709(0x146)]);return;}await _0x10e027['ipYNg'](authenticate,_0x4be8b0[_0x280709(0x18f)]);});})['command'](_0x15aa66[_0x237a33(0x236)],_0x15aa66[_0x237a33(0xf9)],_0x121488=>{const _0x5e0c13=_0x237a33;return _0x121488['option'](_0x495e71['uHwTa'],{'type':_0x495e71[_0x5e0c13(0x1aa)],'choices':[_0x495e71['RulEw'],'project'],'description':_0x495e71['goWPW']})[_0x5e0c13(0x19f)](_0x495e71['teJuE'],{'type':_0x5e0c13(0x1bb),'description':_0x495e71['bgUJg'],'default':![]});},async _0x1c1d58=>{const _0x28911c=_0x237a33,_0x4ff886={'MBHPs':function(_0x2a8f88,_0x5e9746){return _0x2a8f88(_0x5e9746);},'YTxnV':function(_0xff2333,_0x3e3e12,_0x4d313d){return _0xff2333(_0x3e3e12,_0x4d313d);},'VnFBz':function(_0x32b137,_0x542703){return _0x32b137(_0x542703);}};await _0x495e71[_0x28911c(0xc4)](withTelemetry,_0x495e71[_0x28911c(0x101)],async()=>{const _0x6c3c9f=_0x28911c,_0x2c3a20=_0x1c1d58[_0x6c3c9f(0x8b)];if(_0x1c1d58['opencode']){const _0x44c5e1=await _0x4ff886[_0x6c3c9f(0x10d)](ensureOpencodePluginConfig,_0x2c3a20);_0x44c5e1&&await _0x4ff886[_0x6c3c9f(0x17d)](installSkill,'ranger',{'level':_0x44c5e1[_0x6c3c9f(0x8b)],'cliVersion':getCurrentVersion(),'platform':'opencode'});}else await _0x4ff886[_0x6c3c9f(0x1de)](ensureClaudePlugin,_0x2c3a20),await ensureClaudeSkills(_0x2c3a20);});})['command'](_0x237a33(0x92),_0x15aa66['bdgio'],_0x328274=>{const _0x4e064e=_0x237a33;return _0x328274['option']('scope',{'type':_0x495e71[_0x4e064e(0x1aa)],'choices':[_0x495e71[_0x4e064e(0x1c2)]],'description':_0x4e064e(0xe3)})[_0x4e064e(0x19f)](_0x495e71[_0x4e064e(0xa3)],{'type':_0x495e71['ceYyI'],'description':_0x495e71[_0x4e064e(0x7c)]})['option'](_0x495e71['kaAaI'],{'type':_0x495e71[_0x4e064e(0x120)],'description':_0x4e064e(0xbf),'default':![]})['option'](_0x495e71[_0x4e064e(0x1c1)],{'type':_0x4e064e(0x1bb),'description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x4e064e(0x1b9),{'type':_0x495e71['TqyVA'],'description':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments','default':![]});},async _0x2f7a78=>{const _0x17ff5d=_0x237a33,_0x404d57=_0x2f7a78['scope'];_0x404d57!==undefined&&_0x495e71['kRZrH'](_0x404d57,'user')&&(console[_0x17ff5d(0x154)](_0x495e71[_0x17ff5d(0xbe)]('ranger\x20setup\x20profiles\x20--scope='+_0x404d57+_0x17ff5d(0x1ca)+_0x17ff5d(0x1d4),_0x17ff5d(0x16b))),process['exit'](0x1)),await withTelemetry(_0x495e71[_0x17ff5d(0x150)],_0x3ac5a7=>ensureLocalEnv({'url':_0x2f7a78['url'],'force':_0x2f7a78[_0x17ff5d(0x202)],'allowInsecureLocalhost':_0x2f7a78['allow-insecure-localhost'],'scope':'user'},_0x3ac5a7));})[_0x237a33(0x19f)](_0x15aa66['WrZWU'],{'type':_0x237a33(0x1bb),'description':_0x237a33(0x215),'default':![]})[_0x237a33(0x19f)]('scope',{'type':_0x237a33(0x166),'choices':[_0x15aa66[_0x237a33(0x159)]],'hidden':!![],'description':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.'})['option'](_0x15aa66[_0x237a33(0x1c0)],{'type':_0x237a33(0x166),'description':_0x237a33(0x163)})['option'](_0x15aa66[_0x237a33(0x1d5)],{'type':'boolean','description':_0x15aa66['QqPty'],'default':![]})[_0x237a33(0x19f)](_0x15aa66[_0x237a33(0x177)],{'type':'boolean','description':_0x15aa66[_0x237a33(0xa9)],'default':![]})['option']('allow-insecure-localhost',{'type':_0x15aa66['QLquY'],'description':_0x15aa66['dctTS'],'default':![]})[_0x237a33(0x19f)](_0x237a33(0x1f8),{'type':'boolean','description':_0x15aa66['OOvHm'],'default':![]})['option'](_0x15aa66[_0x237a33(0x1fa)],{'type':_0x15aa66[_0x237a33(0x1cf)],'description':_0x237a33(0x87),'default':![]})[_0x237a33(0x19f)](_0x15aa66[_0x237a33(0x8c)],{'type':'boolean','description':_0x237a33(0x1bc),'default':![]})[_0x237a33(0x19f)](_0x15aa66['Fwtyf'],{'type':_0x15aa66['trFHA'],'hidden':!![],'description':_0x15aa66[_0x237a33(0x19e)]});},async _0x5df15e=>{const _0x26cfdf=_0x2f37f6,_0xebafdc=_0x5df15e[_0x26cfdf(0x1c6)],_0x182912=_0x5df15e['token']??_0xebafdc;_0x5df15e['mcp-bootstrap']&&await withTelemetry(_0x26cfdf(0x1f8),()=>mcpBootstrap()),await withTelemetry(_0x26cfdf(0x9f),_0x29a947=>start(_0x182912,{'skipChromium':_0x5df15e['skip-chromium'],'skipAuth':_0x5df15e[_0x26cfdf(0x74)],'withDeps':_0x5df15e['with-deps'],'scope':_0x5df15e['scope'],'url':_0x5df15e['url'],'force':_0x5df15e[_0x26cfdf(0x202)],'opencode':_0x5df15e['opencode'],'allowInsecureLocalhost':_0x5df15e['allow-insecure-localhost']},_0x29a947));})['command'](_0x15aa66[_0x2f37f6(0x1af)],![],_0x4900d3=>{const _0x342042=_0x2f37f6;return _0x4900d3['positional']('token',{'type':_0x15aa66[_0x342042(0x21f)],'description':_0x15aa66['HhBku'],'demandOption':!![]})['option'](_0x15aa66[_0x342042(0xb5)],{'type':_0x342042(0x166),'description':_0x342042(0xa1)})['option'](_0x342042(0x10f),{'type':_0x15aa66[_0x342042(0x21f)],'description':_0x15aa66['rkUau']})['option'](_0x15aa66['WrZWU'],{'type':_0x15aa66['QLquY'],'description':'Skip\x20Chromium\x20browser\x20installation','default':![]});},async _0x75936b=>{const _0x174298=_0x2f37f6;await _0x15aa66[_0x174298(0x14d)](withTelemetry,_0x15aa66['qFHuL'],_0x32d255=>setupCi(_0x75936b['token'],{'profile':_0x75936b['profile'],'baseUrl':_0x75936b['base-url'],'skipChromium':_0x75936b[_0x174298(0x96)]},_0x32d255));})['command'](_0x15aa66['tIsxa'],_0x2f37f6(0xd4),()=>{},async()=>{const _0x3f66e1=_0x2f37f6;await withTelemetry(_0x3f66e1(0xe2),()=>login());})['command']('skillup',_0x15aa66['uYsxP'],_0x5346c9=>{const _0x150fcf=_0x2f37f6;return _0x5346c9['option'](_0x15aa66['fnkka'],{'type':'boolean','description':_0x150fcf(0x94),'default':![]})[_0x150fcf(0x19f)](_0x15aa66['QVKdU'],{'type':_0x15aa66[_0x150fcf(0x21f)],'choices':[_0x150fcf(0x1fd),_0x15aa66['hxbqz']],'description':_0x15aa66[_0x150fcf(0xde)]});},async _0x1dc455=>{const _0x338b3c=_0x2f37f6,_0x460033=_0x15aa66['rBcqP'](Boolean,_0x1dc455['opencode']);await withTelemetry(_0x15aa66['kvyug'],()=>skillup({'autoInstall':_0x1dc455[_0x338b3c(0x8b)],'platform':_0x460033?_0x338b3c(0x214):_0x338b3c(0x231)}));})[_0x2f37f6(0x207)](_0x2f37f6(0xb2),'Remove\x20all\x20Ranger\x20artifacts\x20from\x20the\x20project',()=>{},async()=>{const _0x59852f=_0x2f37f6;await withTelemetry(_0x15aa66[_0x59852f(0x81)],()=>clean());})['command'](['profile',_0x15aa66[_0x2f37f6(0x1ce)]],_0x15aa66['yfIGC'],_0x38ab34=>{const _0x2f5035=_0x2f37f6,_0x58fd17={'BNTsP':_0x15aa66['trFHA'],'GmzyG':_0x2f5035(0x1bb),'fVaMr':'force','XoSIg':_0x2f5035(0x1b9),'TowNz':'Allow\x20localhost\x20content\x20in\x20deployed\x20environments\x20(for\x20micro\x20frontend\x20/\x20single-spa\x20workflows)','mbrHD':_0x15aa66[_0x2f5035(0x90)],'AhfPF':_0x15aa66[_0x2f5035(0x22c)],'Fcaqe':_0x15aa66['RWEkY'],'SXveX':'user','OHMgG':_0x2f5035(0xf7),'mVqIt':_0x15aa66['KwJiz'],'daBNg':'profile\x20add','aAMBE':_0x15aa66['lwNZr'],'DDCxa':function(_0x5ab171,_0xa6ed5a,_0x5cbca3){return _0x15aa66['Mbpmb'](_0x5ab171,_0xa6ed5a,_0x5cbca3);},'JTLlT':_0x15aa66[_0x2f5035(0x79)],'yHEYE':function(_0x488bf0,_0x4f4b80){const _0x2b5d7f=_0x2f5035;return _0x15aa66[_0x2b5d7f(0x1db)](_0x488bf0,_0x4f4b80);},'rYULy':'No\x20auth\x20config\x20for\x20this\x20org;\x20profile\x20login\x20unavailable.','GXUiL':'Name\x20of\x20a\x20single\x20local\x20profile\x20to\x20migrate.\x20Omit\x20with\x20--all.','bJFxW':_0x2f5035(0x10c),'mUXrj':_0x15aa66[_0x2f5035(0x13e)],'jokqw':_0x15aa66[_0x2f5035(0x131)],'RsWsF':_0x15aa66[_0x2f5035(0x80)],'GLcjK':'Store\x20RANGER_TEST_USERNAME/PASSWORD\x20env\x20values\x20on\x20the\x20migrated\x20profile.','Bwvsg':_0x15aa66['RLlUN'],'RgaRG':_0x2f5035(0x1f4),'hdZdQ':_0x2f5035(0x100),'qrpSM':_0x2f5035(0x128),'Bhjmd':_0x2f5035(0xe9),'GWQvn':_0x15aa66['ncIMI'],'WAdGz':'unset\x20<profile>\x20<key>','htQfX':_0x2f5035(0x145)};return _0x38ab34[_0x2f5035(0x91)](PROFILE_HELP)[_0x2f5035(0x207)](_0x15aa66[_0x2f5035(0x18c)],_0x15aa66[_0x2f5035(0x20d)],_0x14b374=>{const _0x4cecae=_0x2f5035;return _0x14b374['positional']('profile-name',{'type':_0x58fd17[_0x4cecae(0xb4)],'description':'Name\x20of\x20the\x20profile\x20(e.g.,\x20local,\x20staging,\x20prod)','demandOption':!![]})['option']('ci',{'type':_0x58fd17['GmzyG'],'hidden':!![],'default':![]})['option']('skip-auth',{'type':'boolean','description':'Skip\x20browser\x20authentication\x20(just\x20save\x20URL\x20and\x20settings)','default':![]})['option']('url',{'type':'string','description':_0x4cecae(0x1ef)})[_0x4cecae(0x19f)](_0x58fd17[_0x4cecae(0xff)],{'type':'boolean','description':'Skip\x20URL\x20reachability\x20check\x20when\x20using\x20--url','default':![]})['option'](_0x4cecae(0x11a),{'type':_0x58fd17['BNTsP'],'description':_0x4cecae(0x142)})[_0x4cecae(0x19f)](_0x58fd17['XoSIg'],{'type':_0x58fd17[_0x4cecae(0x139)],'description':_0x58fd17['TowNz'],'default':![]})[_0x4cecae(0x19f)](_0x58fd17['mbrHD'],{'type':_0x58fd17['GmzyG'],'description':_0x58fd17['AhfPF'],'default':![]})[_0x4cecae(0x19f)](_0x4cecae(0x225),{'type':_0x4cecae(0x166),'array':!![],'description':_0x58fd17['Fcaqe']})['option']('scope',{'type':_0x58fd17[_0x4cecae(0xb4)],'choices':[_0x58fd17['SXveX'],_0x58fd17[_0x4cecae(0x1a4)]],'description':_0x4cecae(0xc0)})[_0x4cecae(0x19f)](_0x58fd17[_0x4cecae(0x12b)],{'type':'boolean','alias':'y','description':'Skip\x20interactive\x20confirmation\x20prompts\x20(e.g.\x20cloud-profile\x20auto-route).','default':![]});},async _0x4d40af=>{const _0x1ce53c=_0x2f5035;await withTelemetry(_0x58fd17['daBNg'],_0x445f42=>addEnv(_0x4d40af[_0x1ce53c(0xa0)],{'ci':_0x4d40af['ci'],'skipAuth':_0x4d40af[_0x1ce53c(0x74)],'url':_0x4d40af['url'],'force':_0x4d40af[_0x1ce53c(0x202)],'cdpEndpoint':_0x4d40af['cdp-endpoint'],'allowInsecureLocalhost':_0x4d40af[_0x1ce53c(0x1b9)],'safeMode':_0x4d40af['safe-mode'],'setupHeader':_0x4d40af[_0x1ce53c(0x225)],'scope':_0x4d40af['scope'],'yes':_0x4d40af[_0x1ce53c(0x1e5)]},_0x445f42),{'isElectron':Boolean(_0x4d40af[_0x1ce53c(0x11a)])});})[_0x2f5035(0x207)](_0x2f5035(0xea),_0x15aa66[_0x2f5035(0x20f)],_0x547834=>{const _0x238dda=_0x2f5035;return _0x547834[_0x238dda(0x88)](_0x15aa66[_0x238dda(0x22f)],{'type':_0x15aa66[_0x238dda(0x21f)],'description':'Name\x20of\x20the\x20profile','demandOption':!![]});},async _0x2a6011=>{const _0x38e5b0=_0x2f5035;await withTelemetry('profile\x20use',()=>useEnv(_0x2a6011[_0x38e5b0(0xa0)]));})['command'](_0x15aa66[_0x2f5035(0x16f)],'Delete\x20a\x20cloud\x20profile',_0x49d0ce=>{const _0x380e8c=_0x2f5035;return _0x49d0ce['positional'](_0x380e8c(0xa0),{'type':_0x15aa66[_0x380e8c(0x21f)],'description':'Name\x20of\x20the\x20cloud\x20profile\x20to\x20delete','demandOption':!![]})['option'](_0x15aa66[_0x380e8c(0x14e)],{'type':_0x15aa66[_0x380e8c(0x1cf)],'alias':'y','description':_0x15aa66['pPkKV'],'default':![]});},async _0x662213=>{const _0x164e93=_0x2f5035;await _0x15aa66['lQQra'](withTelemetry,_0x15aa66[_0x164e93(0x95)],()=>deleteProfile(_0x662213['profile-name'],{'yes':_0x662213[_0x164e93(0x1e5)]}));})[_0x2f5035(0x207)](_0x15aa66[_0x2f5035(0x9b)],![],_0x31b846=>{const _0x1e3a1d=_0x2f5035;return _0x31b846[_0x1e3a1d(0x88)]('profile',{'type':'string','description':'Profile\x20name','demandOption':!![]});},async _0x1771c5=>{const _0x25e534=_0x2f5035;await _0x15aa66['Mbpmb'](withTelemetry,_0x15aa66[_0x25e534(0x217)],()=>authEncrypt(_0x1771c5['profile']));})[_0x2f5035(0x207)]('ls',_0x15aa66['HPArb'],()=>{},async()=>{await withTelemetry('profile\x20ls',()=>envList());})[_0x2f5035(0x207)](_0x2f5035(0x102),_0x15aa66[_0x2f5035(0x188)],_0x147393=>{const _0x2614c3=_0x2f5035;return _0x147393['positional'](_0x58fd17[_0x2614c3(0x136)],{'type':_0x58fd17[_0x2614c3(0xb4)],'description':_0x2614c3(0xbc),'demandOption':!![]})['option']('allow-insecure-localhost',{'type':_0x2614c3(0x1bb),'description':_0x2614c3(0x14a)});},async _0x804702=>{const _0x236d05=_0x2f5035;await _0x58fd17['DDCxa'](withTelemetry,_0x58fd17[_0x236d05(0xcc)],_0x52e4f0=>updateEnv(_0x804702[_0x236d05(0xa0)],_0x52e4f0,{'allowInsecureLocalhost':_0x804702[_0x236d05(0x1b9)]}));})[_0x2f5035(0x207)]('login\x20<name>',![],_0x5d55a6=>{const _0x1df3b5=_0x2f5035;return _0x5d55a6[_0x1df3b5(0x88)]('name',{'type':_0x15aa66['trFHA'],'description':_0x15aa66[_0x1df3b5(0x1d3)],'demandOption':!![]});},async _0x41e654=>{const _0xef153c=_0x2f5035;await _0x58fd17[_0xef153c(0x1b7)](withTelemetry,'profile\x20login',async()=>{const _0x26cf2b=_0xef153c,_0x5d2f30=process['env']['RANGER_TEST_USERNAME'],_0x4370af=process['env']['RANGER_TEST_PASSWORD'];_0x58fd17['yHEYE'](!_0x5d2f30,!_0x4370af)&&(console[_0x26cf2b(0x154)](_0x26cf2b(0xda)),process[_0x26cf2b(0x1ee)](0x1));const _0xc38c6a=_0x41e654[_0x26cf2b(0x223)],_0x336e01=await _0x58fd17['DDCxa'](serverSideLogin,_0xc38c6a,{'force':!![]});_0x336e01['status']===_0x26cf2b(0x149)&&(console['error'](_0x58fd17['rYULy']),process[_0x26cf2b(0x1ee)](0x1)),_0x336e01[_0x26cf2b(0x194)]==='failed'&&(console[_0x26cf2b(0x154)]('Login\x20failed:\x20'+(_0x336e01['error']??_0x26cf2b(0x230))),_0x336e01['test_output']&&console['error'](_0x336e01[_0x26cf2b(0x1ad)]),process[_0x26cf2b(0x1ee)](0x1)),console[_0x26cf2b(0x1d9)]('✓\x20Login\x20succeeded\x20for\x20\x27'+_0xc38c6a+_0x26cf2b(0xec));});})[_0x2f5035(0x207)]('migrate\x20[profile-name]',![],_0x21a1ec=>{const _0xbba9c3=_0x2f5035;return _0x21a1ec['positional']('profile-name',{'type':_0x58fd17['BNTsP'],'description':_0x58fd17['GXUiL']})[_0xbba9c3(0x19f)]('all',{'type':_0x58fd17[_0xbba9c3(0x139)],'description':_0x58fd17[_0xbba9c3(0x1c9)],'default':![]})[_0xbba9c3(0x19f)](_0x58fd17[_0xbba9c3(0x98)],{'type':'boolean','description':_0x58fd17[_0xbba9c3(0xad)],'default':![]})['option']('yes',{'type':'boolean','alias':'y','description':_0x58fd17['RsWsF'],'default':![]})['option'](_0xbba9c3(0x1b5),{'type':_0xbba9c3(0x1bb),'description':_0x58fd17[_0xbba9c3(0x201)],'default':![]});},async _0x2804f8=>{const _0x33ba59=_0x2f5035;await _0x15aa66['qeWUS'](withTelemetry,'profile\x20migrate',_0x58146c=>migrateProfile({'profileName':_0x2804f8['profile-name'],'all':_0x2804f8['all'],'dryRun':_0x2804f8[_0x33ba59(0xe4)],'yes':_0x2804f8['yes'],'saveCreds':_0x2804f8['save-creds']},_0x58146c));})[_0x2f5035(0x207)](_0x15aa66[_0x2f5035(0xab)],_0x2f5035(0x204),_0x9b74aa=>{const _0x90b369=_0x2f5035,_0x1edc07={'xiUsF':_0x58fd17[_0x90b369(0xb4)],'cIIyx':_0x58fd17['hdZdQ'],'UPhiy':_0x58fd17[_0x90b369(0xfe)],'MFbuu':_0x58fd17[_0x90b369(0xca)],'Pnlcs':_0x58fd17[_0x90b369(0x186)],'jgmFE':function(_0x3844c9,_0x51d4ae,_0xf5ea70){return _0x58fd17['DDCxa'](_0x3844c9,_0x51d4ae,_0xf5ea70);},'oNiki':function(_0x38800a,_0x40004c,_0x9389e7){return _0x38800a(_0x40004c,_0x9389e7);}};return _0x9b74aa[_0x90b369(0x91)](PROFILE_CONFIG_HELP)['command']('set\x20<profile>\x20<key>\x20<value>',_0x90b369(0xaf),_0x1deb22=>{const _0x2e0598=_0x90b369;return _0x1deb22[_0x2e0598(0x88)]('profile',{'type':_0x1edc07[_0x2e0598(0x1b1)],'description':_0x2e0598(0x172),'demandOption':!![]})[_0x2e0598(0x88)](_0x2e0598(0x128),{'type':_0x1edc07['xiUsF'],'description':_0x2e0598(0x110),'demandOption':!![]})[_0x2e0598(0x88)]('value',{'type':_0x1edc07[_0x2e0598(0x1b1)],'description':_0x2e0598(0x1c5),'demandOption':!![]});},async _0x2d6182=>{const _0x30bb18=_0x90b369;await _0x58fd17['DDCxa'](withTelemetry,'profile\x20config\x20set',()=>configSet(_0x2d6182['profile'],_0x2d6182[_0x30bb18(0x128)],_0x2d6182['value']));})['command'](_0x58fd17[_0x90b369(0x17c)],'Get\x20a\x20config\x20value',_0x5b6ac0=>{const _0x37b70f=_0x90b369;return _0x5b6ac0[_0x37b70f(0x88)](_0x1edc07['cIIyx'],{'type':'string','description':_0x1edc07[_0x37b70f(0x148)],'demandOption':!![]})[_0x37b70f(0x88)](_0x1edc07['MFbuu'],{'type':_0x1edc07['xiUsF'],'description':_0x1edc07['Pnlcs'],'demandOption':!![]});},async _0x1da32a=>{const _0x4dd428=_0x90b369;await _0x1edc07[_0x4dd428(0x168)](withTelemetry,'profile\x20config\x20get',()=>configGet(_0x1da32a['profile'],_0x1da32a[_0x4dd428(0x128)]));})[_0x90b369(0x207)](_0x90b369(0x11f),'List\x20all\x20config\x20for\x20a\x20profile',_0xd44e7c=>{const _0x4e009a=_0x90b369;return _0xd44e7c[_0x4e009a(0x88)](_0x4e009a(0x100),{'type':'string','description':_0x58fd17[_0x4e009a(0xfe)],'demandOption':!![]});},async _0x3ea88b=>{const _0x438264=_0x90b369;await withTelemetry(_0x58fd17['RgaRG'],()=>configList(_0x3ea88b[_0x438264(0x100)]));})[_0x90b369(0x207)](_0x58fd17[_0x90b369(0x106)],_0x90b369(0x123),_0x399234=>{const _0x14c951=_0x90b369;return _0x399234[_0x14c951(0x88)](_0x14c951(0x100),{'type':_0x58fd17[_0x14c951(0xb4)],'description':_0x14c951(0x172),'demandOption':!![]})[_0x14c951(0x88)](_0x14c951(0x128),{'type':_0x14c951(0x166),'description':_0x14c951(0x108),'demandOption':!![]});},async _0x10a383=>{const _0x4e6db2=_0x90b369;await _0x1edc07['oNiki'](withTelemetry,_0x4e6db2(0x1b2),()=>configUnset(_0x10a383['profile'],_0x10a383['key']));})[_0x90b369(0x207)](_0x90b369(0x1be),_0x58fd17[_0x90b369(0x11e)],_0x2eb020=>{return _0x2eb020['positional'](_0x1edc07['cIIyx'],{'type':_0x1edc07['xiUsF'],'description':_0x1edc07['UPhiy'],'demandOption':!![]});},async _0x1d1678=>{const _0x82cccf=_0x90b369;await withTelemetry(_0x82cccf(0x22d),()=>configReset(_0x1d1678['profile']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20profile\x20config\x20subcommand');})[_0x2f5035(0x1f3)](0x1,_0x15aa66[_0x2f5035(0x125)]);})[_0x2f37f6(0x207)]('status',_0x15aa66[_0x2f37f6(0xe0)],()=>{},async()=>{await withTelemetry(_0x15aa66['FioKt'],()=>status());})['command'](_0x2f37f6(0x83),_0x15aa66['XoglH'],()=>{},async()=>{const _0x4dcc34=_0x2f37f6;await _0x15aa66[_0x4dcc34(0x14f)](withTelemetry,_0x15aa66[_0x4dcc34(0x89)],()=>update());})[_0x2f37f6(0x207)]('print-access-token',_0x15aa66['dsbnE'],()=>{},async()=>{const _0x31364e=_0x2f37f6;await withTelemetry(_0x31364e(0xd5),async()=>{const _0x1780fb=_0x31364e,_0x3d7a2e=await getToken();if(!_0x3d7a2e)throw new Error(_0x1780fb(0x13d));console[_0x1780fb(0x1d9)](_0x3d7a2e);});})[_0x2f37f6(0x207)]('go',_0x15aa66[_0x2f37f6(0x1b3)],_0x42f81a=>{const _0x48f8d3=_0x2f37f6;return _0x42f81a[_0x48f8d3(0x19f)](_0x15aa66[_0x48f8d3(0x20a)],{'type':_0x15aa66[_0x48f8d3(0x21f)],'description':_0x15aa66[_0x48f8d3(0xcf)]})['option'](_0x48f8d3(0x100),{'type':'string','description':_0x15aa66['LRrcE']})['option']('notes',{'type':_0x15aa66['trFHA'],'description':_0x15aa66[_0x48f8d3(0x192)]})[_0x48f8d3(0x19f)]('scenario',{'type':'number','description':_0x15aa66['gKeyk']})[_0x48f8d3(0x19f)]('start-path',{'type':'string','description':_0x15aa66[_0x48f8d3(0x1ae)]})['option'](_0x15aa66[_0x48f8d3(0x140)],{'type':_0x48f8d3(0x166),'description':_0x15aa66['zVibz']})['option'](_0x15aa66[_0x48f8d3(0x82)],{'type':_0x15aa66['trFHA'],'description':_0x15aa66['clBeg']})[_0x48f8d3(0x19f)](_0x15aa66['QdqwE'],{'type':_0x48f8d3(0x1bb),'description':_0x15aa66[_0x48f8d3(0xdb)],'default':![]})['option']('debug-outcome',{'type':_0x15aa66[_0x48f8d3(0x21f)],'hidden':!![],'choices':['verified',_0x15aa66[_0x48f8d3(0x15f)],_0x48f8d3(0x197),_0x15aa66['XluFA'],_0x15aa66['cdemQ']]})[_0x48f8d3(0x19f)](_0x48f8d3(0x1a6),{'type':_0x48f8d3(0x1bb),'hidden':!![]})['option'](_0x48f8d3(0x14c),{'type':'string','hidden':!![]})['option'](_0x48f8d3(0x15d),{'type':_0x48f8d3(0x166),'hidden':!![]})['option'](_0x15aa66[_0x48f8d3(0x9d)],{'type':'number','hidden':!![]});},async _0x1884c8=>{await _0x15aa66['rBcqP'](runGoCommand,_0x1884c8);})['command']('auth',![],_0x10bacb=>{const _0x25ef97=_0x2f37f6,_0x11394b={'bljWA':function(_0x5bd9e1,_0x417224,_0x323694){const _0x267927=_0x3142;return _0x15aa66[_0x267927(0x1a5)](_0x5bd9e1,_0x417224,_0x323694);},'Jtupb':_0x15aa66[_0x25ef97(0x16c)],'uZxQC':function(_0x558ebe,_0xd6dc1){return _0x558ebe(_0xd6dc1);}};return _0x10bacb[_0x25ef97(0x207)](_0x15aa66['SJHaj'],![],_0x1d40ac=>{const _0x33dfc0=_0x25ef97;return _0x1d40ac['positional'](_0x33dfc0(0x100),{'type':_0x33dfc0(0x166),'description':_0x15aa66[_0x33dfc0(0x1f0)],'demandOption':!![]});},async _0x23c13b=>{const _0x440154=_0x25ef97;_0x11394b[_0x440154(0x237)](warnRenamed,_0x11394b[_0x440154(0x111)],'ranger\x20profile\x20encrypt-auth'),await _0x11394b['uZxQC'](authEncrypt,_0x23c13b['profile']);})['demandCommand'](0x1,'You\x20must\x20specify\x20an\x20auth\x20subcommand');},()=>{})['command'](_0x15aa66[_0x2f37f6(0x221)],![],_0x185e01=>{const _0x1aa85b=_0x2f37f6;return _0x185e01['positional'](_0x15aa66[_0x1aa85b(0x22b)],{'type':'string','description':_0x15aa66['hwmSP']})['option'](_0x1aa85b(0x96),{'type':_0x1aa85b(0x1bb),'description':_0x15aa66[_0x1aa85b(0x7b)],'default':![]})['option'](_0x1aa85b(0x8b),{'type':'string','choices':['user'],'hidden':!![],'description':'Reserved\x20—\x20setup\x20always\x20installs\x20at\x20user\x20scope.'})['option']('url',{'type':_0x1aa85b(0x166),'description':_0x1aa85b(0x163)})['option'](_0x15aa66[_0x1aa85b(0x1d5)],{'type':'boolean','description':_0x1aa85b(0x1a2),'default':![]})[_0x1aa85b(0x19f)](_0x15aa66[_0x1aa85b(0x1fa)],{'type':'boolean','description':_0x1aa85b(0x184),'default':![]})['option']('with-deps',{'type':_0x1aa85b(0x1bb),'description':_0x15aa66['OFYxD'],'default':![]});},async _0x5c4ef4=>{const _0x4f4fc3=_0x2f37f6;_0x15aa66['GmMty'](warnRenamed,_0x15aa66[_0x4f4fc3(0x21b)],_0x15aa66[_0x4f4fc3(0x75)]),await withTelemetry(_0x4f4fc3(0x9f),_0x372f26=>start(_0x5c4ef4['token'],{'skipChromium':_0x5c4ef4[_0x4f4fc3(0x96)],'skipAuth':_0x5c4ef4['skip-auth'],'withDeps':_0x5c4ef4[_0x4f4fc3(0x112)],'scope':_0x5c4ef4['scope'],'url':_0x5c4ef4[_0x4f4fc3(0x1e8)],'force':_0x5c4ef4[_0x4f4fc3(0x202)]},_0x372f26));})[_0x2f37f6(0x207)](_0x15aa66['ocnCt'],![],_0x5aa62b=>{const _0x23d16e=_0x2f37f6;return _0x5aa62b['option'](_0x23d16e(0x14c),{'type':_0x15aa66[_0x23d16e(0x21f)],'description':_0x23d16e(0xf4)})['option'](_0x15aa66[_0x23d16e(0x233)],{'type':_0x15aa66[_0x23d16e(0x21f)],'description':_0x23d16e(0x84)})['option'](_0x23d16e(0xd3),{'type':_0x15aa66['yDTVo'],'description':'Scenario\x20index\x20(1-based)'})['option'](_0x23d16e(0x100),{'type':'string','hidden':!![]})['option'](_0x15aa66[_0x23d16e(0xb7)],{'type':'string','hidden':!![]})['option'](_0x23d16e(0x1fb),{'type':_0x23d16e(0x213),'hidden':!![]})[_0x23d16e(0x19f)](_0x23d16e(0xba),{'type':_0x15aa66['trFHA'],'description':_0x15aa66['xBdYf']})[_0x23d16e(0x19f)](_0x23d16e(0x10f),{'type':_0x15aa66[_0x23d16e(0x21f)],'description':_0x15aa66[_0x23d16e(0xf2)]})[_0x23d16e(0x19f)]('model',{'type':'string','hidden':!![]})['option'](_0x23d16e(0x176),{'type':_0x23d16e(0x1bb),'hidden':!![],'default':![]})[_0x23d16e(0x19f)](_0x15aa66['ovtpa'],{'type':_0x15aa66['trFHA'],'hidden':!![],'choices':[_0x15aa66[_0x23d16e(0x1f6)],_0x15aa66[_0x23d16e(0x15f)],_0x15aa66['QIrYA'],_0x23d16e(0x99),'incomplete']});},async _0x5a057f=>{await runGoCommand(_0x5a057f,!![]);})[_0x2f37f6(0x207)](_0x15aa66['YsaQk'],![],_0x2a2898=>{const _0x58f71a=_0x2f37f6;return _0x2a2898['positional'](_0x15aa66['XywDb'],{'type':_0x15aa66[_0x58f71a(0x21f)],'description':_0x58f71a(0x193),'demandOption':!![]})['option']('ci',{'type':_0x15aa66['QLquY'],'description':'Create\x20CI\x20environment\x20(encrypted\x20auth,\x20committed\x20to\x20git)','default':![]})['option'](_0x15aa66['EwtuS'],{'type':_0x58f71a(0x1bb),'description':_0x58f71a(0x21d),'default':![]});},async _0x5dcc38=>{const _0xd0ac72=_0x2f37f6;_0x15aa66[_0xd0ac72(0x12a)](warnRenamed,_0x15aa66[_0xd0ac72(0x164)],_0xd0ac72(0x117)),await withTelemetry(_0xd0ac72(0x12f),_0x218500=>addEnv(_0x5dcc38[_0xd0ac72(0x12c)],{'ci':_0x5dcc38['ci'],'skipAuth':_0x5dcc38[_0xd0ac72(0x74)]},_0x218500));})['command']('use\x20<env-name>',![],_0x2791b1=>{const _0x497342=_0x2f37f6;return _0x2791b1[_0x497342(0x88)](_0x15aa66['XywDb'],{'type':_0x15aa66[_0x497342(0x21f)],'description':_0x497342(0x7d),'demandOption':!![]});},async _0x551bea=>{const _0x55bf3b=_0x2f37f6;warnRenamed(_0x15aa66['iSgQQ'],_0x15aa66['OBatF']),await withTelemetry(_0x55bf3b(0x9e),()=>useEnv(_0x551bea['env-name']));})['command'](_0x15aa66['NTSbd'],![],_0x44b055=>{const _0x1c7c3e=_0x2f37f6,_0x27d6d0={'zQpvN':_0x1c7c3e(0x128),'iYRJb':_0x1c7c3e(0xe9),'OjCyN':function(_0x25ca9d,_0x5b7ddf,_0x3e89e2){const _0x3b922f=_0x1c7c3e;return _0x15aa66[_0x3b922f(0x1f1)](_0x25ca9d,_0x5b7ddf,_0x3e89e2);},'dmbpw':'ranger\x20config\x20get','aMqyu':_0x15aa66['vbLqr'],'scUYC':_0x15aa66['LIKyE'],'UVvZs':_0x15aa66['Vbarc'],'cVJhL':_0x15aa66['UxHWj']};return _0x44b055[_0x1c7c3e(0x207)](_0x15aa66[_0x1c7c3e(0x229)],![],_0x5b854d=>{const _0x1a50af=_0x1c7c3e;return _0x5b854d[_0x1a50af(0x88)](_0x15aa66[_0x1a50af(0x187)],{'type':_0x15aa66[_0x1a50af(0x21f)],'description':_0x15aa66[_0x1a50af(0x1ab)],'demandOption':!![]})[_0x1a50af(0x88)]('key',{'type':_0x15aa66['trFHA'],'description':'Config\x20key\x20(e.g.,\x20userAgent,\x20headers.X-Custom)','demandOption':!![]})[_0x1a50af(0x88)](_0x15aa66['HDxmv'],{'type':'string','description':_0x15aa66[_0x1a50af(0x173)],'demandOption':!![]});},async _0x2827a7=>{const _0x4f5974=_0x1c7c3e;_0x15aa66['lQQra'](warnRenamed,'ranger\x20config\x20set',_0x4f5974(0x1f9)),await _0x15aa66[_0x4f5974(0x174)](withTelemetry,_0x4f5974(0x1a0),()=>configSet(_0x2827a7[_0x4f5974(0x14c)],_0x2827a7[_0x4f5974(0x128)],_0x2827a7['value']));})['command'](_0x15aa66[_0x1c7c3e(0x196)],![],_0x43514e=>{const _0x5f0126=_0x1c7c3e;return _0x43514e['positional']('env',{'type':'string','description':'Environment\x20name','demandOption':!![]})['positional'](_0x27d6d0['zQpvN'],{'type':_0x5f0126(0x166),'description':_0x27d6d0[_0x5f0126(0xb9)],'demandOption':!![]});},async _0xb63200=>{const _0x400f4f=_0x1c7c3e;_0x27d6d0[_0x400f4f(0x127)](warnRenamed,_0x27d6d0['dmbpw'],_0x27d6d0['aMqyu']),await withTelemetry('config\x20get',()=>configGet(_0xb63200['env'],_0xb63200[_0x400f4f(0x128)]));})['command'](_0x15aa66[_0x1c7c3e(0x78)],![],_0x3e889e=>{const _0x377614=_0x1c7c3e;return _0x3e889e[_0x377614(0x88)]('env',{'type':'string','description':_0x377614(0x226),'demandOption':!![]});},async _0x3855cd=>{const _0x3bfc95=_0x1c7c3e;warnRenamed(_0x15aa66['dmwHf'],_0x15aa66['UoWfL']),await withTelemetry(_0x3bfc95(0xe6),()=>configList(_0x3855cd['env']));})['command'](_0x1c7c3e(0xe8),![],_0x12bac7=>{const _0x4849dc=_0x1c7c3e;return _0x12bac7[_0x4849dc(0x88)](_0x15aa66['QhAaw'],{'type':'string','description':'Environment\x20name','demandOption':!![]})['positional'](_0x15aa66['WGlUu'],{'type':_0x15aa66[_0x4849dc(0x21f)],'description':_0x15aa66[_0x4849dc(0x1df)],'demandOption':!![]});},async _0x5444d8=>{const _0x400088=_0x1c7c3e;_0x27d6d0[_0x400088(0x127)](warnRenamed,_0x27d6d0[_0x400088(0x8d)],_0x27d6d0[_0x400088(0x13f)]),await _0x27d6d0[_0x400088(0x127)](withTelemetry,_0x27d6d0['cVJhL'],()=>configUnset(_0x5444d8[_0x400088(0x14c)],_0x5444d8['key']));})[_0x1c7c3e(0x1f3)](0x1,_0x1c7c3e(0xa5));})[_0x2f37f6(0x207)](_0x15aa66['QhAaw'],![],_0x1dbea2=>{const _0x319588=_0x2f37f6,_0x5f0151={'JoBGV':_0x319588(0x12c),'pDzaX':_0x15aa66[_0x319588(0x21f)]};return _0x1dbea2['command']('ls',![],()=>{},async()=>{const _0x4eaf79=_0x319588;warnRenamed(_0x4eaf79(0x10b),'ranger\x20profile\x20ls'),await withTelemetry(_0x15aa66['xrEuG'],()=>envList());})['command']('update\x20<env-name>',![],_0x450a82=>{const _0x1061a6=_0x319588;return _0x450a82[_0x1061a6(0x88)](_0x5f0151[_0x1061a6(0x1e0)],{'type':_0x5f0151['pDzaX'],'description':'Name\x20of\x20the\x20environment\x20to\x20update','demandOption':!![]});},async _0xbb51aa=>{const _0x1189ca=_0x319588;_0x15aa66['uVowe'](warnRenamed,_0x15aa66[_0x1189ca(0x208)],_0x1189ca(0x129)),await withTelemetry(_0x15aa66[_0x1189ca(0x12d)],_0x27182e=>updateEnv(_0xbb51aa['env-name'],_0x27182e));})[_0x319588(0x1f3)](0x1,'You\x20must\x20specify\x20an\x20env\x20subcommand');})['command']('feature',![],_0x55b28c=>{const _0x56ca7b=_0x2f37f6,_0x4cd7a9={'DSkuo':function(_0x1d5bdc,_0x3a883b,_0x5ae2d7){return _0x1d5bdc(_0x3a883b,_0x5ae2d7);},'AIWmR':function(_0x562890,_0x367a52,_0x423c78,_0x5421be){return _0x562890(_0x367a52,_0x423c78,_0x5421be);},'TkeFm':_0x15aa66[_0x56ca7b(0x18b)],'ejqXR':_0x15aa66[_0x56ca7b(0x1d7)],'ypHwe':'--scenario','vaoXC':_0x15aa66['qYwOv'],'RvbKX':_0x15aa66['QLquY'],'XOIoN':_0x15aa66[_0x56ca7b(0xc2)],'wXHol':_0x15aa66[_0x56ca7b(0x8a)],'HNPiW':'offset','BcxTA':_0x15aa66[_0x56ca7b(0x10e)],'GQSYS':function(_0x173cb3,_0x1d65d0,_0x1999d0){return _0x173cb3(_0x1d65d0,_0x1999d0);},'MSQkI':'feature\x20list','gEihX':_0x15aa66[_0x56ca7b(0x1c3)],'blkDS':_0x56ca7b(0x181),'KrXEr':'string','xxQLd':function(_0x25f882,_0x2b437e,_0x2afeaa){return _0x25f882(_0x2b437e,_0x2afeaa);},'xqCOT':'ranger\x20feature\x20resume','vQJBh':_0x15aa66['pVJjT'],'cOTEX':function(_0x3ebbd2,_0x2d9c6b,_0x5a0ab9){return _0x3ebbd2(_0x2d9c6b,_0x5a0ab9);},'ZKiNq':_0x15aa66['qBRDD']};return _0x55b28c[_0x56ca7b(0x207)](_0x15aa66[_0x56ca7b(0xf8)],![],_0x4eae6b=>{const _0x5b770b=_0x56ca7b;return _0x4eae6b['positional']('name',{'type':_0x5b770b(0x166),'description':_0x5b770b(0xd7),'demandOption':!![]})[_0x5b770b(0x19f)]('description',{'type':'string','alias':'d','description':'Feature\x20review\x20description'})['option']('checklist',{'type':_0x15aa66['kTeLx'],'alias':'c','description':'Scenarios\x20(use\x20multiple\x20-c\x20flags\x20for\x20multiple\x20scenarios)'})[_0x5b770b(0x19f)](_0x15aa66['sTdqO'],{'type':_0x15aa66[_0x5b770b(0x21a)],'hidden':!![]});},async _0x3b17df=>{const _0x4f350f=_0x56ca7b;_0x4cd7a9['DSkuo'](warnRenamed,'ranger\x20feature\x20create','ranger\x20create'),_0x4cd7a9['AIWmR'](warnFlagRenamed,_0x4cd7a9[_0x4f350f(0x20e)],_0x4cd7a9['ejqXR'],_0x4cd7a9['ypHwe']);const _0x1348bd=_0x3b17df['scenario']||_0x3b17df[_0x4f350f(0x1e6)];await withTelemetry(_0x4cd7a9['vaoXC'],()=>featureCreate(_0x3b17df['name'],{'description':_0x3b17df[_0x4f350f(0x16e)],'scenarios':_0x1348bd}));})['command']('list',![],_0xefc9c1=>{const _0x156de6=_0x56ca7b;return _0xefc9c1[_0x156de6(0x19f)]('current-branch',{'type':_0x4cd7a9['RvbKX'],'description':_0x156de6(0x222)})['option'](_0x4cd7a9[_0x156de6(0x1f7)],{'type':'number','alias':'l','description':_0x4cd7a9['wXHol'],'default':0xa})[_0x156de6(0x19f)](_0x4cd7a9['HNPiW'],{'type':'number','alias':'o','description':'Number\x20of\x20feature\x20reviews\x20to\x20skip','default':0x0})['option'](_0x156de6(0xa6),{'type':_0x4cd7a9['RvbKX'],'alias':'d','description':_0x4cd7a9['BcxTA'],'default':![]});},async _0x406f51=>{const _0x277d2b=_0x56ca7b;_0x4cd7a9['DSkuo'](warnRenamed,_0x277d2b(0x235),_0x277d2b(0x15b)),await _0x4cd7a9[_0x277d2b(0x218)](withTelemetry,_0x4cd7a9[_0x277d2b(0x210)],()=>featureList({'currentBranch':_0x406f51['current-branch'],'limit':_0x406f51['limit'],'offset':_0x406f51['offset'],'includeDeleted':_0x406f51['include-deleted']}));})['command'](_0x15aa66['GTHlr'],![],_0x97a47c=>{const _0x1a0389=_0x56ca7b;return _0x97a47c[_0x1a0389(0x88)]('id',{'type':'string','description':_0x4cd7a9['gEihX']});},async _0x3523b7=>{const _0x2252d2=_0x56ca7b;_0x4cd7a9['DSkuo'](warnRenamed,_0x2252d2(0xdf),'ranger\x20show'),await _0x4cd7a9[_0x2252d2(0x218)](withTelemetry,_0x4cd7a9[_0x2252d2(0xd9)],()=>featureShow(_0x3523b7['id']));})['command'](_0x15aa66[_0x56ca7b(0x162)],![],_0xfa80fa=>{const _0x38f9cc=_0x56ca7b;return _0xfa80fa['positional']('id',{'type':_0x4cd7a9[_0x38f9cc(0x118)],'description':'Feature\x20review\x20ID\x20(optional\x20-\x20bypasses\x20search/prompt)'});},async _0x57a066=>{const _0x22bb6e=_0x56ca7b;_0x4cd7a9['xxQLd'](warnRenamed,_0x4cd7a9[_0x22bb6e(0x17b)],_0x4cd7a9[_0x22bb6e(0x104)]),await _0x4cd7a9['cOTEX'](withTelemetry,'feature\x20resume',()=>featureResume(_0x57a066['id']));})[_0x56ca7b(0x207)]('add-checklist-item\x20<description>',![],_0x20c6bd=>{const _0x566b7b=_0x56ca7b;return _0x20c6bd[_0x566b7b(0x88)]('description',{'type':_0x566b7b(0x166),'description':_0x566b7b(0x138),'demandOption':!![]})[_0x566b7b(0x19f)]('id',{'type':_0x15aa66['trFHA'],'description':_0x15aa66['cnLiL']});},async _0x26452d=>{const _0x2daa03=_0x56ca7b;_0x15aa66[_0x2daa03(0x156)](warnRenamed,_0x15aa66[_0x2daa03(0x13a)],_0x15aa66[_0x2daa03(0x1b4)]),await withTelemetry(_0x15aa66['kcYYv'],()=>featureAddScenario(_0x26452d[_0x2daa03(0x16e)],_0x26452d['id']));})['command'](_0x15aa66['JKhOc'],![],_0x137002=>{const _0x12a6b5=_0x56ca7b;return _0x137002['positional']('id',{'type':_0x15aa66[_0x12a6b5(0x21f)],'description':'Feature\x20review\x20ID\x20(uses\x20active\x20feature\x20review\x20if\x20not\x20provided)'});},async _0x3e31ec=>{const _0x31041d=_0x56ca7b;warnRenamed('ranger\x20feature\x20get-feedback','ranger\x20get-review'),await _0x15aa66['XNvLv'](withTelemetry,_0x15aa66[_0x31041d(0xee)],()=>featureGetReview(_0x3e31ec['id']));})['command']('delete\x20[id]',![],_0x232f24=>{const _0x2fdec9=_0x56ca7b;return _0x232f24[_0x2fdec9(0x88)]('id',{'type':_0x15aa66['trFHA'],'description':_0x15aa66[_0x2fdec9(0x1c3)]});},async _0x302f38=>{const _0x1b413b=_0x56ca7b;warnRenamed(_0x4cd7a9[_0x1b413b(0x11d)],'ranger\x20delete'),await withTelemetry('feature\x20delete',()=>featureDelete(_0x302f38['id']));})[_0x56ca7b(0x207)]('restore\x20<id>',![],_0x284dfd=>{const _0x5844e1=_0x56ca7b;return _0x284dfd['positional']('id',{'type':_0x15aa66['trFHA'],'description':_0x15aa66[_0x5844e1(0xcb)],'demandOption':!![]});},async _0x44c92e=>{const _0x2c4e02=_0x56ca7b;warnRenamed(_0x15aa66['PHYeq'],_0x15aa66[_0x2c4e02(0x114)]),await withTelemetry(_0x15aa66['wvENS'],()=>featureRestore(_0x44c92e['id']));})['demandCommand'](0x1,'You\x20must\x20specify\x20a\x20feature\x20review\x20subcommand');})[_0x2f37f6(0x207)](_0x2f37f6(0x147),![],_0x341aeb=>{const _0x30ed=_0x2f37f6,_0x2ad626={'eGCOI':_0x15aa66['trFHA'],'iBRYt':_0x15aa66['tSATm']};return _0x341aeb[_0x30ed(0x207)](_0x15aa66[_0x30ed(0xb6)],_0x15aa66[_0x30ed(0x105)],_0xa0f638=>{const _0xe6d606=_0x30ed;return _0xa0f638[_0xe6d606(0x19f)]('session-id',{'type':_0x2ad626['eGCOI'],'description':_0x2ad626[_0xe6d606(0x7a)]});},async _0x3c9e61=>{const _0x31e164=_0x30ed;await withTelemetry('hook:enable',()=>hook('enable',_0x3c9e61[_0x31e164(0xa2)]));})[_0x30ed(0x207)](_0x30ed(0x206),_0x15aa66['vASQO'],_0x32751d=>{const _0x51dc19=_0x30ed;return _0x32751d[_0x51dc19(0x19f)]('session-id',{'type':_0x51dc19(0x166),'description':_0x2ad626[_0x51dc19(0x7a)]});},async _0x339247=>{const _0x55b821=_0x30ed;await _0x15aa66['RKTQj'](withTelemetry,_0x15aa66[_0x55b821(0x180)],()=>hook('disable',_0x339247[_0x55b821(0xa2)]));})['option'](_0x30ed(0x223),{'type':_0x30ed(0x166),'description':'Hook\x20name\x20(session-start,\x20pre-compact,\x20post-edit,\x20etc.)'})[_0x30ed(0x19f)]('session-id',{'type':'string','description':_0x15aa66['tSATm']});},async _0xe94530=>{const _0x463f0c=_0x2f37f6;_0xe94530['name']&&await _0x15aa66[_0x463f0c(0x14d)](hook,_0xe94530[_0x463f0c(0x223)],_0xe94530['session-id']);})[_0x2f37f6(0x1f3)](0x1,_0x15aa66['GGSqC'])[_0x2f37f6(0x22a)]()[_0x2f37f6(0x219)](async(_0x2c7c3f,_0x1bf7c5,_0x1f3cbe)=>{const _0x38973d=_0x2f37f6,_0x39f4d0=sanitizeArgs(process[_0x38973d(0x1cb)]['slice'](0x2)),_0x2c77cd=_0x15aa66['MGIfZ'](getErrorType,_0x2c7c3f,_0x1bf7c5);if(_0x2c7c3f&&_0x2c7c3f[_0x38973d(0x1ec)](_0x38973d(0x1e4))){const _0x209525=process['argv'][0x2];console[_0x38973d(0x154)](_0x38973d(0xc9)+_0x209525),console['error'](_0x15aa66[_0x38973d(0xc7)]);}else{if(_0x2c7c3f)console[_0x38973d(0x154)]('\x0a'+_0x2c7c3f+'\x0a');else _0x1bf7c5&&console[_0x38973d(0x154)]('\x0aError:\x20'+_0x1bf7c5['message']+'\x0a');}await logDesirePath({'rawCommand':_0x39f4d0,'errorMessage':_0x2c7c3f||_0x1bf7c5?.[_0x38973d(0x209)],'errorType':_0x2c77cd});const _0x3f189d=_0x15aa66['QnLtt'](getCurrentCollector);_0x3f189d&&await _0x3f189d['trackCommandError'](_0x1bf7c5||new Error(_0x15aa66['hIFjD'](_0x2c7c3f,_0x15aa66['NVxqZ']))),process[_0x38973d(0x1ee)](0x1);})['epilogue']('Documentation:\x0a'+_0x2f37f6(0x16a)+_0x2f37f6(0x77))[_0x2f37f6(0x19d)]()['alias']('help','h');}process[_0x1ff339(0x14c)][_0x1ff339(0x1b8)]!=='test'&&(shouldShowLegacyWarning(process[_0x1ff339(0x1cb)])&&showLegacyDeprecationWarning(),buildParser()[_0x1ff339(0xeb)]());
|