@allscale/cli 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +58 -5
- package/dist/commands/build-info.js +9 -9
- package/dist/commands/claim-link/claim.js +10 -10
- package/dist/commands/claim-link/create.js +30 -30
- package/dist/commands/claim-link/get.js +13 -13
- package/dist/commands/claim-link/list.js +11 -11
- package/dist/commands/claim-link/status.js +10 -10
- package/dist/commands/describe.js +8 -8
- package/dist/commands/device-login.js +24 -24
- package/dist/commands/invoice/get.js +10 -10
- package/dist/commands/invoice/list.js +8 -8
- package/dist/commands/invoice/pay.js +28 -28
- package/dist/commands/invoice/received.js +8 -8
- package/dist/commands/invoice/send.js +22 -22
- package/dist/commands/invoice/sent.js +4 -4
- package/dist/commands/invoice/update.js +11 -11
- package/dist/commands/logout.js +12 -12
- package/dist/commands/operations.js +7 -7
- package/dist/commands/otp-login.js +19 -19
- package/dist/commands/otp-send.js +7 -7
- package/dist/commands/payout/send.js +12 -12
- package/dist/commands/payout/status.js +12 -12
- package/dist/commands/scope.js +12 -12
- package/dist/commands/store/create.js +15 -15
- package/dist/commands/transaction/get.js +11 -11
- package/dist/commands/transaction/list.js +5 -5
- package/dist/commands/wallet/list.js +9 -9
- package/dist/commands/wallet/send.js +27 -27
- package/dist/commands/whoami.js +12 -12
- package/dist/index.js +9 -9
- package/dist/lib/help.js +10 -7
- package/oclif.manifest.json +5 -5
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
"use strict";var $n=Object.create;var se=Object.defineProperty;var Fn=Object.getOwnPropertyDescriptor;var Mn=Object.getOwnPropertyNames;var Gn=Object.getPrototypeOf,Kn=Object.prototype.hasOwnProperty;var Yn=(e,t)=>{for(var n in t)se(e,n,{get:t[n],enumerable:!0})},yt=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let
|
|
1
|
+
"use strict";var $n=Object.create;var se=Object.defineProperty;var Fn=Object.getOwnPropertyDescriptor;var Mn=Object.getOwnPropertyNames;var Gn=Object.getPrototypeOf,Kn=Object.prototype.hasOwnProperty;var Yn=(e,t)=>{for(var n in t)se(e,n,{get:t[n],enumerable:!0})},yt=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let o of Mn(t))!Kn.call(e,o)&&o!==n&&se(e,o,{get:()=>t[o],enumerable:!(r=Fn(t,o))||r.enumerable});return e};var b=(e,t,n)=>(n=e!=null?$n(Gn(e)):{},yt(t||!e||!e.__esModule?se(n,"default",{value:e,enumerable:!0}):n,e)),qn=e=>yt(se({},"__esModule",{value:!0}),e);var Jo={};Yn(Jo,{AllscaleCommand:()=>ye,AllscaleError:()=>l,Args:()=>W.Args,Flags:()=>W.Flags,Transport:()=>Ae,decodeJwt:()=>wn,isExpired:()=>En,pickTokenStore:()=>Dn});module.exports=qn(Jo);var I=require("@oclif/core");var wt="public",Et="https://app.allscale.io";var St=["https://app.allscale.io"];var ve="Override the API base URL (public builds accept only https://app.allscale.io)";var Re="Only https://app.allscale.io is allowed, and URL userinfo is forbidden.";function bt(e){try{let t=new URL(e);return t.username.length>0||t.password.length>0?null:t.protocol==="https:"?t:null}catch{return null}}function At(e){return bt(e)!==null}function Ne(e){let t=bt(e);return t!==null&&St.includes(t.origin)}function J(){return"".trim()||void 0}function $(){return"public"}function v(e){try{let{hostname:t}=new URL(e);return t==="127.0.0.1"||t==="localhost"||t==="[::1]"}catch{return!1}}function xe(e){try{return new URL(e).origin}catch{return null}}function z(){{let e="[]".trim();if(e.length===0)return[];try{let t=JSON.parse(e);return Array.isArray(t)?t:[]}catch{return[]}}return Pe()}function Pe(){let e=process.env.ALLSCALE_BUILD_PAIRS?.trim()??"";if(e.length>0)try{let r=JSON.parse(e);if(!Array.isArray(r))return[];let o=[];for(let i of r){if(typeof i!="object"||i===null)continue;let{base:s,key:c,keyId:u}=i;if(typeof s!="string"||s.trim().length===0||typeof c!="string"||c.trim().length===0)continue;let d=typeof u=="string"?u.trim():"";o.push({base:s.trim(),key:c,keyId:d.length>0?d:"cli-1"})}return o}catch{return[]}let t=process.env.ALLSCALE_SIGNING_KEY??"",n=process.env.ALLSCALE_BUILD_API_BASE?.trim()??"";if(t.trim().length>0&&n.length>0){let r=process.env.ALLSCALE_SIGNING_KEY_ID?.trim();return[{base:n,key:t,keyId:r&&r.length>0?r:"cli-1"}]}return[]}var jn="device-login",Hn=/^[A-Za-z0-9._-]{1,64}$/;function Ue(e){return Hn.test(e)?e:"<profile>"}function Wn(e){return"allscale otp-login --profile "+(e===void 0?"<profile>":Ue(e))+" --email <you@example.com> --scopes <scope> --otp-stdin"}function ae(){return"`allscale device-login` (or `allscale otp-login` \u2014 requires `--email` and `--scopes` \u2014 for headless automation)"}function kt(e){let t=Ue(e);return`No tokens stored for profile '${e}'. Run \`allscale device-login --profile ${t}\` (recommended), or use \`${Wn(e)}\` for headless automation.`}function Tt(e){return`Unknown profile '${e}' \u2014 no such profile is saved on this machine. Check the spelling first; to deliberately create '${e}', run \`allscale ${jn} --profile ${Ue(e)}\`.`}var Jn={"input.invalid":2,"storage.unavailable":2,"transport.network":3,"transport.timeout":3,"transport.response_too_large":2,"auth.no_token":4,"auth.unknown_profile":2,"auth.token_invalid":5,"auth.token_expired":5,"auth.device_pairing_timeout":3,"auth.credential_changed":3,"auth.permission_denied":6,"auth.signature_rejected":11,"claim.not_claimable":12,"claim.expired":12,"claim.payout_ambiguous":9,"claim_link.funding_ambiguous":9,"claim_link.intent_conflict":2,"claim_link.browser_cancelled":12,"user.cancelled":12,"signing.key_unavailable":2,not_found:7,rate_limited:8,"backend.internal":9,"wallet.requires_browser_auth":6,"wallet.bridge_timeout":3,"wallet.bridge_op_expired":3,"wallet.bridge_invalid_response":9,"wallet.transaction_reverted":12,"wallet.transaction_status_unknown":9,"raw.disabled":10,internal:1};var zn=new RegExp(["\\u001b\\[[0-9;:<=>?]*[ -/]*[@-~]","\\u009b[0-9;:<=>?]*[ -/]*[@-~]","\\u001b\\][^\\u0007\\u001b\\u009c]*(?:\\u0007|\\u001b\\\\|\\u009c)","\\u009d[^\\u0007\\u001b\\u009c]*(?:\\u0007|\\u001b\\\\|\\u009c)","\\u001b[ -/]+[0-~]","\\u001b[0-Z\\x5c-~]","\\u001b\\[[0-9;:<=>?]*[ -/]*","\\u009b[0-9;:<=>?]*[ -/]*","[\\u0007\\u001b\\u0090\\u0098\\u009b\\u009c\\u009d\\u009e\\u009f]"].join("|"),"g");function $e(e){return(typeof e=="string"?e:String(e??"")).replace(zn,"")}var Xn=64;function Be(e,t=new Map,n=0){if(typeof e=="string")return $e(e);if(e===null||typeof e!="object")return e;let r=t.get(e);if(r!==void 0)return r;if(n>=Xn)return e;if(Array.isArray(e)){let s=[];t.set(e,s);for(let c of e)s.push(Be(c,t,n+1));return s}let o=Object.getPrototypeOf(e);if(o!==Object.prototype&&o!==null)return e;let i={};t.set(e,i);for(let[s,c]of Object.entries(e))Object.defineProperty(i,s,{value:Be(c,t,n+1),writable:!0,enumerable:!0,configurable:!0});return i}var l=class extends Error{code;details;constructor(t,n,r){super($e(n)),this.code=t,this.details=r&&Be(r),this.name="AllscaleError"}get exitCode(){return Jn[this.code]}toJSON(){return{error:{code:this.code,message:this.message,...this.details?{details:this.details}:{}}}}};function It(e){if(e instanceof l)return e;if(e instanceof Error){if(Qn(e)){let t=tr(e),n={};return e.name&&e.name!=="Error"&&(n.name=e.name),Object.keys(t).length>0&&(n.oclif=t),new l("input.invalid",e.message,Object.keys(n).length>0?n:void 0)}return new l("internal",e.message,{name:e.name})}return new l("internal","Unknown error",{value:String(e)})}var Vn=new Set(["CLIError","CLIParseError","RequiredArgsError","RequiredFlagError","UnexpectedArgsError","FlagInvalidOptionError","ArgInvalidOptionError","InvalidArgsSpecError"]),Zn=[/^Missing \d+ required arg/i,/^Missing required flag/i,/^Unexpected argument/i,/^Nonexistent flag/i,/^Unexpected arguments?/i,/^Failed parsing/i,/^Parsing --[A-Za-z0-9][A-Za-z0-9-]*(?:\s|$)/i,/^Expected (?:--|-).*/i,/^Flag --[A-Za-z0-9][A-Za-z0-9-]* can only be specified once\.?$/i,/^Flag --[A-Za-z0-9][A-Za-z0-9-]* expects a value$/i,/^Flag --[A-Za-z0-9][A-Za-z0-9-]* expects one of these values: /i,/to be one of: /];function Qn(e){if(er(e))return!0;let t=e.name??"";return Vn.has(t)?t==="CLIError"?De(e,"parse")||Lt(e.message):!0:Lt(e.message)}function er(e){if(!De(e,"oclif"))return!1;let t=e.oclif;return typeof t=="object"&&t!==null&&t.exit===2&&De(e,"parse")}function Lt(e){return e?$e(e).split(`
|
|
2
2
|
`).some(t=>Zn.some(n=>n.test(t.trim()))):!1}function De(e,t){return typeof e=="object"&&e!==null&&Object.prototype.hasOwnProperty.call(e,t)}function tr(e){let t=e,n={};for(let r of["code","exitCode","suggestions","ref"])t[r]!==void 0&&(n[r]=t[r]);return n}function Ot(e){process.stdout.write(`${JSON.stringify({data:e},null,2)}
|
|
3
|
-
`)}var h=
|
|
4
|
-
`)}else qe.stderr.write(t)}var xt="2",K=null,k=null,Y=!1,
|
|
5
|
-
`);return}K=t,k=n,Y=!0}var _r=[/password/i,/secret/i,/token/i,/api[_-]?key/i,/signing[_-]?key/i,/private[_-]?key/i,/credential/i,/otp/i,/signature/i,/(?:^|[_-])sig(?:[_-]|$)/i,/hmac/i,/session[_-]?id/i,/nonce/i,/bearer/i,/authorization/i,/^code$/i,/^auth$/i,/^state$/i];function yr(e){let t=e.replace(/([a-z0-9])([A-Z])/g,"$1_$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2");return _r.some(n=>n.test(t))}function Dt(e){try{let t=new URL(e),n=t.username.length>0||t.password.length>0;n&&(t.username="",t.password="");let r=t.pathname;t.pathname=
|
|
3
|
+
`)}var h=b(require("fs")),fe=b(require("path")),Bt=b(require("crypto"));var nr="...<truncated>",rr=/\beyJ[A-Za-z0-9_-]{8,}\.[A-Za-z0-9_-]{8,}\.[A-Za-z0-9_-]+/g,or=/\bBearer\s+[A-Za-z0-9._~+/=-]{12,}/gi,Ye=String.raw`(?:(?:Bearer|Basic)\s+)?(?:"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'|[^\s,;)}\]]+)`,Fe=String.raw`(?:proxy[_-]?)?authorization`,ir=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${Fe}"|'${Fe}'|${Fe})\s*[:=]\s*)((?:Bearer|Basic)\s+)?(?!<redacted(?:-jwt)?>)${Ye}`,"gi"),sr=/\b(https?:\/\/)[^\s/?#]+@/gi,ar=String.raw`(?:[A-Za-z0-9]+[_-])*`,cr=String.raw`(?:[A-Za-z0-9]{1,32}[_-]){0,8}`,vt=e=>String.raw`(?:password|passwd|passphrase|otp(?:[_-]?code)?|signature|hmac|sig|session[_-]?id|mnemonic|seed|cookie|bearer|${e}(?:token|secret)|(?:api|access|private|signing)[_-]?key|credential|claim[_-]?url)`,Ct=vt(ar),lr=vt(cr),ur=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${Ct}"|'${Ct}'|${lr})\s*[:=]\s*)(?!<redacted(?:-jwt)?>)${Ye}`,"gi"),Me=String.raw`(?:[A-Za-z0-9]+(?:Token|Secret)|[Oo][Tt][Pp]Code|[Ss]essionId|(?:api|API|access|Access|private|Private|signing|Signing)Key|[Cc]laimUrl)`,dr=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${Me}"|'${Me}'|${Me})\s*[:=]\s*)(?!<redacted(?:-jwt)?>)${Ye}`,"g");function ce(e){return e.replace(sr,"$1<redacted>@").replace(rr,"<redacted-jwt>").replace(ir,"$1$2$3<redacted>").replace(ur,"$1$2<redacted>").replace(dr,"$1$2<redacted>").replace(or,"Bearer <redacted>")}var fr=/(token|secret|password|passwd|passphrase|cookie|authorization|bearer|credential|mnemonic|seed|api[_-]?key|apikey|private[_-]?key|privkey|otp|signature|hmac|(?:^|[_-])sig(?:[_-]|$)|session[_-]?id|^input$)/i;function le(e){let t=e.replace(/([a-z0-9])([A-Z])/g,"$1_$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2");return fr.test(t)}function Rt(e){let t="";for(let n of e){let r=n.codePointAt(0),o=r<=8||r>=11&&r<=12||r>=14&&r<=31||r>=127&&r<=159;t+=o?`\\u${r.toString(16).padStart(4,"0")}`:n}return t}function ue(e,t,n=nr){if(t<=0)return"";if(Buffer.byteLength(e,"utf8")<=t)return e;let r=Buffer.byteLength(n,"utf8");if(r>=t){let c="",u=0;for(let d of n){let f=Buffer.byteLength(d,"utf8");if(u+f>t)break;c+=d,u+=f}return c}let o=t-r,i="",s=0;for(let c of e){let u=Buffer.byteLength(c,"utf8");if(s+u>o)break;i+=c,s+=u}return`${i}${n}`}function E(e,t=16384){return ue(Rt(ce(e)),t)}var Ge=100,pr=8,hr=8*1024;function de(){return{remaining:hr}}function Ke(e,t){let n=Math.min(16384,t.remaining),r=ue(e,n);return t.remaining-=Buffer.byteLength(r,"utf8"),r}function F(e,t,n=0,r={}){if(n>pr)return Ke("<truncated>",t);if(typeof e=="string"){let o=ce(e);return Ke(r.escapeControls?Rt(o):o,t)}if(Array.isArray(e)){let o=e.slice(0,Ge),i=o.map(s=>F(s,t,n+1,r));return e.length>o.length&&i.push(Ke(`<${e.length-o.length} more items truncated>`,t)),i}if(e!==null&&typeof e=="object"){let o=Object.create(null),i=Object.entries(e);for(let[s,c]of i.slice(0,Ge))o[s]=F(c,t,n+1,r);return i.length>Ge&&(o.output_truncated=!0),o}return e}var qe=require("process");var je=!1;function He(e){je=e}function Pt(){return je}var Nt="1";function G(e,t){if(je){let n={...e};delete n.version;let r=de(),o={event:n.event,...n},i=F(o,r,0,{escapeControls:!0}),s=JSON.stringify({version:Nt,...i});Buffer.byteLength(s,"utf8")+1>65536&&(s=JSON.stringify({version:Nt,event:i.event,output_truncated:!0})),qe.stderr.write(`${s}
|
|
4
|
+
`)}else qe.stderr.write(t)}var xt="2",K=null,k=null,Y=!1,X=!1;function gr(){let e=process.env.ALLSCALE_OUTPUT_FILE_PATH;if(e)return e;let t=process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY;if(t){let n=new Date().toISOString().replace(/[:.]/g,"-"),r=Bt.randomBytes(4).toString("hex");return fe.join(t,`allscale-output-${n}-${r}.ndjson`)}return null}var We=64*1024*1024,mr=null;function Je(e={}){if(e.quiet&&(X=!0),Y)return;let t=gr();if(!t)return;K=null;let n=null;try{if((mr??process.platform)==="win32")throw new Error("owner-only sidecar ACLs cannot be enforced on Windows; sidecar output is disabled");let r=fe.dirname(t);if(h.mkdirSync(r,{recursive:!0,mode:448}),!process.env.ALLSCALE_OUTPUT_FILE_PATH&&process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY){let u=h.statSync(r),d=u.mode&511;if(!u.isDirectory()||(d&63)!==0)throw new Error(`output directory must be owner-only (no group/other permissions); current mode is ${d.toString(8).padStart(3,"0")}`)}let o=h.constants.O_NOFOLLOW??0;n=h.openSync(t,h.constants.O_APPEND|h.constants.O_CREAT|h.constants.O_WRONLY|(h.constants.O_NONBLOCK??0)|o,384);let i=h.fstatSync(n),s=h.lstatSync(t);if(!i.isFile()||s.isSymbolicLink()||s.dev!==i.dev||s.ino!==i.ino)throw new Error("target changed while it was being opened or is not a regular file");if(typeof process.geteuid=="function"&&i.uid!==process.geteuid())throw new Error("existing sidecar file is not owned by the current effective user");let c=i.mode&511;if((c&63)!==0)throw new Error(`existing sidecar file must already be owner-only; current mode is ${c.toString(8).padStart(3,"0")}. Rotate or remove it before retrying`);h.fchmodSync(n,384)}catch(r){if(n!==null)try{h.closeSync(n)}catch{}X||G({event:"sidecar_disabled",reason:"open_failed",detail:E(`sidecar path '${t}' could not be opened safely (${r.message})`)},`${E(`[allscale] sidecar path '${t}' could not be opened safely (${r.message}); refusing to write. Sidecar disabled for this run.`)}
|
|
5
|
+
`);return}K=t,k=n,Y=!0}var _r=[/password/i,/secret/i,/token/i,/api[_-]?key/i,/signing[_-]?key/i,/private[_-]?key/i,/credential/i,/otp/i,/signature/i,/(?:^|[_-])sig(?:[_-]|$)/i,/hmac/i,/session[_-]?id/i,/nonce/i,/bearer/i,/authorization/i,/^code$/i,/^auth$/i,/^state$/i];function yr(e){let t=e.replace(/([a-z0-9])([A-Z])/g,"$1_$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2");return _r.some(n=>n.test(t))}function Dt(e){try{let t=new URL(e),n=t.username.length>0||t.password.length>0;n&&(t.username="",t.password="");let r=t.pathname;t.pathname=wr(t.pathname);let o=n;t.pathname!==r&&(o=!0);for(let[i]of t.searchParams)yr(i)&&(t.searchParams.set(i,"<redacted>"),o=!0);return o?t.toString():e}catch{return e}}function wr(e){return e.replace(/(\/(?:api\/)?(?:v1\/)?public\/claim-links\/)([^/:]+)(:claim)?(?=\/?$)/,"$1<redacted>$3").replace(/(\/(?:api\/)?public\/claim-links\/)([^/]+)(\/claim)(?=\/?$)/,"$1<redacted>$3")}function Er(e){return(e.type==="request"||e.type==="bridge_browser_open")&&typeof e.url=="string"?{...e,url:Dt(e.url)}:e}function Sr(e){let t=new Date().toISOString(),n=e,{type:r,...o}=n,i=F(o,de()),s=JSON.stringify({version:xt,timestamp:t,type:r,...i});return Buffer.byteLength(s,"utf8")+1>65536&&(s=JSON.stringify({version:xt,timestamp:t,type:r,output_truncated:!0})),s}function y(e){if(!Y||!K||k===null)return;let t=Er(e),n=Sr(t);try{if(h.fstatSync(k).size+Buffer.byteLength(n,"utf8")+1>We){Y=!1;try{h.closeSync(k)}catch{}k=null,X||G({event:"sidecar_disabled",reason:"size_limit",...K===null?{}:{path:E(K)},max_bytes:We},`${E(`[allscale] sidecar exceeded ${We} bytes; disabling it for the rest of this run. Rotate or remove ${K}, or point ALLSCALE_OUTPUT_FILE_DIRECTORY at a directory so each run gets its own file.`)}
|
|
6
6
|
`);return}h.appendFileSync(k,`${n}
|
|
7
|
-
`)}catch(r){if(Y=!1,k!==null){try{h.closeSync(k)}catch{}k=null}try{
|
|
8
|
-
`)}catch{}}}var C=Dt;function Ut(){return!!(process.env.ALLSCALE_OUTPUT_FILE_PATH||process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY)}function
|
|
7
|
+
`)}catch(r){if(Y=!1,k!==null){try{h.closeSync(k)}catch{}k=null}try{X||G({event:"sidecar_disabled",reason:"write_failed",detail:E(r.message)},`${E(`[allscale] sidecar write failed (${r.message}); disabling sidecar for the rest of this run.`)}
|
|
8
|
+
`)}catch{}}}var C=Dt;function Ut(){return!!(process.env.ALLSCALE_OUTPUT_FILE_PATH||process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY)}function V(){if(X=!1,Y=!1,k!==null){try{h.closeSync(k)}catch{}k=null}}function $t(e=!1){let t=process.stdin.isTTY===!0&&process.stdout.isTTY===!0;return e||Ut()||!t}var Z=new Set(["--password","-p","--token","-t","--otp","--otp-id","--api-base","--payout-api-base","--browser-base","--input","-i","--claim-token","--claim-url","--api-key","--api-secret"]),br=new Set(Array.from(Z).filter(e=>e.startsWith("-")&&!e.startsWith("--")&&e.length===2)),Ar=Array.from(Z).filter(e=>e.startsWith("--")).sort((e,t)=>t.length-e.length),Lr=new Set(["--otp-stdin","--password-stdin"]);function ze(e){let t=[];for(let n=0;n<e.length;n+=1){let r=e[n];if(r.startsWith("-")){let i=r.indexOf("=");if(i!==-1){let s=r.slice(0,i);if(Z.has(s)){t.push(`${s}=<redacted>`);continue}}}if(Z.has(r)){t.push(r),n+1<e.length&&(Z.has(e[n+1])||(t.push("<redacted>"),n+=1));continue}if(r.startsWith("-")&&!r.startsWith("--")&&r.length>2&&r[1]!=="="){let i=r.slice(0,2);if(br.has(i)){t.push(`${i}<redacted>`);continue}}let o=Lr.has(r)?void 0:Ar.find(i=>r.length>i.length&&r.startsWith(i));if(o){t.push(`${o}<redacted>`);continue}t.push(r)}return t}function Ft(e){y({type:"error",code:e.code,message:E(e.message)}),y({type:"command-end",ok:!1,exitCode:e.exitCode}),V()}var Q=J()??Et,j={TOKEN:"ALLSCALE_TOKEN",PROFILE:"ALLSCALE_PROFILE",API_BASE:"ALLSCALE_API_BASE",PAYOUT_API_BASE:"ALLSCALE_PAYOUT_API_BASE",PRETTY:"ALLSCALE_PRETTY",LOG_LEVEL:"ALLSCALE_LOG_LEVEL",INSECURE_STORAGE:"ALLSCALE_INSECURE_STORAGE",NO_KEYCHAIN:"ALLSCALE_NO_KEYCHAIN",ALLOW_RAW:"ALLSCALE_ALLOW_RAW",OUTPUT_FILE_PATH:"ALLSCALE_OUTPUT_FILE_PATH",OUTPUT_FILE_DIRECTORY:"ALLSCALE_OUTPUT_FILE_DIRECTORY",STORE_API_KEY:"ALLSCALE_STORE_API_KEY",STORE_API_SECRET:"ALLSCALE_STORE_API_SECRET"};function R(e){return At(e)?new URL(e).origin:null}function T(e){try{let t=new URL(e);return`${t.protocol}//${t.host}`}catch{return"<unparseable URL>"}}function Mt(){let e=process.env[j.TOKEN]?.trim();return e&&e.length>0?e:void 0}function Xe(){let e=process.env[j.PROFILE]?.trim();return e&&e.length>0?e:void 0}function ee(){let e=process.env[j.API_BASE]?.trim();return e&&e.length>0?e:void 0}function Gt(){let e=process.env[j.INSECURE_STORAGE]?.trim().toLowerCase();return e==="1"||e==="true"||e==="yes"}function Kt(){let e=process.env[j.NO_KEYCHAIN]?.trim().toLowerCase();return e==="1"||e==="true"||e==="yes"}function Yt(){let e=process.env[j.ALLOW_RAW]?.trim().toLowerCase();return e==="1"||e==="true"||e==="yes"}function qt(e){let{resolvedApiBase:t,fromExplicitOverride:n,profileApiBase:r,profileApiBaseSource:o}=e;if(J()===void 0&&Q!==""&&"".length!==0&&!n&&o!=="explicit"&&r===""&&t==="")return`Notice: this profile is pinned to ${""} (staging) in ~/.allscale/config.toml.
|
|
9
9
|
The CLI default is now ${Q} (production), but a saved profile wins over the default,
|
|
10
10
|
so this session still uses staging. That pin was written before the default changed, so it may just be
|
|
11
11
|
the old default rather than a deliberate choice.
|
|
12
12
|
To keep staging, re-run \`allscale device-login\` with --api-base ${""} (recorded as deliberate, silences this).
|
|
13
13
|
To move to production, run: allscale device-login --api-base ${Q}
|
|
14
|
-
`}var N=
|
|
15
|
-
`)}};var $r=/_(removed|cleared|count|total)$/i;function Fr(e,t){return typeof t=="number"&&$r.test(e)}var Mr=new Set(Vt);function Gr(e,t){return e==="token_symbol"&&typeof t=="string"&&Mr.has(t)}var Kr=new Set(Zt);function Yr(e,t){return e==="otp_reason"&&typeof t=="string"&&Kr.has(t)}var me=100;function _e(e,t=0){if(t>8)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,me),r=n.map(i=>_e(i,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null),r=Object.entries(e);for(let[i,o]of r.slice(0,me))n[i]=le(i)&&!Fr(i,o)&&!Gr(i,o)&&!Yr(i,o)?"<redacted>":_e(o,t+1);if(r.length>me){let i="<truncated>";for(;i in n;)i=`<${i}>`;n[i]=`${r.length-me} more keys`}return n}if(typeof e=="string"){let n=qr(e);return n!==void 0?w(JSON.stringify(_e(n,t+1))):w(e)}return e}function qr(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function jr(e){let t=Pt()?void 0:2,n=_e(e.toJSON()),r=JSON.stringify(n,null,t);return Buffer.byteLength(r,"utf8")+1<=65536?r:JSON.stringify({error:{code:e.code,message:w(e.message),details:{output_truncated:!0,max_output_bytes:65536}}},null,t)}function Hr(e){if(e.requiresInput===!0)return!0;let t=i=>typeof i=="object"&&i!==null&&i.required===!0,n=e.flags??{},r=e.args??{};return Object.values(n).some(i=>t(i))||Object.values(r).some(i=>t(i))}var Ee="allscale_access_token",et="allscale_refresh_token";function Qt(e){return(typeof e.getSetCookie=="function"?e.getSetCookie():e.get("set-cookie")?[e.get("set-cookie")]:[]).map(n=>{let r=n.indexOf(";"),i=r===-1?n:n.slice(0,r),o=i.indexOf("=");return o===-1?null:{name:i.slice(0,o).trim(),value:i.slice(o+1).trim()}}).filter(n=>n!==null)}function tt(e){return e.map(t=>`${t.name}=${t.value}`).join("; ")}function nt(e,t){return e.find(n=>n.name===t)?.value??null}var en=A(require("crypto")),tn=A(require("fs")),nn=A(require("path"));var Wr="key-id",Jr="x-allscale-cli-version",rt="cli-1",zr="aScaLe_cli_obf_v1",Vr="WWoBD3QEZwECUTEuOD4dTgdWawQSKAQ8UlRaaw==";function Xr(e,t){let n=Buffer.from(e,"base64"),r=Buffer.from(t,"utf8"),i=Buffer.alloc(n.length);for(let o=0;o<n.length;o++)i[o]=n[o]^r[o%r.length];return i.toString("utf8")}var Zr=Xr(Vr,zr),rn=`Bearer ${Zr}`;function on(e,t){let n=xe(e);if(n!==null)return t.find(r=>xe(r.base)===n)}function Qr(e){if("f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2".trim().length>0)return"f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2";let t=z();if(t.length>0){let r=on(e,t);if(r)return r.key;if(v(e)){let i=process.env.ALLSCALE_SIGNING_KEY;return i&&i.trim().length>0?i:v(t[0].base)?t[0].key:void 0}return}let n=process.env.ALLSCALE_SIGNING_KEY;return n&&n.trim().length>0?n:void 0}function ei(e){{let r="cli-1".trim();if(r.length>0)return r}let t=z();if(t.length>0){let r=e!==void 0?on(e,t):void 0;if(r)return r.keyId;if(e!==void 0&&v(e)){let i=process.env.ALLSCALE_SIGNING_KEY;if(i&&i.trim().length>0){let o=process.env.ALLSCALE_SIGNING_KEY_ID;return o!==void 0?o.trim():rt}if(!v(t[0].base))return rt}return t[0].keyId}let n=process.env.ALLSCALE_SIGNING_KEY_ID;return n!==void 0?n.trim():rt}function ti(){return"1.0.2"}function ni(){return new l("signing.key_unavailable","No request-signing key is available for this destination in this build. Published builds embed one at publish time; when running from source or an internal build, set ALLSCALE_SIGNING_KEY + ALLSCALE_BUILD_API_BASE (or ALLSCALE_BUILD_PAIRS for more than one environment) in the environment.")}function it(e,t){let n=Qr(t);if(!n)throw ni();let r=ei(t),i=Math.floor(Date.now()/1e3).toString(),o=en.createHash("sha256").update(`${n}${i}${e}`).digest("hex"),s={timestamp:i,"secret-key":o,[Jr]:ti()};return r.length>0&&(s[Wr]=r),s}function sn(e){return e==null?"":typeof e=="string"?e:JSON.stringify(e)}function ri(e,t={}){let n;try{n=Ht(pe())}catch{return}if(!(n.length===0||n.includes(e)))return new l("auth.unknown_profile",Tt(e)+(t.messageSuffix??""),{profile:e})}function an(e){if(e.profileExplicit){let t=ri(e.profile);if(t)return t}return new l("auth.no_token",kt(e.profile))}var ii=500,oi=8,cn=100;function ot(e,t=0){if(t>oi)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,cn),r=n.map(i=>ot(i,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null);for(let[r,i]of Object.entries(e).slice(0,cn))n[r]=le(r)?"<redacted>":ot(i,t+1);return n}return e}function si(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function ln(e,t=ii){let n=si(e),r=n===void 0?ce(e):JSON.stringify(ot(n));return ue(r,t)}var st=256*1024,we=class extends l{constructor(t,n,r="backend-envelope"){let i=r==="successful-query",o=r==="successful-mutation";super(i?"transport.response_too_large":"backend.internal",i?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so it was not parsed. For list commands, request fewer rows by removing --all or using --input/--limit pagination, and reduce --select when possible; for other commands, contact support.`:o?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so its result was not parsed. The operation may already have completed; inspect authoritative state before retrying.`:`API response body exceeded the ${n}-byte safety limit and was not parsed.`,{status:t,max_body_bytes:n,...o?{outcome_ambiguous:!0}:{}}),this.name="ResponseBodyTooLargeError"}},Se=class extends Error{status;timeoutMs;constructor(t,n){super(`API response body read exceeded its ${n}ms deadline.`),this.name="ResponseBodyReadTimeoutError",this.status=t,this.timeoutMs=n}};async function at(e,t,n={}){if(!Number.isSafeInteger(t)||t<=0)throw new RangeError("maxBytes must be a positive safe integer");if(n.timeoutMs!==void 0&&(!Number.isSafeInteger(n.timeoutMs)||n.timeoutMs<=0))throw new RangeError("timeoutMs must be a positive safe integer");let r=e.headers.get("content-length"),i=r!==null&&/^\d+$/.test(r.trim())?Number(r):void 0;if(i!==void 0&&i>t)throw e.body?.cancel().catch(()=>{}),new we(e.status,t,n.oversizeKind);if(!e.body)return"";let o=e.body.getReader(),s=[],c=0,u,d=n.timeoutMs,f=d===void 0?void 0:new Promise((p,L)=>{u=setTimeout(()=>{L(new Se(e.status,d))},d),u.unref?.()});try{for(;;){let p=o.read(),{done:L,value:g}=f?await Promise.race([p,f]):await p;if(L)break;if(c+=g.byteLength,c>t)throw o.cancel().catch(()=>{}),new we(e.status,t,n.oversizeKind);s.push(Buffer.from(g))}}catch(p){throw p instanceof Se&&o.cancel(p).catch(()=>{}),p}finally{u!==void 0&&clearTimeout(u);try{o.releaseLock()}catch{}}return Buffer.concat(s,c).toString("utf8")}var ai="X-AllScale-Api-Key",ci=3e4,li=32*1024*1024,ui=4*1024*1024;function di(e,t){let n=new AbortController,r=!1,i=()=>{n.abort(e?.reason)};e?.aborted?i():e?.addEventListener("abort",i,{once:!0});let o=setTimeout(()=>{r=!0,n.abort()},t);return{signal:n.signal,timedOut:()=>r,dispose:()=>{clearTimeout(o),e?.removeEventListener("abort",i)}}}function fi(e,t){return t?t.aborted?Promise.reject(Object.assign(new Error("The operation was aborted"),{name:"AbortError"})):new Promise((n,r)=>{let i=()=>{r(Object.assign(new Error("The operation was aborted"),{name:"AbortError"}))};t.addEventListener("abort",i,{once:!0}),e.then(n,r).finally(()=>{t.removeEventListener("abort",i)})}):e}function pi(e,t){if(!(e<300||e>=400))throw new l("transport.network",`API returned HTTP ${e} (a redirect) for ${C(t||"the request")}. The CLI does NOT follow redirects on credential-bearing requests \u2014 a cross-origin hop could re-send credentials and the request body to the new host. Check that --api-base / ALLSCALE_API_BASE points at the API origin directly and that no proxy is rewriting it.`,{status:e})}async function hn(e){if(!(e.status<300||e.status>=400)){try{await e.body?.cancel()}catch{}pi(e.status,e.url)}}var un="--dns-result-order=ipv4first";async function Ae(e,t){if(e.status!==403)return;let n=e.headers.get("content-type")?.toLowerCase()??"",r=e.headers.get("cf-ray")??"",i=e.headers.get("cf-mitigated")?.trim().toLowerCase()==="challenge",o=n.includes("text/html"),s=t?.slice(0,4096)??"",c=/^\s*(?:<!doctype\s+html|<html\b)/i.test(s),u=/cf-error-details|\/cdn-cgi\/(?:challenge-platform|styles\/cf\.errors)|sorry,\s*you have been blocked|attention required[^<]{0,160}cloudflare|cloudflare ray id|error\s*(?:code\s*)?1020/i.test(s);if(!((o||c)&&(i||t!==void 0&&u)))return;if(t===void 0)try{e.body?.cancel().catch(()=>{})}catch{}let f=/^[A-Za-z0-9-]{1,128}$/.test(r)?r:void 0;throw new l("transport.network",`Cloudflare blocked this request before it reached the AllScale API (HTTP 403). This can happen when the release edge accepts IPv4 but rejects IPv6. Retry with NODE_OPTIONS=${un} and report the Cloudflare Ray ID to support; the CLI will not automatically retry a possibly mutating request.`,{status:403,edge_provider:"cloudflare",...f?{cf_ray:f}:{},ipv4_workaround:`NODE_OPTIONS=${un}`})}var be=class{constructor(t){this.opts=t}opts;refreshInFlight=null;async requestWithMetadata(t){return this.requestInternal(t,{withMetadata:!0})}async request(t){return this.requestInternal(t,{withMetadata:!1})}async requestInternal(t,n){let r=t.timeoutMs??this.opts.requestTimeoutMs??ci;if(!Number.isFinite(r)||r<1)throw new l("input.invalid","HTTP request timeout must be a positive number of milliseconds.");H(this.opts.apiBase),ge(this.opts.apiBase);let i=this.opts.override?{access_token:this.opts.override.access_token,refresh_token:this.opts.override.refresh_token??""}:await this.opts.tokenStore.get(this.opts.profile),o=di(t.signal,r);try{return await this.requestWithinDeadline({...t,signal:o.signal},n,i)}catch(s){throw o.timedOut()?new l("transport.timeout",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} timed out after ${r}ms.`,{timeout_ms:r}):t.signal?.aborted&&!(s instanceof l)?new l("transport.network",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} was aborted by the caller.`):s}finally{o.dispose()}}async requestWithinDeadline(t,n,r){let i=new URL(t.path,this.opts.apiBase).toString();zt(this.opts.apiBase,i);let o=r?.agent_key,s=t.auth??"auto",c=gn(t.path),u=s==="required"?!0:s==="none"?!1:_i(t.path);if((c||s==="required")&&!t._isRefresh&&!this.opts.override&&!r?.access_token&&!o)throw an({profile:this.opts.profile,profileExplicit:this.opts.profileExplicit});let d=sn(t.body),f=!!o||!!r?.access_token;u&&f&&!this.opts.override&&he(this.opts.apiBase,r?.api_base);let p=this.buildHeaders({attachAuth:u&&f,bodyForSig:d,tokens:r,extra:t.headers}),L=Date.now();y({type:"request",method:t.method??"GET",url:i,...t._isRefresh?{refresh:!0}:{}});let g;try{g=await fetch(i,{method:t.method??"GET",headers:p,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(S){throw new l("transport.network",`Network error contacting ${C(i)}: ${S instanceof Error?S.message:String(S)}`)}if(y({type:"response",status:g.status,durationMs:Date.now()-L}),u&&!!r?.access_token&&!o&&g.status===401&&!t._isRefresh&&!this.opts.override){let S=await fi(this.refreshSingleFlight(),t.signal),oe=this.buildHeaders({attachAuth:u&&!!S.access_token,bodyForSig:d,tokens:S,extra:t.headers}),Un=Date.now();y({type:"request",method:t.method??"GET",url:i});let Oe;try{Oe=await fetch(i,{method:t.method??"GET",headers:oe,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(Ce){throw new l("transport.network",`Network error contacting ${C(i)} on refresh-retry: ${Ce instanceof Error?Ce.message:String(Ce)}`)}return y({type:"response",status:Oe.status,durationMs:Date.now()-Un}),dn(Oe,{withMetadata:n.withMetadata,authBearing:u,responseKind:fn(t)})}return dn(g,{withMetadata:n.withMetadata,authBearing:u&&f,agentKeyAuth:u&&!!o,responseKind:fn(t)})}buildHeaders(t){let r={Accept:"application/json","Content-Type":"application/json",...it(t.bodyForSig,this.opts.apiBase),...t.extra};if(t.attachAuth){r.Authorization=rn;let i=t.tokens;if(i?.agent_key)return r[ai]=i.agent_key,r;let o=i?.access_token;o&&(r.Cookie=tt([{name:Ee,value:o}]))}return r}async refreshSingleFlight(){return this.refreshInFlight?this.refreshInFlight:(this.refreshInFlight=this.doRefresh().finally(()=>{this.refreshInFlight=null}),this.refreshInFlight)}async adoptConcurrentlyRotatedTokens(t){let n;try{n=await this.opts.tokenStore.get(this.opts.profile)}catch{return null}if(!n?.access_token||!n?.refresh_token||n.refresh_token===t.refresh_token)return null;if(he(this.opts.apiBase,n.api_base),n.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than use it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");return n}async doRefresh(){let t=await this.opts.tokenStore.get(this.opts.profile);if(!t?.access_token||!t?.refresh_token)throw new l("auth.token_expired",`No refresh token available; log in again \u2014 ${ae()}.`);if(he(this.opts.apiBase,t.api_base),t.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than overwrite it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");let n=new URL("/api/public/auth/refresh_token",this.opts.apiBase).toString(),r=tt([{name:Ee,value:t.access_token},{name:et,value:t.refresh_token}]),i=it("",this.opts.apiBase);y({type:"request",method:"POST",url:n,refresh:!0});let o=new AbortController,s=!1,c=setTimeout(()=>{s=!0,o.abort()},1e4),u;try{u=await fetch(n,{method:"POST",headers:{Accept:"application/json",Cookie:r,...i},signal:o.signal,redirect:"manual"})}catch(g){throw y({type:"refresh",ok:!1}),new l("transport.network",s&&g instanceof Error&&g.name==="AbortError"?`Token refresh against ${C(n)} timed out after 10s with no response.`:`Network error during token refresh against ${C(n)}: ${g instanceof Error?g.message:String(g)}`)}finally{clearTimeout(c)}y({type:"response",status:u.status,durationMs:0});try{await hn(u)}catch(g){throw y({type:"refresh",ok:!1}),g}if(u.status!==200){let g=null;try{await Ae(u);let E=await Ai(u);await Ae(u,E),_n(u.status,E),u.status===401&&(g=await this.adoptConcurrentlyRotatedTokens(t))}catch(E){throw y({type:"refresh",ok:!1}),E}if(g)return y({type:"refresh",ok:!0,adopted:!0}),g;throw y({type:"refresh",ok:!1}),new l("auth.token_expired",`Refresh token was rejected; re-authenticate \u2014 ${ae()}.`,{status:u.status})}let d=Qt(u.headers),f=nt(d,Ee),p=nt(d,et);if(!f||!p)throw y({type:"refresh",ok:!1}),new l("auth.token_expired","Refresh response did not include new access/refresh cookies.");let L={...t,access_token:f,refresh_token:p};return await this.opts.tokenStore.set(this.opts.profile,L),y({type:"refresh",ok:!0}),L}},hi=["/secure","/api/secure","/v1/secure","/api/v1/secure"];function gn(e){let t=e.split(/[?#]/,1)[0];return hi.some(n=>t===n||t.startsWith(`${n}/`))}var gi=[/^\/(api\/)?(v1\/)?public\/businesses\/payments?(\/|$)/,/^\/(api\/)?(v1\/)?public\/businesses\/transactions?(\/|$)/];function mi(e){let t=e.split(/[?#]/,1)[0];return gi.some(n=>n.test(t))}function _i(e){return gn(e)||mi(e)}async function dn(e,t={}){await hn(e);let n=e.status>=200&&e.status<300;n||await Ae(e);let r=t.responseKind??"mutation",o=await at(e,n?r==="query"?li:ui:st,{oversizeKind:n?r==="query"?"successful-query":"successful-mutation":"backend-envelope"});n||await Ae(e,o);let s=null;if(o.length>0)try{s=JSON.parse(o)}catch{s={raw:o}}if(e.status>=200&&e.status<300){if(t.withMetadata){let u={};return e.headers.forEach((d,f)=>{u[f]=d}),{status:e.status,headers:u,body:s}}return s}let c=bi(s)??`HTTP ${e.status}`;if(_n(e.status,s),wi(e.status,s,t),e.status===401){if(t.agentKeyAuth)throw new l("auth.token_expired","Agent key was rejected (expired or revoked). Re-run `allscale device-login` to mint a new scoped key.",{status:401,body:s});let u=t.authBearing?"auth.token_expired":"input.invalid";throw new l(u,c,{status:401,body:s})}throw e.status===403?new l("auth.permission_denied",c,{status:403,body:s}):e.status===404?new l("not_found",c,{status:404,body:s}):e.status===429?new l("rate_limited",c,{status:429,body:s}):e.status>=500?new l("backend.internal",c,{status:e.status,body:s}):new l("input.invalid",c,{status:e.status,body:s})}function fn(e){if(e.responseKind)return e.responseKind;let t=(e.method??"GET").toUpperCase();return t==="GET"||t==="HEAD"?"query":"mutation"}var yi=2014,pn=2004;function mn(e,t){let n=e;if(typeof e=="string")try{n=JSON.parse(e)}catch{return!1}if(!n||typeof n!="object")return!1;let r=n.code;return r===t||r===String(t)}function Ei(e){return mn(e,yi)}function wi(e,t,n){if(!(e>=200&&e<300)&&n.authBearing&&!(e===401&&n.agentKeyAuth)&&mn(t,pn))throw new l("auth.token_expired",`The API rejected this credential as invalid. Re-authenticate with ${ae()} and retry. If that does not help, upgrade the CLI \u2014 the API may have rotated the client credential this build carries.`,{status:e,backend_code:pn})}var Si=1e4;async function Ai(e,t=Si){if(e.status>=200&&e.status<300)return"";try{return await at(e,st,{timeoutMs:t})}catch{return""}}function _n(e,t){if(!(e>=200&&e<300)&&Ei(t))throw new l("auth.signature_rejected","The AllScale API rejected this CLI build's request signing key. Download the latest version \u2014 `npm install -g @allscale/cli@latest` \u2014 and retry: retiring an old signing key is how a release is made mandatory. If you are already on the latest version, this build's key row is missing or misprovisioned on the backend \u2014 contact AllScale support. Re-logging in will not help either way; the key ships inside the CLI build itself.",{status:e,body:typeof t=="string"?ln(t):t})}function bi(e){if(!e||typeof e!="object")return;let t=e;if(typeof t.message=="string")return t.message;if(typeof t.detail=="string")return t.detail;if(Array.isArray(t.detail))return JSON.stringify(t.detail)}function En(e){let t=e.split(".");if(t.length!==3)throw new l("auth.token_invalid","This token is not a JWT session. Agent API keys are not JWTs \u2014 this path needs a human session token.");let n;try{let r=Buffer.from(t[1].replace(/-/g,"+").replace(/_/g,"/"),"base64").toString("utf-8");n=JSON.parse(r)}catch{throw yn()}if(typeof n!="object"||n===null||Array.isArray(n))throw yn();return n}function yn(){return new l("auth.token_invalid","The provided token is not a valid JWT credential \u2014 its payload could not be decoded. Check the --token / ALLSCALE_TOKEN value, or re-authenticate to obtain a fresh session.")}function wn(e,t=Math.floor(Date.now()/1e3)){return typeof e.exp=="number"&&e.exp<t}var Pn=A(require("path"));var ut=require("crypto"),a=A(require("fs")),_=A(require("path"));var Le=1024*1024,Li=5e3,ki=20,Ti=3e4,ct=4096,Ii=new Int32Array(new SharedArrayBuffer(4)),te=class extends Error{constructor(){super("credential-store data file must not have hard links"),this.name="PrivateCredentialFileHardLinkError"}};function ke(e){return e instanceof te}var b=class extends Error{constructor(){super("credential-store lock changed during concurrent inspection")}},Oi=null;function x(){return new l("storage.unavailable","Owner-only plaintext credential ACLs cannot be enforced on Windows; --insecure-storage is disabled on this platform. Use Windows Credential Manager instead. `allscale logout` can still remove a legacy plaintext file when the requested profile is its only remaining profile.")}function Te(){return(Oi??process.platform)!=="win32"}function On(){if(!Te())throw x()}function Cn(e){try{return a.default.lstatSync(e),!1}catch(t){if(!m(t,"ENOENT"))throw t}try{let t=a.default.lstatSync(_.dirname(e));return!t.isSymbolicLink()&&t.isDirectory()}catch(t){if(m(t,"ENOENT"))return!0;throw t}}function m(e,t){return typeof e=="object"&&e!==null&&e.code===t}function ne(e,t){if(typeof process.geteuid=="function"&&e.uid!==process.geteuid())throw new Error(`${t} is not owned by the current effective user`)}function re(e,t){return e.dev===t.dev&&e.ino===t.ino}function Ci(e){Atomics.wait(Ii,0,0,e)}function vn(e){try{return process.kill(e,0),!0}catch(t){return!m(t,"ESRCH")}}function vi(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Sn(e,t){let n=_.dirname(e);t&&a.default.mkdirSync(n,{recursive:!0,mode:448});let r;try{r=a.default.lstatSync(n)}catch(o){if(!t&&m(o,"ENOENT"))return!1;throw o}if(r.isSymbolicLink()||!r.isDirectory())throw new Error("credential-store parent must be a real directory");if(process.platform==="win32")return!0;let i=null;try{i=a.default.openSync(n,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0));let o=a.default.fstatSync(i),s=a.default.lstatSync(n);if(!o.isDirectory()||s.isSymbolicLink()||!s.isDirectory()||!re(o,s))throw new Error("credential-store parent changed while it was being inspected");ne(o,"credential-store parent");let c=o;if((o.mode&63)!==0&&_.basename(n)===".allscale"&&(a.default.fchmodSync(i,448),c=a.default.fstatSync(i)),(c.mode&63)!==0)throw new Error("credential-store parent must not grant group or other permissions")}finally{i!==null&&a.default.closeSync(i)}return!0}function O(e,t,n,r={}){if(!n.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");let i;try{i=a.default.lstatSync(e)}catch(o){throw r.retryOnPathChange&&m(o,"ENOENT")?new b:o}if(!re(n,i))throw r.retryOnPathChange?new b:new Error("credential-store target changed while it was being opened or is not a regular file");if(i.isSymbolicLink()||!i.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");if(!r.allowMultipleLinks&&(n.nlink!==1||i.nlink!==1))throw new te;if(ne(n,"credential-store file"),process.platform!=="win32"){a.default.fchmodSync(t,384);let o=a.default.fstatSync(t);if((o.mode&63)!==0)throw new Error("credential-store file could not be made owner-only");return o}return n}function Ri(e,t){if(t.size>Le)throw new Error("credential-store file exceeds the maximum supported size");let n=Buffer.alloc(Le+1),r=0;for(;r<n.length;){let i=a.default.readSync(e,n,r,n.length-r,null);if(i===0)break;r+=i}if(r>Le)throw new Error("credential-store file exceeds the maximum supported size");return n.subarray(0,r).toString("utf8")}function An(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(i){if(m(i,"ENOENT"))try{if(a.default.lstatSync(e).isSymbolicLink())throw new Error("credential-store target must not be a symbolic link")}catch(o){if(m(o,"ENOENT"))return null;throw o}throw i}let n=a.default.fstatSync(t),r=O(e,t,n);return Ri(t,r)}finally{t!==null&&a.default.closeSync(t)}}function bn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(i){if(m(i,"ENOENT")&&Cn(e))return;throw i}let n=a.default.fstatSync(t),r=O(e,t,n);B(e,r)}finally{t!==null&&a.default.closeSync(t)}Nn(_.dirname(e))}function Ni(e){let t;try{t=a.default.lstatSync(e)}catch(n){if(m(n,"ENOENT"))return;throw n}if(t.isSymbolicLink()||!t.isFile())throw new Error("credential-store replacement target must be a regular file");if(t.nlink!==1)throw new te;ne(t,"credential-store replacement target")}function Pi(e,t){for(let n=0;n<8;n+=1){let r=(0,ut.randomBytes)(12).toString("hex"),i=_.join(e,`.${t}.${process.pid}.${r}.tmp`);try{return{fd:a.default.openSync(i,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384),tempPath:i}}catch(o){if(m(o,"EEXIST"))continue;throw o}}throw new Error("could not allocate a unique credential-store temp file")}function Rn(e,t){let n=0;for(;n<t.length;){let r=a.default.writeSync(e,t,n,t.length-n,null);if(!Number.isSafeInteger(r)||r<=0)throw new Error("credential-store temp file write made no progress");n+=r}}function Nn(e){if(process.platform==="win32")return;let t=null;try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)),a.default.fsyncSync(t)}catch{}finally{if(t!==null)try{a.default.closeSync(t)}catch{}}}function xi(e,t){let n=Buffer.from(t,"utf8");if(n.length>Le)throw new Error("credential-store file exceeds the maximum supported size");let r=_.dirname(e),i=_.basename(e),o=null,s=null,c=!1;try{let u=Pi(r,i);o=u.fd,s=u.tempPath;let d=a.default.fstatSync(o);if((O(s,o,d).mode&63)!==0&&process.platform!=="win32")throw new Error("credential-store temp file is not owner-only");Rn(o,n),a.default.fsyncSync(o),O(s,o,a.default.fstatSync(o));let p=o;o=null,a.default.closeSync(p),Ni(e),a.default.renameSync(s,e),c=!0}finally{if(o!==null)try{a.default.closeSync(o)}catch{}if(!c&&s!==null)try{a.default.unlinkSync(s)}catch{}}Nn(r)}function Bi(e){return _.join(_.dirname(e),`.${_.basename(e)}.lock`)}function Di(e){return _.join(_.dirname(e),`.${_.basename(e)}.lock-recovery`)}function Ui(e,t){if(t.size>ct)return null;let n=Buffer.alloc(ct+1),r=0;for(;r<n.length;){let o=a.default.readSync(e,n,r,n.length-r,null);if(o===0)break;r+=o}if(r>ct)return null;let i;try{i=JSON.parse(n.subarray(0,r).toString("utf8"))}catch{return null}return typeof i!="object"||i===null||!Number.isSafeInteger(i.pid)||(i.pid??0)<=0||typeof i.nonce!="string"||!/^[a-f0-9]{24}$/.test(i.nonce??"")||typeof i.target!="string"?null:i}function B(e,t){let n=a.default.lstatSync(e);if(n.isSymbolicLink()||!n.isFile()||!re(n,t))throw new Error("credential-store lock changed while it was being inspected");ne(n,"credential-store lock"),a.default.unlinkSync(e)}function Ln(e,t){let n=null;try{try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(u){if(m(u,"ENOENT"))try{let d=a.default.lstatSync(e);throw d.isSymbolicLink()||!d.isFile()?new Error("credential-store lock must be a real regular file"):new b}catch(d){if(m(d,"ENOENT"))return{state:"absent"};throw d}throw u}let r=a.default.fstatSync(n),i=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0}),o=Ui(n,i);return{state:(o?.target===t&&o?!vn(o.pid):Date.now()-i.mtimeMs>=Ti)?"stale":"active",stats:i}}finally{n!==null&&a.default.closeSync(n)}}function $i(e,t){for(let n=0;n<8;n+=1){let r=(0,ut.randomBytes)(12).toString("hex"),i=_.join(e,`.${t}.${process.pid}.${r}.lock-claim`),o={pid:process.pid,nonce:r,target:t},s=null;try{s=a.default.openSync(i,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384);let c=a.default.fstatSync(s),u=O(i,s,c,{allowMultipleLinks:!0});return Rn(s,Buffer.from(JSON.stringify(o),"utf8")),a.default.fsyncSync(s),{claimPath:i,metadata:o,stats:u}}catch(c){if(m(c,"EEXIST"))continue;try{a.default.unlinkSync(i)}catch{}throw c}finally{s!==null&&a.default.closeSync(s)}}throw new Error("could not allocate a unique credential-store lock claim")}function Fi(e,t){let n;try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(r){throw m(r,"ENOENT")?new b:r}try{let r=a.default.fstatSync(n),i=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0});if(!re(i,t))throw new b;return{fd:n,lockPath:e,stats:i}}catch(r){throw a.default.closeSync(n),r}}function kn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(n){if(m(n,"ENOENT"))try{let r=a.default.lstatSync(e);throw r.isSymbolicLink()||!r.isFile()?new Error("credential-store recovery gate must be a real regular file"):new b}catch(r){if(m(r,"ENOENT"))return!1;throw r}throw n}return O(e,t,a.default.fstatSync(t),{allowMultipleLinks:!0,retryOnPathChange:!0}),!0}finally{t!==null&&a.default.closeSync(t)}}function Mi(e){let t;try{t=a.default.openSync(e,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_RDWR|(a.default.constants.O_NOFOLLOW??0),384)}catch(r){if(m(r,"EEXIST"))return null;throw r}let n=null;try{n=a.default.fstatSync(t);let r=O(e,t,n,{allowMultipleLinks:!0,retryOnPathChange:!0});return{fd:t,lockPath:e,stats:r}}catch(r){if(n!==null)try{B(e,n)}catch{}throw a.default.closeSync(t),r}}function P(e,t){if(Date.now()>=e)throw t?new Error("credential-store recovery gate remained present past the bounded wait; a previous lock reclaimer may have crashed, so automatic recovery is intentionally disabled and manual inspection/removal is required"):new Error("credential-store lock remained busy past the bounded wait");Ci(ki)}function Tn(e){let t=_.dirname(e),n=_.basename(e),r=Bi(e),i=Di(e),o=$i(t,n),s=Date.now()+Li,c=!1,u=!1,d=null,f;try{for(;d===null;)try{if(kn(i)){P(s,!0);continue}a.default.linkSync(o.claimPath,r),u=!0,d=Fi(r,o.stats),c=!0}catch(p){if(u&&!c){try{B(r,o.stats)}catch{}u=!1}if(p instanceof b){P(s,!1);continue}if(!m(p,"EEXIST"))throw p;let L;try{L=Ln(r,n)}catch(E){if(E instanceof b){P(s,!1);continue}throw E}if(L.state==="absent")continue;if(L.state==="stale"){let E;try{E=Mi(i)}catch(S){if(S instanceof b){P(s,!1);continue}throw S}if(E!==null){try{let S;try{S=Ln(r,n)}catch(oe){if(oe instanceof b){P(s,!1);continue}throw oe}S.state==="stale"&&B(r,S.stats)}finally{lt(E)}continue}}let g;try{g=kn(i)}catch(E){if(E instanceof b){P(s,!1);continue}throw E}P(s,g)}}catch(p){f=p}try{B(o.claimPath,o.stats)}catch(p){!m(p,"ENOENT")&&!c&&f===void 0&&(f=p)}if(f!==void 0)throw f;if(d===null)throw new Error("credential-store lock acquisition failed");return d}function lt(e){try{B(e.lockPath,e.stats)}finally{a.default.closeSync(e.fd)}}function Gi(e,t){let n=vi(t),r=new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.tmp$`).exec(e)??new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.lock-claim$`).exec(e);if(!r)return null;let i=Number(r[1]);return Number.isSafeInteger(i)&&i>0?i:null}function In(e){let t=_.dirname(e),n=_.basename(e);for(let r of a.default.readdirSync(t)){let i=Gi(r,n);if(i===null||vn(i))continue;let o=_.join(t,r),s=null;try{try{s=a.default.openSync(o,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(d){if(m(d,"ENOENT")||m(d,"ELOOP"))continue;throw d}let c=a.default.fstatSync(s),u=a.default.lstatSync(o);if(!c.isFile()||u.isSymbolicLink()||!u.isFile()||!re(c,u))continue;try{ne(c,"credential-store orphan")}catch{continue}B(o,c)}catch(c){if(!m(c,"ENOENT"))throw c}finally{s!==null&&a.default.closeSync(s)}}}function ie(e,t,n){if(!Te()){if(t.allowUnsupportedPlatformCleanup){if(t.createParent)throw x();if(!Sn(e,!1))return n({read:()=>null,remove:()=>{},write:()=>{throw x()}});let s=Tn(e);try{return In(e),n({read:()=>An(e),remove:()=>bn(e),write:()=>{throw x()}})}finally{lt(s)}}if(!t.createParent){let o=!1;try{o=Cn(e)}catch{throw x()}if(o)return n({read:()=>null,remove:()=>{},write:()=>{throw x()}})}throw x()}if(!Sn(e,t.createParent))return n({read:()=>null,remove:()=>{},write:()=>{throw new Error("credential-store parent does not exist")}});let i=Tn(e);try{return In(e),n({read:()=>An(e),remove:()=>bn(e),write:o=>xi(e,o)})}finally{lt(i)}}var dt="allscale-cli";function gt(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function xn(e){return gt(e)&&typeof e.access_token=="string"&&typeof e.refresh_token=="string"}function U(e){return new l("internal",`The session credential store in the ${e} exists but could not be read as valid credential data. Refusing to treat it as empty or overwrite it; session credentials may still remain on this machine.`)}function ft(){return new l("internal","The session credential store in the plaintext file has multiple hard links. Refusing to read, modify, or delete it because another directory entry may retain session credentials. Remove every extra hard link, then re-run the command. If you intentionally keep a deduplicated backup, revoke or rotate its credentials before treating logout as complete.")}function Ie(){return new l("internal","The session credential store in the plaintext file could not be written safely. Any previous credential file was left unchanged.")}var D,pt=!1;function Ki(){return Kt()?"ALLSCALE_NO_KEYCHAIN":process.env.KEYTAR_DISABLE==="1"?"KEYTAR_DISABLE":null}function Yi(e){if(typeof e!="object"||e===null||e.code!=="MODULE_NOT_FOUND")return!1;let t=e.message;return typeof t=="string"&&t.split(`
|
|
16
|
-
`,1)[0]==="Cannot find module 'keytar'"}function
|
|
14
|
+
`}var N=b(require("fs")),jt=b(require("os")),Ve=b(require("path")),Ze=b(require("@iarna/toml"));var Ir=".allscale",Or="config.toml";function Qe(){return Ve.join(jt.homedir(),Ir)}function Cr(){return Ve.join(Qe(),Or)}function pe(){let e=Cr();if(!N.existsSync(e))return{};let t=N.readFileSync(e,"utf-8");try{return Ze.parse(t)}catch(n){throw new l("internal",`Failed to parse ${e}: ${n.message}`)}}function Ht(e){return Object.keys(e.profile??{}).sort()}function Wt(e,t){return e.profile?.[t]}function Jt(e,t,n){let r=t??n??e.default??"default";if(r.includes(":"))throw new l("input.invalid",`Invalid profile name '${r}': ':' is reserved as the keychain namespace separator \u2014 pick a name without ':'.`);return r}function H(e){if(!Ne(e))throw new l("input.invalid",`Refusing to send credentials to API base ${T(e)}. `+Re)}function he(e,t){H(e);let n=R(e),r=typeof t=="string"?R(t):null;if(n&&r===n)return;let o=typeof t=="string"?T(t):"<missing origin binding>";throw new l("input.invalid",`Refusing to send stored credentials: API base ${T(e)} does not match their bound origin ${o}. Re-login against the intended API base before retrying.`)}function zt(e,t){let n=R(e),r=R(t);if(!(n&&r===n))throw new l("input.invalid",`Refusing API request to ${T(t)} because it is outside the configured API origin ${T(e)}.`)}function ge(e){let t=Rr(e);if(t)throw new l("input.invalid",t.message)}function vr(){let e=J();if(e===void 0)return;let t=z();return t.length>0?{endpoints:t.map(n=>n.base),fromPairs:!0}:{endpoints:[e],fromPairs:!1}}function Rr(e){let t=vr();if(t===void 0||v(e))return;let{endpoints:n,fromPairs:r}=t,o=R(e),i=n.map(c=>R(c)).filter(c=>c!==null);if(o!==null&&i.includes(o))return;let s=n.map(c=>T(c)).join(", ");return{message:r?`Refusing to send to ${T(e)} \u2014 this build only signs for: ${s}. Re-login against one of this build's environments, or use a build that includes the one you need.`:`Refusing to send to ${T(e)} \u2014 this build only signs for ${s}. Re-login against this build's environment, or use a build for that one.`}}var Nr=require("@noble/hashes/sha3");var Xt=["USDT","USDC"];var Bi=new Set([`0x${"0".repeat(40)}`,`0x${"0".repeat(36)}dead`]);var Pr="unknown_otp_id",xr="invalid_code",Br="expired_code";function Dr(e){return`'${e.replace(/'/g,"'\\''")}'`}function Vt(e){return`Run \`allscale otp-send --email ${Dr(e)}\` first \u2014 that command does report a missing account \u2014 then retry with the otp_id it returns and a fresh code.`}var Ur=new Map([[Pr,(e,t)=>`${e}: this environment never issued the --otp-id you passed for '${t}', so the verification code was never the problem. The backend decides this by comparing the otp_id against that address alone, so it says nothing about whether the account exists. ${Vt(t)}`],[xr,e=>`${e}: the --otp-id is one this environment issued and a live code stands behind it \u2014 the verification code you passed is what does not match. Check for a typo \u2014 the backend invalidates the code after a few wrong answers, so if you are unsure, request a fresh code instead of guessing.`],[Br,(e,t,n)=>n?`${e}: this run's send request was accepted moments ago, but this attempt could not claim a live code for the --otp-id. Delivery is asynchronous and the code is stored only after the email goes out, so it may still be in flight \u2014 or the send may have failed outright, in which case no code is coming. The code you submitted may also have expired, been used, run out of attempts, or been replaced by a newer send. Check the inbox, including spam, and retry with whatever code arrived. If nothing arrives, confirm the address and wait at least three minutes before requesting one fresh code \u2014 sends are rate-limited per address, and retrying in a tight loop spends that budget even when the send is rejected.`:`${e}: this attempt could not claim a live code for the --otp-id. The code you submitted may have expired, been used, run out of attempts, been replaced by a later send, or never have been requested for this address; the backend does not distinguish those. If a newer code was delivered after the one you entered, use that one. ${Vt(t)}`]]);var Zt=[...Ur.keys()];var W=require("@oclif/core"),ye=class e extends I.Command{static enableJsonFlag=!0;static legacyStagingNoticeShown=!1;static emitsOwnOutput=!1;static requiresEscapeHatch=!1;static requiresInput=!1;static isLocalOnly=!1;static baseFlags={profile:I.Flags.string({description:"Named profile from ~/.allscale/config.toml",helpGroup:"GLOBAL"}),token:I.Flags.string({description:"Override the access token for this invocation (precedence: --token > ALLSCALE_TOKEN > --profile)",helpGroup:"GLOBAL",hidden:$()==="public"}),"api-base":I.Flags.string({description:ve,helpGroup:"GLOBAL",hidden:$()==="public"}),"insecure-storage":I.Flags.boolean({description:"Force POSIX plaintext token storage at ~/.allscale/credentials.json (mode 0600) instead of the OS keychain \u2014 for headless / CI / agent use. Unavailable on Windows because Node cannot verify owner-only ACL/link safety. Also via ALLSCALE_INSECURE_STORAGE=1.",default:!1,helpGroup:"GLOBAL"})};async run(){try{He(this.jsonEnabled()),Je(),y({type:"session-start",command:this.id??"",argv:ze(this.argv)});let t=this.constructor;if($()==="public"){if(this.argv.some(i=>i==="--token"||i.startsWith("--token=")))throw new l("input.invalid","--token is not supported in this build. Set the ALLSCALE_TOKEN environment variable instead (it does not leak into shell history or process listings).");if(this.argv.some(i=>i==="--api-base"||i.startsWith("--api-base=")))throw new l("input.invalid","--api-base is not supported in this build; it always talks to its bound AllScale environment.");if(!t.isLocalOnly&&ee()!==void 0)throw new l("input.invalid","ALLSCALE_API_BASE is not supported in this build; unset it \u2014 this build always talks to its bound AllScale environment.")}let n=$t(this.jsonEnabled()),r=this.argv.length===0&&!n&&Hr(t)?this.config.findCommand(this.id??""):void 0;if(r){V();let i=await(0,I.loadHelpClass)(this.config),s=this.config.pjson.oclif?.helpOptions??this.config.pjson.helpOptions;await new i(this.config,s).showCommandHelp(r,this.config.topics);return}if(t.requiresEscapeHatch&&!Yt())throw this.argv.length>0&&await this.parse(),new l("raw.disabled","This command is an opt-in escape hatch and is disabled by default. Set ALLSCALE_ALLOW_RAW=1 to enable raw GraphQL/REST passthroughs and schema introspection. Access remains governed by the key's granted scopes, which the backend checks on each request.");let o=await this.runCommand();return y({type:"command-end",ok:!0}),V(),t.emitsOwnOutput?void 0:(this.jsonEnabled()||Ot(o),{data:o})}catch(t){let n=It(t);Ft({code:n.code,message:n.message,exitCode:n.exitCode}),this.emitError(n),process.exitCode=n.exitCode;return}finally{He(!1)}}resolveSessionApiBaseChain(t){let n=pe(),r=t.profile??void 0,o=t["api-base"]??void 0,i=r!==void 0||Xe()!==void 0,s=Jt(n,r,Xe()),c=Wt(n,s),u=$()==="public"&&ee()!==void 0,d=o??(u?void 0:ee()),f=d??c?.api_base??Q,p=qt({resolvedApiBase:f,fromExplicitOverride:d!==void 0,profileApiBase:c?.api_base,profileApiBaseSource:c?.api_base_source});return p&&!e.legacyStagingNoticeShown&&(e.legacyStagingNoticeShown=!0,G({event:"legacy_staging_profile",api_base:f,profile:s},p)),{apiBase:f,explicitApiBase:d,envApiBaseIgnored:u,profileApiBase:c?.api_base,profile:s,profileExplicit:i}}resolveSessionApiBaseForPayoutDerivation(t){let{apiBase:n}=this.resolveSessionApiBaseChain(t);return this.constructor.isLocalOnly||H(n),n}resolveContext(t){if($()==="public"){if(t.token!==void 0)throw new l("input.invalid","--token is not supported in this build. Set the ALLSCALE_TOKEN environment variable instead (it does not leak into shell history or process listings).");if(t["api-base"]!==void 0)throw new l("input.invalid","--api-base is not supported in this build; it always talks to its bound AllScale environment.");if(!this.constructor.isLocalOnly&&ee()!==void 0)throw new l("input.invalid","ALLSCALE_API_BASE is not supported in this build; unset it \u2014 this build always talks to its bound AllScale environment.")}let n=t.token??void 0,r=!!t["insecure-storage"],{apiBase:o,explicitApiBase:i,envApiBaseIgnored:s,profile:c,profileApiBase:u,profileExplicit:d}=this.resolveSessionApiBaseChain(t);return this.constructor.isLocalOnly||(H(o),ge(o)),{apiBase:o,profile:c,token:n??Mt(),insecureStorage:r||Gt(),apiBaseSource:i!==void 0?"explicit":u!==void 0?"profile":"default",profileExplicit:d,envApiBaseIgnored:s}}emitError(t){process.stderr.write(`${jr(t)}
|
|
15
|
+
`)}};var $r=/_(removed|cleared|count|total)$/i;function Fr(e,t){return typeof t=="number"&&$r.test(e)}var Mr=new Set(Xt);function Gr(e,t){return e==="token_symbol"&&typeof t=="string"&&Mr.has(t)}var Kr=new Set(Zt);function Yr(e,t){return e==="otp_reason"&&typeof t=="string"&&Kr.has(t)}var me=100;function _e(e,t=0){if(t>8)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,me),r=n.map(o=>_e(o,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null),r=Object.entries(e);for(let[o,i]of r.slice(0,me))n[o]=le(o)&&!Fr(o,i)&&!Gr(o,i)&&!Yr(o,i)?"<redacted>":_e(i,t+1);if(r.length>me){let o="<truncated>";for(;o in n;)o=`<${o}>`;n[o]=`${r.length-me} more keys`}return n}if(typeof e=="string"){let n=qr(e);return n!==void 0?E(JSON.stringify(_e(n,t+1))):E(e)}return e}function qr(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function jr(e){let t=Pt()?void 0:2,n=_e(e.toJSON()),r=JSON.stringify(n,null,t);return Buffer.byteLength(r,"utf8")+1<=65536?r:JSON.stringify({error:{code:e.code,message:E(e.message),details:{output_truncated:!0,max_output_bytes:65536}}},null,t)}function Hr(e){if(e.requiresInput===!0)return!0;let t=o=>typeof o=="object"&&o!==null&&o.required===!0,n=e.flags??{},r=e.args??{};return Object.values(n).some(o=>t(o))||Object.values(r).some(o=>t(o))}var we="allscale_access_token",et="allscale_refresh_token";function Qt(e){return(typeof e.getSetCookie=="function"?e.getSetCookie():e.get("set-cookie")?[e.get("set-cookie")]:[]).map(n=>{let r=n.indexOf(";"),o=r===-1?n:n.slice(0,r),i=o.indexOf("=");return i===-1?null:{name:o.slice(0,i).trim(),value:o.slice(i+1).trim()}}).filter(n=>n!==null)}function tt(e){return e.map(t=>`${t.name}=${t.value}`).join("; ")}function nt(e,t){return e.find(n=>n.name===t)?.value??null}var en=b(require("crypto")),tn=b(require("fs")),nn=b(require("path"));var Wr="key-id",Jr="x-allscale-cli-version",rt="cli-1",zr="aScaLe_cli_obf_v1",Xr="WWoBD3QEZwECUTEuOD4dTgdWawQSKAQ8UlRaaw==";function Vr(e,t){let n=Buffer.from(e,"base64"),r=Buffer.from(t,"utf8"),o=Buffer.alloc(n.length);for(let i=0;i<n.length;i++)o[i]=n[i]^r[i%r.length];return o.toString("utf8")}var Zr=Vr(Xr,zr),rn=`Bearer ${Zr}`;function on(e,t){let n=xe(e);if(n!==null)return t.find(r=>xe(r.base)===n)}function Qr(e){if("f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2".trim().length>0)return"f17372513b233456b90621e793c1d0759bce34f8eec3415abc6c2f08270faef2";let t=z();if(t.length>0){let r=on(e,t);if(r)return r.key;if(v(e)){let o=process.env.ALLSCALE_SIGNING_KEY;return o&&o.trim().length>0?o:v(t[0].base)?t[0].key:void 0}return}let n=process.env.ALLSCALE_SIGNING_KEY;return n&&n.trim().length>0?n:void 0}function eo(e){{let r="cli-1".trim();if(r.length>0)return r}let t=z();if(t.length>0){let r=e!==void 0?on(e,t):void 0;if(r)return r.keyId;if(e!==void 0&&v(e)){let o=process.env.ALLSCALE_SIGNING_KEY;if(o&&o.trim().length>0){let i=process.env.ALLSCALE_SIGNING_KEY_ID;return i!==void 0?i.trim():rt}if(!v(t[0].base))return rt}return t[0].keyId}let n=process.env.ALLSCALE_SIGNING_KEY_ID;return n!==void 0?n.trim():rt}function to(){return"1.0.3"}function no(){return new l("signing.key_unavailable","No request-signing key is available for this destination in this build. Published builds embed one at publish time; when running from source or an internal build, set ALLSCALE_SIGNING_KEY + ALLSCALE_BUILD_API_BASE (or ALLSCALE_BUILD_PAIRS for more than one environment) in the environment.")}function ot(e,t){let n=Qr(t);if(!n)throw no();let r=eo(t),o=Math.floor(Date.now()/1e3).toString(),i=en.createHash("sha256").update(`${n}${o}${e}`).digest("hex"),s={timestamp:o,"secret-key":i,[Jr]:to()};return r.length>0&&(s[Wr]=r),s}function sn(e){return e==null?"":typeof e=="string"?e:JSON.stringify(e)}function ro(e,t={}){let n;try{n=Ht(pe())}catch{return}if(!(n.length===0||n.includes(e)))return new l("auth.unknown_profile",Tt(e)+(t.messageSuffix??""),{profile:e})}function an(e){if(e.profileExplicit){let t=ro(e.profile);if(t)return t}return new l("auth.no_token",kt(e.profile))}var oo=500,io=8,cn=100;function it(e,t=0){if(t>io)return"<truncated>";if(Array.isArray(e)){let n=e.slice(0,cn),r=n.map(o=>it(o,t+1));return e.length>n.length&&r.push(`<${e.length-n.length} more items truncated>`),r}if(e!==null&&typeof e=="object"){let n=Object.create(null);for(let[r,o]of Object.entries(e).slice(0,cn))n[r]=le(r)?"<redacted>":it(o,t+1);return n}return e}function so(e){let t=e.trim();if(!t.startsWith("{")&&!t.startsWith("["))return;let n;try{n=JSON.parse(t)}catch{return}return n!==null&&typeof n=="object"?n:void 0}function ln(e,t=oo){let n=so(e),r=n===void 0?ce(e):JSON.stringify(it(n));return ue(r,t)}var st=256*1024,Ee=class extends l{constructor(t,n,r="backend-envelope"){let o=r==="successful-query",i=r==="successful-mutation";super(o?"transport.response_too_large":"backend.internal",o?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so it was not parsed. For list commands, request fewer rows by removing --all or using --input/--limit pagination, and reduce --select when possible; for other commands, contact support.`:i?`The API returned an HTTP-success response larger than the CLI's ${n}-byte safety limit, so its result was not parsed. The operation may already have completed; inspect authoritative state before retrying.`:`API response body exceeded the ${n}-byte safety limit and was not parsed.`,{status:t,max_body_bytes:n,...i?{outcome_ambiguous:!0}:{}}),this.name="ResponseBodyTooLargeError"}},Se=class extends Error{status;timeoutMs;constructor(t,n){super(`API response body read exceeded its ${n}ms deadline.`),this.name="ResponseBodyReadTimeoutError",this.status=t,this.timeoutMs=n}};async function at(e,t,n={}){if(!Number.isSafeInteger(t)||t<=0)throw new RangeError("maxBytes must be a positive safe integer");if(n.timeoutMs!==void 0&&(!Number.isSafeInteger(n.timeoutMs)||n.timeoutMs<=0))throw new RangeError("timeoutMs must be a positive safe integer");let r=e.headers.get("content-length"),o=r!==null&&/^\d+$/.test(r.trim())?Number(r):void 0;if(o!==void 0&&o>t)throw e.body?.cancel().catch(()=>{}),new Ee(e.status,t,n.oversizeKind);if(!e.body)return"";let i=e.body.getReader(),s=[],c=0,u,d=n.timeoutMs,f=d===void 0?void 0:new Promise((p,L)=>{u=setTimeout(()=>{L(new Se(e.status,d))},d),u.unref?.()});try{for(;;){let p=i.read(),{done:L,value:g}=f?await Promise.race([p,f]):await p;if(L)break;if(c+=g.byteLength,c>t)throw i.cancel().catch(()=>{}),new Ee(e.status,t,n.oversizeKind);s.push(Buffer.from(g))}}catch(p){throw p instanceof Se&&i.cancel(p).catch(()=>{}),p}finally{u!==void 0&&clearTimeout(u);try{i.releaseLock()}catch{}}return Buffer.concat(s,c).toString("utf8")}var ao="X-AllScale-Api-Key",co=3e4,lo=32*1024*1024,uo=4*1024*1024;function fo(e,t){let n=new AbortController,r=!1,o=()=>{n.abort(e?.reason)};e?.aborted?o():e?.addEventListener("abort",o,{once:!0});let i=setTimeout(()=>{r=!0,n.abort()},t);return{signal:n.signal,timedOut:()=>r,dispose:()=>{clearTimeout(i),e?.removeEventListener("abort",o)}}}function po(e,t){return t?t.aborted?Promise.reject(Object.assign(new Error("The operation was aborted"),{name:"AbortError"})):new Promise((n,r)=>{let o=()=>{r(Object.assign(new Error("The operation was aborted"),{name:"AbortError"}))};t.addEventListener("abort",o,{once:!0}),e.then(n,r).finally(()=>{t.removeEventListener("abort",o)})}):e}function ho(e,t){if(!(e<300||e>=400))throw new l("transport.network",`API returned HTTP ${e} (a redirect) for ${C(t||"the request")}. The CLI does NOT follow redirects on credential-bearing requests \u2014 a cross-origin hop could re-send credentials and the request body to the new host. Check that --api-base / ALLSCALE_API_BASE points at the API origin directly and that no proxy is rewriting it.`,{status:e})}async function hn(e){if(!(e.status<300||e.status>=400)){try{await e.body?.cancel()}catch{}ho(e.status,e.url)}}var un="--dns-result-order=ipv4first";async function be(e,t){if(e.status!==403)return;let n=e.headers.get("content-type")?.toLowerCase()??"",r=e.headers.get("cf-ray")??"",o=e.headers.get("cf-mitigated")?.trim().toLowerCase()==="challenge",i=n.includes("text/html"),s=t?.slice(0,4096)??"",c=/^\s*(?:<!doctype\s+html|<html\b)/i.test(s),u=/cf-error-details|\/cdn-cgi\/(?:challenge-platform|styles\/cf\.errors)|sorry,\s*you have been blocked|attention required[^<]{0,160}cloudflare|cloudflare ray id|error\s*(?:code\s*)?1020/i.test(s);if(!((i||c)&&(o||t!==void 0&&u)))return;if(t===void 0)try{e.body?.cancel().catch(()=>{})}catch{}let f=/^[A-Za-z0-9-]{1,128}$/.test(r)?r:void 0;throw new l("transport.network",`Cloudflare blocked this request before it reached the AllScale API (HTTP 403). This can happen when the release edge accepts IPv4 but rejects IPv6. Retry with NODE_OPTIONS=${un} and report the Cloudflare Ray ID to support; the CLI will not automatically retry a possibly mutating request.`,{status:403,edge_provider:"cloudflare",...f?{cf_ray:f}:{},ipv4_workaround:`NODE_OPTIONS=${un}`})}var Ae=class{constructor(t){this.opts=t}opts;refreshInFlight=null;async requestWithMetadata(t){return this.requestInternal(t,{withMetadata:!0})}async request(t){return this.requestInternal(t,{withMetadata:!1})}async requestInternal(t,n){let r=t.timeoutMs??this.opts.requestTimeoutMs??co;if(!Number.isFinite(r)||r<1)throw new l("input.invalid","HTTP request timeout must be a positive number of milliseconds.");H(this.opts.apiBase),ge(this.opts.apiBase);let o=this.opts.override?{access_token:this.opts.override.access_token,refresh_token:this.opts.override.refresh_token??""}:await this.opts.tokenStore.get(this.opts.profile),i=fo(t.signal,r);try{return await this.requestWithinDeadline({...t,signal:i.signal},n,o)}catch(s){throw i.timedOut()?new l("transport.timeout",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} timed out after ${r}ms.`,{timeout_ms:r}):t.signal?.aborted&&!(s instanceof l)?new l("transport.network",`Request to ${C(new URL(t.path,this.opts.apiBase).toString())} was aborted by the caller.`):s}finally{i.dispose()}}async requestWithinDeadline(t,n,r){let o=new URL(t.path,this.opts.apiBase).toString();zt(this.opts.apiBase,o);let i=r?.agent_key,s=t.auth??"auto",c=gn(t.path),u=s==="required"?!0:s==="none"?!1:yo(t.path);if((c||s==="required")&&!t._isRefresh&&!this.opts.override&&!r?.access_token&&!i)throw an({profile:this.opts.profile,profileExplicit:this.opts.profileExplicit});let d=sn(t.body),f=!!i||!!r?.access_token;u&&f&&!this.opts.override&&he(this.opts.apiBase,r?.api_base);let p=this.buildHeaders({attachAuth:u&&f,bodyForSig:d,tokens:r,extra:t.headers}),L=Date.now();y({type:"request",method:t.method??"GET",url:o,...t._isRefresh?{refresh:!0}:{}});let g;try{g=await fetch(o,{method:t.method??"GET",headers:p,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(S){throw new l("transport.network",`Network error contacting ${C(o)}: ${S instanceof Error?S.message:String(S)}`)}if(y({type:"response",status:g.status,durationMs:Date.now()-L}),u&&!!r?.access_token&&!i&&g.status===401&&!t._isRefresh&&!this.opts.override){let S=await po(this.refreshSingleFlight(),t.signal),ie=this.buildHeaders({attachAuth:u&&!!S.access_token,bodyForSig:d,tokens:S,extra:t.headers}),Un=Date.now();y({type:"request",method:t.method??"GET",url:o});let Oe;try{Oe=await fetch(o,{method:t.method??"GET",headers:ie,body:t.body!==void 0?d:void 0,signal:t.signal,redirect:"manual"})}catch(Ce){throw new l("transport.network",`Network error contacting ${C(o)} on refresh-retry: ${Ce instanceof Error?Ce.message:String(Ce)}`)}return y({type:"response",status:Oe.status,durationMs:Date.now()-Un}),dn(Oe,{withMetadata:n.withMetadata,authBearing:u,responseKind:fn(t)})}return dn(g,{withMetadata:n.withMetadata,authBearing:u&&f,agentKeyAuth:u&&!!i,responseKind:fn(t)})}buildHeaders(t){let r={Accept:"application/json","Content-Type":"application/json",...ot(t.bodyForSig,this.opts.apiBase),...t.extra};if(t.attachAuth){r.Authorization=rn;let o=t.tokens;if(o?.agent_key)return r[ao]=o.agent_key,r;let i=o?.access_token;i&&(r.Cookie=tt([{name:we,value:i}]))}return r}async refreshSingleFlight(){return this.refreshInFlight?this.refreshInFlight:(this.refreshInFlight=this.doRefresh().finally(()=>{this.refreshInFlight=null}),this.refreshInFlight)}async adoptConcurrentlyRotatedTokens(t){let n;try{n=await this.opts.tokenStore.get(this.opts.profile)}catch{return null}if(!n?.access_token||!n?.refresh_token||n.refresh_token===t.refresh_token)return null;if(he(this.opts.apiBase,n.api_base),n.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than use it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");return n}async doRefresh(){let t=await this.opts.tokenStore.get(this.opts.profile);if(!t?.access_token||!t?.refresh_token)throw new l("auth.token_expired",`No refresh token available; log in again \u2014 ${ae()}.`);if(he(this.opts.apiBase,t.api_base),t.agent_key)throw new l("auth.credential_changed","The stored credential for this profile changed to a scoped agent key while a session refresh was in flight; the refresh was abandoned rather than overwrite it. Re-run the command \u2014 it will use the agent key. No re-authentication is needed.");let n=new URL("/api/public/auth/refresh_token",this.opts.apiBase).toString(),r=tt([{name:we,value:t.access_token},{name:et,value:t.refresh_token}]),o=ot("",this.opts.apiBase);y({type:"request",method:"POST",url:n,refresh:!0});let i=new AbortController,s=!1,c=setTimeout(()=>{s=!0,i.abort()},1e4),u;try{u=await fetch(n,{method:"POST",headers:{Accept:"application/json",Cookie:r,...o},signal:i.signal,redirect:"manual"})}catch(g){throw y({type:"refresh",ok:!1}),new l("transport.network",s&&g instanceof Error&&g.name==="AbortError"?`Token refresh against ${C(n)} timed out after 10s with no response.`:`Network error during token refresh against ${C(n)}: ${g instanceof Error?g.message:String(g)}`)}finally{clearTimeout(c)}y({type:"response",status:u.status,durationMs:0});try{await hn(u)}catch(g){throw y({type:"refresh",ok:!1}),g}if(u.status!==200){let g=null;try{await be(u);let w=await Ao(u);await be(u,w),_n(u.status,w),u.status===401&&(g=await this.adoptConcurrentlyRotatedTokens(t))}catch(w){throw y({type:"refresh",ok:!1}),w}if(g)return y({type:"refresh",ok:!0,adopted:!0}),g;throw y({type:"refresh",ok:!1}),new l("auth.token_expired",`Refresh token was rejected; re-authenticate \u2014 ${ae()}.`,{status:u.status})}let d=Qt(u.headers),f=nt(d,we),p=nt(d,et);if(!f||!p)throw y({type:"refresh",ok:!1}),new l("auth.token_expired","Refresh response did not include new access/refresh cookies.");let L={...t,access_token:f,refresh_token:p};return await this.opts.tokenStore.set(this.opts.profile,L),y({type:"refresh",ok:!0}),L}},go=["/secure","/api/secure","/v1/secure","/api/v1/secure"];function gn(e){let t=e.split(/[?#]/,1)[0];return go.some(n=>t===n||t.startsWith(`${n}/`))}var mo=[/^\/(api\/)?(v1\/)?public\/businesses\/payments?(\/|$)/,/^\/(api\/)?(v1\/)?public\/businesses\/transactions?(\/|$)/];function _o(e){let t=e.split(/[?#]/,1)[0];return mo.some(n=>n.test(t))}function yo(e){return gn(e)||_o(e)}async function dn(e,t={}){await hn(e);let n=e.status>=200&&e.status<300;n||await be(e);let r=t.responseKind??"mutation",i=await at(e,n?r==="query"?lo:uo:st,{oversizeKind:n?r==="query"?"successful-query":"successful-mutation":"backend-envelope"});n||await be(e,i);let s=null;if(i.length>0)try{s=JSON.parse(i)}catch{s={raw:i}}if(e.status>=200&&e.status<300){if(t.withMetadata){let u={};return e.headers.forEach((d,f)=>{u[f]=d}),{status:e.status,headers:u,body:s}}return s}let c=Lo(s)??`HTTP ${e.status}`;if(_n(e.status,s),So(e.status,s,t),e.status===401){if(t.agentKeyAuth)throw new l("auth.token_expired","Agent key was rejected (expired or revoked). Re-run `allscale device-login` to mint a new scoped key.",{status:401,body:s});let u=t.authBearing?"auth.token_expired":"input.invalid";throw new l(u,c,{status:401,body:s})}throw e.status===403?new l("auth.permission_denied",c,{status:403,body:s}):e.status===404?new l("not_found",c,{status:404,body:s}):e.status===429?new l("rate_limited",c,{status:429,body:s}):e.status>=500?new l("backend.internal",c,{status:e.status,body:s}):new l("input.invalid",c,{status:e.status,body:s})}function fn(e){if(e.responseKind)return e.responseKind;let t=(e.method??"GET").toUpperCase();return t==="GET"||t==="HEAD"?"query":"mutation"}var wo=2014,pn=2004;function mn(e,t){let n=e;if(typeof e=="string")try{n=JSON.parse(e)}catch{return!1}if(!n||typeof n!="object")return!1;let r=n.code;return r===t||r===String(t)}function Eo(e){return mn(e,wo)}function So(e,t,n){if(!(e>=200&&e<300)&&n.authBearing&&!(e===401&&n.agentKeyAuth)&&mn(t,pn))throw new l("auth.token_expired",`The API rejected this credential as invalid. Re-authenticate with ${ae()} and retry. If that does not help, upgrade the CLI \u2014 the API may have rotated the client credential this build carries.`,{status:e,backend_code:pn})}var bo=1e4;async function Ao(e,t=bo){if(e.status>=200&&e.status<300)return"";try{return await at(e,st,{timeoutMs:t})}catch{return""}}function _n(e,t){if(!(e>=200&&e<300)&&Eo(t))throw new l("auth.signature_rejected","The AllScale API rejected this CLI build's request signing key. Download the latest version \u2014 `npm install -g @allscale/cli@latest` \u2014 and retry: retiring an old signing key is how a release is made mandatory. If you are already on the latest version, this build's key row is missing or misprovisioned on the backend \u2014 contact AllScale support. Re-logging in will not help either way; the key ships inside the CLI build itself.",{status:e,body:typeof t=="string"?ln(t):t})}function Lo(e){if(!e||typeof e!="object")return;let t=e;if(typeof t.message=="string")return t.message;if(typeof t.detail=="string")return t.detail;if(Array.isArray(t.detail))return JSON.stringify(t.detail)}function wn(e){let t=e.split(".");if(t.length!==3)throw new l("auth.token_invalid","This token is not a JWT session. Agent API keys are not JWTs \u2014 this path needs a human session token.");let n;try{let r=Buffer.from(t[1].replace(/-/g,"+").replace(/_/g,"/"),"base64").toString("utf-8");n=JSON.parse(r)}catch{throw yn()}if(typeof n!="object"||n===null||Array.isArray(n))throw yn();return n}function yn(){return new l("auth.token_invalid","The provided token is not a valid JWT credential \u2014 its payload could not be decoded. Check the --token / ALLSCALE_TOKEN value, or re-authenticate to obtain a fresh session.")}function En(e,t=Math.floor(Date.now()/1e3)){return typeof e.exp=="number"&&e.exp<t}var Pn=b(require("path"));var ut=require("crypto"),a=b(require("fs")),_=b(require("path"));var Le=1024*1024,ko=5e3,To=20,Io=3e4,ct=4096,Oo=new Int32Array(new SharedArrayBuffer(4)),te=class extends Error{constructor(){super("credential-store data file must not have hard links"),this.name="PrivateCredentialFileHardLinkError"}};function ke(e){return e instanceof te}var A=class extends Error{constructor(){super("credential-store lock changed during concurrent inspection")}},Co=null;function x(){return new l("storage.unavailable","Owner-only plaintext credential ACLs cannot be enforced on Windows; --insecure-storage is disabled on this platform. Use Windows Credential Manager instead. `allscale logout` can still remove a legacy plaintext file when the requested profile is its only remaining profile.")}function Te(){return(Co??process.platform)!=="win32"}function On(){if(!Te())throw x()}function Cn(e){try{return a.default.lstatSync(e),!1}catch(t){if(!m(t,"ENOENT"))throw t}try{let t=a.default.lstatSync(_.dirname(e));return!t.isSymbolicLink()&&t.isDirectory()}catch(t){if(m(t,"ENOENT"))return!0;throw t}}function m(e,t){return typeof e=="object"&&e!==null&&e.code===t}function ne(e,t){if(typeof process.geteuid=="function"&&e.uid!==process.geteuid())throw new Error(`${t} is not owned by the current effective user`)}function re(e,t){return e.dev===t.dev&&e.ino===t.ino}function vo(e){Atomics.wait(Oo,0,0,e)}function vn(e){try{return process.kill(e,0),!0}catch(t){return!m(t,"ESRCH")}}function Ro(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function Sn(e,t){let n=_.dirname(e);t&&a.default.mkdirSync(n,{recursive:!0,mode:448});let r;try{r=a.default.lstatSync(n)}catch(i){if(!t&&m(i,"ENOENT"))return!1;throw i}if(r.isSymbolicLink()||!r.isDirectory())throw new Error("credential-store parent must be a real directory");if(process.platform==="win32")return!0;let o=null;try{o=a.default.openSync(n,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0));let i=a.default.fstatSync(o),s=a.default.lstatSync(n);if(!i.isDirectory()||s.isSymbolicLink()||!s.isDirectory()||!re(i,s))throw new Error("credential-store parent changed while it was being inspected");ne(i,"credential-store parent");let c=i;if((i.mode&63)!==0&&_.basename(n)===".allscale"&&(a.default.fchmodSync(o,448),c=a.default.fstatSync(o)),(c.mode&63)!==0)throw new Error("credential-store parent must not grant group or other permissions")}finally{o!==null&&a.default.closeSync(o)}return!0}function O(e,t,n,r={}){if(!n.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");let o;try{o=a.default.lstatSync(e)}catch(i){throw r.retryOnPathChange&&m(i,"ENOENT")?new A:i}if(!re(n,o))throw r.retryOnPathChange?new A:new Error("credential-store target changed while it was being opened or is not a regular file");if(o.isSymbolicLink()||!o.isFile())throw new Error("credential-store target changed while it was being opened or is not a regular file");if(!r.allowMultipleLinks&&(n.nlink!==1||o.nlink!==1))throw new te;if(ne(n,"credential-store file"),process.platform!=="win32"){a.default.fchmodSync(t,384);let i=a.default.fstatSync(t);if((i.mode&63)!==0)throw new Error("credential-store file could not be made owner-only");return i}return n}function No(e,t){if(t.size>Le)throw new Error("credential-store file exceeds the maximum supported size");let n=Buffer.alloc(Le+1),r=0;for(;r<n.length;){let o=a.default.readSync(e,n,r,n.length-r,null);if(o===0)break;r+=o}if(r>Le)throw new Error("credential-store file exceeds the maximum supported size");return n.subarray(0,r).toString("utf8")}function bn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(o){if(m(o,"ENOENT"))try{if(a.default.lstatSync(e).isSymbolicLink())throw new Error("credential-store target must not be a symbolic link")}catch(i){if(m(i,"ENOENT"))return null;throw i}throw o}let n=a.default.fstatSync(t),r=O(e,t,n);return No(t,r)}finally{t!==null&&a.default.closeSync(t)}}function An(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(o){if(m(o,"ENOENT")&&Cn(e))return;throw o}let n=a.default.fstatSync(t),r=O(e,t,n);B(e,r)}finally{t!==null&&a.default.closeSync(t)}Nn(_.dirname(e))}function Po(e){let t;try{t=a.default.lstatSync(e)}catch(n){if(m(n,"ENOENT"))return;throw n}if(t.isSymbolicLink()||!t.isFile())throw new Error("credential-store replacement target must be a regular file");if(t.nlink!==1)throw new te;ne(t,"credential-store replacement target")}function xo(e,t){for(let n=0;n<8;n+=1){let r=(0,ut.randomBytes)(12).toString("hex"),o=_.join(e,`.${t}.${process.pid}.${r}.tmp`);try{return{fd:a.default.openSync(o,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384),tempPath:o}}catch(i){if(m(i,"EEXIST"))continue;throw i}}throw new Error("could not allocate a unique credential-store temp file")}function Rn(e,t){let n=0;for(;n<t.length;){let r=a.default.writeSync(e,t,n,t.length-n,null);if(!Number.isSafeInteger(r)||r<=0)throw new Error("credential-store temp file write made no progress");n+=r}}function Nn(e){if(process.platform==="win32")return;let t=null;try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_DIRECTORY??0)|(a.default.constants.O_NOFOLLOW??0)),a.default.fsyncSync(t)}catch{}finally{if(t!==null)try{a.default.closeSync(t)}catch{}}}function Bo(e,t){let n=Buffer.from(t,"utf8");if(n.length>Le)throw new Error("credential-store file exceeds the maximum supported size");let r=_.dirname(e),o=_.basename(e),i=null,s=null,c=!1;try{let u=xo(r,o);i=u.fd,s=u.tempPath;let d=a.default.fstatSync(i);if((O(s,i,d).mode&63)!==0&&process.platform!=="win32")throw new Error("credential-store temp file is not owner-only");Rn(i,n),a.default.fsyncSync(i),O(s,i,a.default.fstatSync(i));let p=i;i=null,a.default.closeSync(p),Po(e),a.default.renameSync(s,e),c=!0}finally{if(i!==null)try{a.default.closeSync(i)}catch{}if(!c&&s!==null)try{a.default.unlinkSync(s)}catch{}}Nn(r)}function Do(e){return _.join(_.dirname(e),`.${_.basename(e)}.lock`)}function Uo(e){return _.join(_.dirname(e),`.${_.basename(e)}.lock-recovery`)}function $o(e,t){if(t.size>ct)return null;let n=Buffer.alloc(ct+1),r=0;for(;r<n.length;){let i=a.default.readSync(e,n,r,n.length-r,null);if(i===0)break;r+=i}if(r>ct)return null;let o;try{o=JSON.parse(n.subarray(0,r).toString("utf8"))}catch{return null}return typeof o!="object"||o===null||!Number.isSafeInteger(o.pid)||(o.pid??0)<=0||typeof o.nonce!="string"||!/^[a-f0-9]{24}$/.test(o.nonce??"")||typeof o.target!="string"?null:o}function B(e,t){let n=a.default.lstatSync(e);if(n.isSymbolicLink()||!n.isFile()||!re(n,t))throw new Error("credential-store lock changed while it was being inspected");ne(n,"credential-store lock"),a.default.unlinkSync(e)}function Ln(e,t){let n=null;try{try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(u){if(m(u,"ENOENT"))try{let d=a.default.lstatSync(e);throw d.isSymbolicLink()||!d.isFile()?new Error("credential-store lock must be a real regular file"):new A}catch(d){if(m(d,"ENOENT"))return{state:"absent"};throw d}throw u}let r=a.default.fstatSync(n),o=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0}),i=$o(n,o);return{state:(i?.target===t&&i?!vn(i.pid):Date.now()-o.mtimeMs>=Io)?"stale":"active",stats:o}}finally{n!==null&&a.default.closeSync(n)}}function Fo(e,t){for(let n=0;n<8;n+=1){let r=(0,ut.randomBytes)(12).toString("hex"),o=_.join(e,`.${t}.${process.pid}.${r}.lock-claim`),i={pid:process.pid,nonce:r,target:t},s=null;try{s=a.default.openSync(o,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_WRONLY|(a.default.constants.O_NOFOLLOW??0),384);let c=a.default.fstatSync(s),u=O(o,s,c,{allowMultipleLinks:!0});return Rn(s,Buffer.from(JSON.stringify(i),"utf8")),a.default.fsyncSync(s),{claimPath:o,metadata:i,stats:u}}catch(c){if(m(c,"EEXIST"))continue;try{a.default.unlinkSync(o)}catch{}throw c}finally{s!==null&&a.default.closeSync(s)}}throw new Error("could not allocate a unique credential-store lock claim")}function Mo(e,t){let n;try{n=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(r){throw m(r,"ENOENT")?new A:r}try{let r=a.default.fstatSync(n),o=O(e,n,r,{allowMultipleLinks:!0,retryOnPathChange:!0});if(!re(o,t))throw new A;return{fd:n,lockPath:e,stats:o}}catch(r){throw a.default.closeSync(n),r}}function kn(e){let t=null;try{try{t=a.default.openSync(e,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(n){if(m(n,"ENOENT"))try{let r=a.default.lstatSync(e);throw r.isSymbolicLink()||!r.isFile()?new Error("credential-store recovery gate must be a real regular file"):new A}catch(r){if(m(r,"ENOENT"))return!1;throw r}throw n}return O(e,t,a.default.fstatSync(t),{allowMultipleLinks:!0,retryOnPathChange:!0}),!0}finally{t!==null&&a.default.closeSync(t)}}function Go(e){let t;try{t=a.default.openSync(e,a.default.constants.O_CREAT|a.default.constants.O_EXCL|a.default.constants.O_RDWR|(a.default.constants.O_NOFOLLOW??0),384)}catch(r){if(m(r,"EEXIST"))return null;throw r}let n=null;try{n=a.default.fstatSync(t);let r=O(e,t,n,{allowMultipleLinks:!0,retryOnPathChange:!0});return{fd:t,lockPath:e,stats:r}}catch(r){if(n!==null)try{B(e,n)}catch{}throw a.default.closeSync(t),r}}function P(e,t){if(Date.now()>=e)throw t?new Error("credential-store recovery gate remained present past the bounded wait; a previous lock reclaimer may have crashed, so automatic recovery is intentionally disabled and manual inspection/removal is required"):new Error("credential-store lock remained busy past the bounded wait");vo(To)}function Tn(e){let t=_.dirname(e),n=_.basename(e),r=Do(e),o=Uo(e),i=Fo(t,n),s=Date.now()+ko,c=!1,u=!1,d=null,f;try{for(;d===null;)try{if(kn(o)){P(s,!0);continue}a.default.linkSync(i.claimPath,r),u=!0,d=Mo(r,i.stats),c=!0}catch(p){if(u&&!c){try{B(r,i.stats)}catch{}u=!1}if(p instanceof A){P(s,!1);continue}if(!m(p,"EEXIST"))throw p;let L;try{L=Ln(r,n)}catch(w){if(w instanceof A){P(s,!1);continue}throw w}if(L.state==="absent")continue;if(L.state==="stale"){let w;try{w=Go(o)}catch(S){if(S instanceof A){P(s,!1);continue}throw S}if(w!==null){try{let S;try{S=Ln(r,n)}catch(ie){if(ie instanceof A){P(s,!1);continue}throw ie}S.state==="stale"&&B(r,S.stats)}finally{lt(w)}continue}}let g;try{g=kn(o)}catch(w){if(w instanceof A){P(s,!1);continue}throw w}P(s,g)}}catch(p){f=p}try{B(i.claimPath,i.stats)}catch(p){!m(p,"ENOENT")&&!c&&f===void 0&&(f=p)}if(f!==void 0)throw f;if(d===null)throw new Error("credential-store lock acquisition failed");return d}function lt(e){try{B(e.lockPath,e.stats)}finally{a.default.closeSync(e.fd)}}function Ko(e,t){let n=Ro(t),r=new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.tmp$`).exec(e)??new RegExp(`^\\.${n}\\.(\\d+)\\.[a-f0-9]{24}\\.lock-claim$`).exec(e);if(!r)return null;let o=Number(r[1]);return Number.isSafeInteger(o)&&o>0?o:null}function In(e){let t=_.dirname(e),n=_.basename(e);for(let r of a.default.readdirSync(t)){let o=Ko(r,n);if(o===null||vn(o))continue;let i=_.join(t,r),s=null;try{try{s=a.default.openSync(i,a.default.constants.O_RDONLY|(a.default.constants.O_NOFOLLOW??0)|(a.default.constants.O_NONBLOCK??0))}catch(d){if(m(d,"ENOENT")||m(d,"ELOOP"))continue;throw d}let c=a.default.fstatSync(s),u=a.default.lstatSync(i);if(!c.isFile()||u.isSymbolicLink()||!u.isFile()||!re(c,u))continue;try{ne(c,"credential-store orphan")}catch{continue}B(i,c)}catch(c){if(!m(c,"ENOENT"))throw c}finally{s!==null&&a.default.closeSync(s)}}}function oe(e,t,n){if(!Te()){if(t.allowUnsupportedPlatformCleanup){if(t.createParent)throw x();if(!Sn(e,!1))return n({read:()=>null,remove:()=>{},write:()=>{throw x()}});let s=Tn(e);try{return In(e),n({read:()=>bn(e),remove:()=>An(e),write:()=>{throw x()}})}finally{lt(s)}}if(!t.createParent){let i=!1;try{i=Cn(e)}catch{throw x()}if(i)return n({read:()=>null,remove:()=>{},write:()=>{throw x()}})}throw x()}if(!Sn(e,t.createParent))return n({read:()=>null,remove:()=>{},write:()=>{throw new Error("credential-store parent does not exist")}});let o=Tn(e);try{return In(e),n({read:()=>bn(e),remove:()=>An(e),write:i=>Bo(e,i)})}finally{lt(o)}}var dt="allscale-cli";function gt(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function xn(e){return gt(e)&&typeof e.access_token=="string"&&typeof e.refresh_token=="string"}function U(e){return new l("internal",`The session credential store in the ${e} exists but could not be read as valid credential data. Refusing to treat it as empty or overwrite it; session credentials may still remain on this machine.`)}function ft(){return new l("internal","The session credential store in the plaintext file has multiple hard links. Refusing to read, modify, or delete it because another directory entry may retain session credentials. Remove every extra hard link, then re-run the command. If you intentionally keep a deduplicated backup, revoke or rotate its credentials before treating logout as complete.")}function Ie(){return new l("internal","The session credential store in the plaintext file could not be written safely. Any previous credential file was left unchanged.")}var D,pt=!1;function Yo(){return Kt()?"ALLSCALE_NO_KEYCHAIN":process.env.KEYTAR_DISABLE==="1"?"KEYTAR_DISABLE":null}function qo(e){if(typeof e!="object"||e===null||e.code!=="MODULE_NOT_FOUND")return!1;let t=e.message;return typeof t=="string"&&t.split(`
|
|
16
|
+
`,1)[0]==="Cannot find module 'keytar'"}function jo(){if(D!==void 0)return D;if(Yo())return pt=!1,D=null,D;try{D=require("keytar"),pt=!1}catch(e){pt=!qo(e),D=null}return D}var Ho="OS keychain could not be accessed on this system (keytar / libsecret may be unavailable, locked, or unusable).";function Bn(){let e=Te()?"Re-run with --insecure-storage (or set ALLSCALE_INSECURE_STORAGE=1) to use the owner-only plaintext credential file.":"Plaintext credential fallback is unavailable on Windows because owner-only ACLs cannot be verified; use Windows Credential Manager.";return new l("storage.unavailable",`${Ho} `+e+" Never silently downgrade in production.")}async function ht(e){try{return await e()}catch{throw Bn()}}var mt=class{constructor(t){this.keytar=t}keytar;kind="keychain";async read(t){let n=await ht(()=>this.keytar.getPassword(dt,t));if(n===null)return null;let r;try{r=JSON.parse(n)}catch{throw U("OS keychain")}if(!xn(r))throw U("OS keychain");return r}async get(t){return this.read(t)}async set(t,n){await this.read(t),await ht(()=>this.keytar.setPassword(dt,t,JSON.stringify(n)))}async delete(t){await this.read(t),await ht(()=>this.keytar.deletePassword(dt,t))}},Wo="credentials.json",_t=class{kind="insecure-file";filePath;constructor(t){this.filePath=t??Pn.join(Qe(),Wo)}read(t){let n;try{n=t.read()}catch(o){throw ke(o)?ft():U("plaintext file")}if(n===null)return{profiles:{}};let r;try{r=JSON.parse(n)}catch{throw U("plaintext file")}if(!gt(r)||!gt(r.profiles))throw U("plaintext file");return r}write(t,n){try{t.write(JSON.stringify(n,null,2))}catch(r){throw ke(r)?ft():Ie()}}profileTokens(t,n){let r=t.profiles[n];if(r!==void 0){if(!xn(r))throw U("plaintext file");return r}}async get(t){try{return oe(this.filePath,{createParent:!1},n=>this.profileTokens(this.read(n),t)??null)}catch(n){throw n instanceof l?n:U("plaintext file")}}async set(t,n){try{oe(this.filePath,{createParent:!0},r=>{let o=this.read(r);this.profileTokens(o,t),o.profiles[t]=n,this.write(r,o)})}catch(r){throw r instanceof l?r:Ie()}}async delete(t){try{oe(this.filePath,{createParent:!1},n=>{let r=this.read(n);this.profileTokens(r,t)!==void 0&&(delete r.profiles[t],this.write(n,r))})}catch(n){throw n instanceof l?n:Ie()}}async clearProfile(t){try{return oe(this.filePath,{createParent:!1,allowUnsupportedPlatformCleanup:!0},n=>{let r=this.read(n);return this.profileTokens(r,t)===void 0?!1:(delete r.profiles[t],Object.keys(r.profiles).length===0?n.remove():this.write(n,r),!0)})}catch(n){throw n instanceof l?n:ke(n)?ft():Ie()}}};function Dn(e){if(e.insecureStorage)return On(),new _t(e.insecureFilePath);let t=jo();if(t)return new mt(t);throw Bn()}0&&(module.exports={AllscaleCommand,AllscaleError,Args,Flags,Transport,decodeJwt,isExpired,pickTokenStore});
|
|
17
17
|
//# sourceMappingURL=index.js.map
|
package/dist/lib/help.js
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
|
-
"use strict";var
|
|
2
|
-
`)}
|
|
3
|
-
`)
|
|
4
|
-
`);return}o.
|
|
5
|
-
`)}
|
|
6
|
-
`)}catch
|
|
7
|
-
`),Q({
|
|
1
|
+
"use strict";var oe=Object.create;var E=Object.defineProperty;var se=Object.getOwnPropertyDescriptor;var ae=Object.getOwnPropertyNames;var ce=Object.getPrototypeOf,le=Object.prototype.hasOwnProperty;var de=(t,e)=>{for(var r in e)E(t,r,{get:e[r],enumerable:!0})},z=(t,e,r,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let i of ae(e))!le.call(t,i)&&i!==r&&E(t,i,{get:()=>e[i],enumerable:!(n=se(e,i))||n.enumerable});return t};var L=(t,e,r)=>(r=t!=null?oe(ce(t)):{},z(e||!t||!t.__esModule?E(r,"default",{value:t,enumerable:!0}):r,t)),ue=t=>z(E({},"__esModule",{value:!0}),t);var Be={};de(Be,{SUBJECT_MAX_LENGTH:()=>ie,default:()=>T});module.exports=ue(Be);var x=require("@oclif/core");var j={0:"success",1:"internal \u2014 unexpected failure",2:"caller-actionable input or local limit; fix the invocation and re-run",3:"network / transport failure, or a deadline \u2014 MIXED retry safety, see the note",4:"not authenticated \u2014 run `allscale device-login`",5:"credential expired or malformed \u2014 re-authenticate",6:"permission denied, or a capability gap this invocation cannot fix",7:"not found \u2014 the object you named does not exist",8:"rate limited, or a payout create for the same reference still in flight",9:"backend internal, or an AMBIGUOUS result \u2014 may have applied; see the note",10:"escape hatch disabled \u2014 export ALLSCALE_ALLOW_RAW=1",11:"this build's request signature was rejected \u2014 upgrade the CLI",12:"did not complete: nothing was created, or a transfer reverted"};function A(){return["EXIT CODES",...Object.keys(j).map(Number).sort((e,r)=>e-r).map(e=>` ${String(e).padStart(2," ")} ${j[e]}`),""," Stable contract: a mapping is never renumbered once shipped. An exit code"," is NOT a retry-safety signal \u2014 branch on the JSON `code` string for that."," On 3 the code separates a request that never left (transport.network) from"," one the browser may already have signed and broadcast (wallet.bridge_*):"," retrying 3 blind can double-pay. On 8 the code does NOT separate them \u2014"," a 429 and a payout create still in flight share `rate_limited` \u2014 so read"," `details` there before choosing between a backoff and a poll."," On 9 the code narrows it and does not settle it: the two wallet.* and two"," *_ambiguous codes are always a result that could not be READ, while"," `backend.internal` is either a plain 5xx on a read or a MUTATION whose"," result could not be read. So on 9 the question is what you CALLED, not"," which code came back: after a mutation, reconcile on the original"," idempotency key instead of re-sending."," Full number -> code table, with the codes in each: this package's README."].join(`
|
|
2
|
+
`)}var je=new RegExp(["\\u001b\\[[0-9;:<=>?]*[ -/]*[@-~]","\\u009b[0-9;:<=>?]*[ -/]*[@-~]","\\u001b\\][^\\u0007\\u001b\\u009c]*(?:\\u0007|\\u001b\\\\|\\u009c)","\\u009d[^\\u0007\\u001b\\u009c]*(?:\\u0007|\\u001b\\\\|\\u009c)","\\u001b[ -/]+[0-~]","\\u001b[0-Z\\x5c-~]","\\u001b\\[[0-9;:<=>?]*[ -/]*","\\u009b[0-9;:<=>?]*[ -/]*","[\\u0007\\u001b\\u0090\\u0098\\u009b\\u009c\\u009d\\u009e\\u009f]"].join("|"),"g");var s=L(require("fs")),S=L(require("path")),J=L(require("crypto"));var pe="...<truncated>",fe=/\beyJ[A-Za-z0-9_-]{8,}\.[A-Za-z0-9_-]{8,}\.[A-Za-z0-9_-]+/g,ge=/\bBearer\s+[A-Za-z0-9._~+/=-]{12,}/gi,N=String.raw`(?:(?:Bearer|Basic)\s+)?(?:"(?:\\.|[^"\\\r\n])*"|'(?:\\.|[^'\\\r\n])*'|[^\s,;)}\]]+)`,C=String.raw`(?:proxy[_-]?)?authorization`,me=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${C}"|'${C}'|${C})\s*[:=]\s*)((?:Bearer|Basic)\s+)?(?!<redacted(?:-jwt)?>)${N}`,"gi"),_e=/\b(https?:\/\/)[^\s/?#]+@/gi,he=String.raw`(?:[A-Za-z0-9]+[_-])*`,Ee=String.raw`(?:[A-Za-z0-9]{1,32}[_-]){0,8}`,Z=t=>String.raw`(?:password|passwd|passphrase|otp(?:[_-]?code)?|signature|hmac|sig|session[_-]?id|mnemonic|seed|cookie|bearer|${t}(?:token|secret)|(?:api|access|private|signing)[_-]?key|credential|claim[_-]?url)`,G=Z(he),Ae=Z(Ee),be=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${G}"|'${G}'|${Ae})\s*[:=]\s*)(?!<redacted(?:-jwt)?>)${N}`,"gi"),I=String.raw`(?:[A-Za-z0-9]+(?:Token|Secret)|[Oo][Tt][Pp]Code|[Ss]essionId|(?:api|API|access|Access|private|Private|signing|Signing)Key|[Cc]laimUrl)`,we=new RegExp(String.raw`(^|[^A-Za-z0-9])((?:"${I}"|'${I}'|${I})\s*[:=]\s*)(?!<redacted(?:-jwt)?>)${N}`,"g");function H(t){return t.replace(_e,"$1<redacted>@").replace(fe,"<redacted-jwt>").replace(me,"$1$2$3<redacted>").replace(be,"$1$2<redacted>").replace(we,"$1$2<redacted>").replace(ge,"Bearer <redacted>")}function q(t){let e="";for(let r of t){let n=r.codePointAt(0),i=n<=8||n>=11&&n<=12||n>=14&&n<=31||n>=127&&n<=159;e+=i?`\\u${n.toString(16).padStart(4,"0")}`:r}return e}function W(t,e,r=pe){if(e<=0)return"";if(Buffer.byteLength(t,"utf8")<=e)return t;let n=Buffer.byteLength(r,"utf8");if(n>=e){let l="",c=0;for(let u of r){let B=Buffer.byteLength(u,"utf8");if(c+B>e)break;l+=u,c+=B}return l}let i=e-n,o="",a=0;for(let l of t){let c=Buffer.byteLength(l,"utf8");if(a+c>i)break;o+=l,a+=c}return`${o}${r}`}function p(t,e=16384){return W(q(H(t)),e)}var k=100,Se=8,ye=8*1024;function b(){return{remaining:ye}}function v(t,e){let r=Math.min(16384,e.remaining),n=W(t,r);return e.remaining-=Buffer.byteLength(n,"utf8"),n}function f(t,e,r=0,n={}){if(r>Se)return v("<truncated>",e);if(typeof t=="string"){let i=H(t);return v(n.escapeControls?q(i):i,e)}if(Array.isArray(t)){let i=t.slice(0,k),o=i.map(a=>f(a,e,r+1,n));return t.length>i.length&&o.push(v(`<${t.length-i.length} more items truncated>`,e)),o}if(t!==null&&typeof t=="object"){let i=Object.create(null),o=Object.entries(t);for(let[a,l]of o.slice(0,k))i[a]=f(l,e,r+1,n);return o.length>k&&(i.output_truncated=!0),i}return t}var $=require("process");var Re=!1;var Y="1";function w(t,e){if(Re){let r={...t};delete r.version;let n=b(),i={event:r.event,...r},o=f(i,n,0,{escapeControls:!0}),a=JSON.stringify({version:Y,...o});Buffer.byteLength(a,"utf8")+1>65536&&(a=JSON.stringify({version:Y,event:o.event,output_truncated:!0})),$.stderr.write(`${a}
|
|
3
|
+
`)}else $.stderr.write(e)}var X="2",g=null,d=null,m=!1,_=!1;function Oe(){let t=process.env.ALLSCALE_OUTPUT_FILE_PATH;if(t)return t;let e=process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY;if(e){let r=new Date().toISOString().replace(/[:.]/g,"-"),n=J.randomBytes(4).toString("hex");return S.join(e,`allscale-output-${r}-${n}.ndjson`)}return null}var P=64*1024*1024,Te=null;function V(t={}){if(t.quiet&&(_=!0),m)return;let e=Oe();if(!e)return;g=null;let r=null;try{if((Te??process.platform)==="win32")throw new Error("owner-only sidecar ACLs cannot be enforced on Windows; sidecar output is disabled");let n=S.dirname(e);if(s.mkdirSync(n,{recursive:!0,mode:448}),!process.env.ALLSCALE_OUTPUT_FILE_PATH&&process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY){let c=s.statSync(n),u=c.mode&511;if(!c.isDirectory()||(u&63)!==0)throw new Error(`output directory must be owner-only (no group/other permissions); current mode is ${u.toString(8).padStart(3,"0")}`)}let i=s.constants.O_NOFOLLOW??0;r=s.openSync(e,s.constants.O_APPEND|s.constants.O_CREAT|s.constants.O_WRONLY|(s.constants.O_NONBLOCK??0)|i,384);let o=s.fstatSync(r),a=s.lstatSync(e);if(!o.isFile()||a.isSymbolicLink()||a.dev!==o.dev||a.ino!==o.ino)throw new Error("target changed while it was being opened or is not a regular file");if(typeof process.geteuid=="function"&&o.uid!==process.geteuid())throw new Error("existing sidecar file is not owned by the current effective user");let l=o.mode&511;if((l&63)!==0)throw new Error(`existing sidecar file must already be owner-only; current mode is ${l.toString(8).padStart(3,"0")}. Rotate or remove it before retrying`);s.fchmodSync(r,384)}catch(n){if(r!==null)try{s.closeSync(r)}catch{}_||w({event:"sidecar_disabled",reason:"open_failed",detail:p(`sidecar path '${e}' could not be opened safely (${n.message})`)},`${p(`[allscale] sidecar path '${e}' could not be opened safely (${n.message}); refusing to write. Sidecar disabled for this run.`)}
|
|
4
|
+
`);return}g=e,d=r,m=!0}var xe=[/password/i,/secret/i,/token/i,/api[_-]?key/i,/signing[_-]?key/i,/private[_-]?key/i,/credential/i,/otp/i,/signature/i,/(?:^|[_-])sig(?:[_-]|$)/i,/hmac/i,/session[_-]?id/i,/nonce/i,/bearer/i,/authorization/i,/^code$/i,/^auth$/i,/^state$/i];function Le(t){let e=t.replace(/([a-z0-9])([A-Z])/g,"$1_$2").replace(/([A-Z]+)([A-Z][a-z])/g,"$1_$2");return xe.some(r=>r.test(e))}function Ce(t){try{let e=new URL(t),r=e.username.length>0||e.password.length>0;r&&(e.username="",e.password="");let n=e.pathname;e.pathname=Ie(e.pathname);let i=r;e.pathname!==n&&(i=!0);for(let[o]of e.searchParams)Le(o)&&(e.searchParams.set(o,"<redacted>"),i=!0);return i?e.toString():t}catch{return t}}function Ie(t){return t.replace(/(\/(?:api\/)?(?:v1\/)?public\/claim-links\/)([^/:]+)(:claim)?(?=\/?$)/,"$1<redacted>$3").replace(/(\/(?:api\/)?public\/claim-links\/)([^/]+)(\/claim)(?=\/?$)/,"$1<redacted>$3")}function ke(t){return(t.type==="request"||t.type==="bridge_browser_open")&&typeof t.url=="string"?{...t,url:Ce(t.url)}:t}function ve(t){let e=new Date().toISOString(),r=t,{type:n,...i}=r,o=f(i,b()),a=JSON.stringify({version:X,timestamp:e,type:n,...o});return Buffer.byteLength(a,"utf8")+1>65536&&(a=JSON.stringify({version:X,timestamp:e,type:n,output_truncated:!0})),a}function y(t){if(!m||!g||d===null)return;let e=ke(t),r=ve(e);try{if(s.fstatSync(d).size+Buffer.byteLength(r,"utf8")+1>P){m=!1;try{s.closeSync(d)}catch{}d=null,_||w({event:"sidecar_disabled",reason:"size_limit",...g===null?{}:{path:p(g)},max_bytes:P},`${p(`[allscale] sidecar exceeded ${P} bytes; disabling it for the rest of this run. Rotate or remove ${g}, or point ALLSCALE_OUTPUT_FILE_DIRECTORY at a directory so each run gets its own file.`)}
|
|
5
|
+
`);return}s.appendFileSync(d,`${r}
|
|
6
|
+
`)}catch(n){if(m=!1,d!==null){try{s.closeSync(d)}catch{}d=null}try{_||w({event:"sidecar_disabled",reason:"write_failed",detail:p(n.message)},`${p(`[allscale] sidecar write failed (${n.message}); disabling sidecar for the rest of this run.`)}
|
|
7
|
+
`)}catch{}}}function K(){return!!(process.env.ALLSCALE_OUTPUT_FILE_PATH||process.env.ALLSCALE_OUTPUT_FILE_DIRECTORY)}function U(){if(_=!1,m=!1,d!==null){try{s.closeSync(d)}catch{}d=null}}function Q(t=!1){let e=process.stdin.isTTY===!0&&process.stdout.isTTY===!0;return t||K()||!e}var h=new Set(["--password","-p","--token","-t","--otp","--otp-id","--api-base","--payout-api-base","--browser-base","--input","-i","--claim-token","--claim-url","--api-key","--api-secret"]),Ne=new Set(Array.from(h).filter(t=>t.startsWith("-")&&!t.startsWith("--")&&t.length===2)),$e=Array.from(h).filter(t=>t.startsWith("--")).sort((t,e)=>e.length-t.length),De=new Set(["--otp-stdin","--password-stdin"]);function O(t){let e=[];for(let r=0;r<t.length;r+=1){let n=t[r];if(n.startsWith("-")){let o=n.indexOf("=");if(o!==-1){let a=n.slice(0,o);if(h.has(a)){e.push(`${a}=<redacted>`);continue}}}if(h.has(n)){e.push(n),r+1<t.length&&(h.has(t[r+1])||(e.push("<redacted>"),r+=1));continue}if(n.startsWith("-")&&!n.startsWith("--")&&n.length>2&&n[1]!=="="){let o=n.slice(0,2);if(Ne.has(o)){e.push(`${o}<redacted>`);continue}}let i=De.has(n)?void 0:$e.find(o=>n.length>o.length&&n.startsWith(o));if(i){e.push(`${i}<redacted>`);continue}e.push(n)}return e}var Pe=/^[a-z][a-z0-9-]{0,31}$/,F=/^--?[a-z][a-z-]{0,31}$/;function ee(t){return t.map(e=>{if(e==="<redacted>")return e;if(e.startsWith("-")){if(!e.startsWith("--")&&e.length>2){let i=e.slice(2);return R(i)||i.startsWith("=")&&R(i.slice(1))?e:`${e.slice(0,2)}<omitted>`}if(e==="--")return e;let r=e.indexOf("=");if(r!==-1){let i=e.slice(0,r);if(!F.test(i))return"<omitted>";let o=e.slice(r+1);return R(o)?e:`${i}=<omitted>`}let n=e.indexOf("<redacted>");return n>0&&e.endsWith("<redacted>")&&F.test(e.slice(0,n))||F.test(e)?e:"<omitted>"}return R(e)?e:"<omitted>"})}function R(t){return t==="<redacted>"||Pe.test(t)}function Ue(t){y({type:"error",code:t.code,message:p(t.message)}),y({type:"command-end",ok:!1,exitCode:t.exitCode}),U()}function te(t){V({quiet:!0});try{y({type:"session-start",command:t.command??"",argv:ee(O(t.rawArgv??process.argv.slice(2)))}),Ue(t)}finally{U()}}var ie=15,Fe=new RegExp(`^[A-Za-z][A-Za-z0-9-]{0,${ie-1}}$`);function ne(t){return O(t).filter(e=>!e.startsWith("-")).map(e=>e==="<redacted>"||Fe.test(e)?e:"<omitted>").join(" ")}function Me(t){return t instanceof Error&&/^Command .+ not found\.$/.test(t.message)}var re=["REQUIRED","REQUIRED (ONE OF)","REQUIRED SOURCE (ONE OF)","REQUIRED DESTINATION (ONE OF)","CONDITIONAL"],M=class extends x.CommandHelp{groupFlags(e){let{flagGroups:r,mainFlags:n}=super.groupFlags(e),i={},o=!1;for(let c of re){let u=r[c];u&&u.length>0&&(i[c]=u,o=!0)}let a=n;o&&n.length>0&&(i.OPTIONAL=n,a=[]);let l=new Set([...re,"OPTIONAL","GLOBAL"]);for(let[c,u]of Object.entries(r))l.has(c)||(i[c]=u);return r.GLOBAL&&(i.GLOBAL=r.GLOBAL),{flagGroups:i,mainFlags:a}}},T=class extends x.Help{CommandHelpClass=M;formatCommand(e){return`${super.formatCommand(e)}
|
|
8
|
+
|
|
9
|
+
${A()}`}async showRootHelp(){await super.showRootHelp(),this.log(A())}async showTopicHelp(e){await super.showTopicHelp(e),this.log(A())}async showHelp(e){if(!e.some(n=>n==="--help"||n==="-h")&&Q(this.jsonModeRequested())){this.emitInputInvalid(e.length===0?"No command given. Run `allscale --help` to list commands, or pass --help for usage.":`\`${ne(e)}\` is a topic, not a runnable command. Run it with \`--help\` to list its subcommands.`);return}try{return await super.showHelp(e)}catch(n){if(!Me(n))throw n;this.emitInputInvalid(`Unknown command \`${ne(e)}\`. Run \`allscale --help\` to list available commands.`);return}}emitInputInvalid(e){let r=this.jsonModeRequested()?void 0:2;process.stderr.write(`${JSON.stringify({error:{code:"input.invalid",message:e}},null,r)}
|
|
10
|
+
`),te({code:"input.invalid",message:e,exitCode:2}),process.exitCode=2}jsonModeRequested(){let e=process.argv.slice(2),r=e.indexOf("--"),n=e.indexOf("--json");return n!==-1&&(r===-1||n<r)?!0:this.config.scopedEnvVar?.("CONTENT_TYPE")?.toLowerCase()==="json"}};0&&(module.exports={SUBJECT_MAX_LENGTH});
|
|
8
11
|
//# sourceMappingURL=help.js.map
|
package/oclif.manifest.json
CHANGED
|
@@ -204,7 +204,7 @@
|
|
|
204
204
|
"type": "option"
|
|
205
205
|
},
|
|
206
206
|
"scopes": {
|
|
207
|
-
"description": "Requested scopes for the eventual agent key, repeatable. Scope strings use `<category>:<tier>`; `:all` implies `:read_only` for the same category. Pairs the approval screen can grant: invoice:{read_only,all}, contact:{read_only,all}, transaction:read_only, wallet:{read_only,all}, claim_link:{read_only,all}, store:{read_only,all}. The final set is chosen — and can be overridden — on that screen, and is checked by the backend on each request.
|
|
207
|
+
"description": "Requested scopes for the eventual agent key, repeatable. Scope strings use `<category>:<tier>`; `:all` implies `:read_only` for the same category. Pairs the approval screen can grant: invoice:{read_only,all}, contact:{read_only,all}, transaction:read_only, wallet:{read_only,all}, claim_link:{read_only,all}, store:{read_only,all}. The final set is chosen — and can be overridden — on that screen, and is checked by the backend on each request. With no requested scopes, every category starts OFF and the user must select at least one. Passing --scopes preselects each exact matching tier the screen can grant. `wallet list` needs `wallet:read_only`. `invoice pay` needs `invoice:all` AND `wallet:all` — its withdrawal registration rides the same broker op as `wallet send` (backend gates the op, not the verb), and the write tier covers its payer-address read via the implication — so request both (`--scopes invoice:all --scopes wallet:all`) to preselect both write tiers, or select both Allow-changes switches before authorizing. `wallet send` requires `wallet:all` the same way; every transfer still requires your in-browser confirmation. Every category recognised as a spelling, so a usable value can be found without guessing: admin:audit, admin:org, admin:user, claim_link, cli_op, contact, invoice, payroll, store, transaction, wallet. claim_link, contact, invoice, store, transaction, wallet carry the tiers listed above. admin:audit, admin:org, admin:user, payroll are in the catalog but granted to NOBODY — every mint path drops them, so no login command can deliver them; this command rejects them locally, before any pairing session. cli_op is attached to every key the backend mints, by both login commands, without being requested — you never need to ask for it, and asking is not an error. Values are checked locally first: an unrecognised `<category>:<tier>` string exits 2 before any pairing session is registered — the same check, and the same exit code, as `otp-login --scopes`. A recognised scope the screen has no toggle for is also rejected locally, with the remediation that actually works: otp-login for operational scopes (or `--allow-unrenderable-scopes` when your web app is newer than this CLI's catalog), nothing for payroll/admin:* — the approval page refuses the whole authorization when even one requested scope is unrenderable, so deferring the answer to the browser would strand you after a pairing session already exists. An explicitly requested `cli_op:*` is not an error: the backend appends it to every pairing-minted key, so it is omitted from the request with a note. If another requested scope remains, the resulting key is identical; if it was the only one, the approval screen starts every category OFF and requires the user to choose at least one. Only a scope the screen renders and the user declines is reported after the key is minted.",
|
|
208
208
|
"name": "scopes",
|
|
209
209
|
"hasDynamicHelp": false,
|
|
210
210
|
"multiple": true,
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
"type": "option"
|
|
481
481
|
},
|
|
482
482
|
"scopes": {
|
|
483
|
-
"description": "Scopes the minted agent key should carry, repeatable. Scope strings use `<category>:<tier>`; `:all` implies `:read_only` for the same category. Pairs that reach a real operation today: invoice:{read_only,all}, contact:{read_only,all}, claim_link:{read_only,all}, transaction:{read_only,all}, store:{read_only,all}, wallet:{read_only,all}. transaction:all — read-only in practice: no write operation is wired there today, so the `:read_only` tier grants exactly as much; prefer it unless you have a reason to hold the wider scope. `wallet:all` additionally lets the key register `wallet send` transfers; every transfer still requires your in-browser confirmation. Other pairs are accepted by the catalog but grant nothing, and this command does NOT warn when a requested scope is clipped — verify with `allscale scope` after minting. Values are checked locally first: an unrecognised `<category>:<tier>` string exits 2 before any OTP is sent — the same check, and the same exit code, as `device-login --scopes`. Required — the backend deliberately has no full-permission default. Requested scopes are clipped to your account's role; granted scopes are checked by the backend on each request.",
|
|
483
|
+
"description": "Scopes the minted agent key should carry, repeatable. Scope strings use `<category>:<tier>`; `:all` implies `:read_only` for the same category. Pairs that reach a real operation today: invoice:{read_only,all}, contact:{read_only,all}, claim_link:{read_only,all}, transaction:{read_only,all}, store:{read_only,all}, wallet:{read_only,all}. transaction:all — read-only in practice: no write operation is wired there today, so the `:read_only` tier grants exactly as much; prefer it unless you have a reason to hold the wider scope. `wallet:all` additionally lets the key register `wallet send` transfers; every transfer still requires your in-browser confirmation. Other pairs are accepted by the catalog but grant nothing, and this command does NOT warn when a requested scope is clipped — verify with `allscale scope` after minting. Every category recognised as a spelling, so a usable value can be found without guessing: admin:audit, admin:org, admin:user, claim_link, cli_op, contact, invoice, payroll, store, transaction, wallet. claim_link, contact, invoice, store, transaction, wallet carry the tiers listed above. admin:audit, admin:org, admin:user, payroll are in the catalog but granted to NOBODY — every mint path drops them, so no login command can deliver them, and requesting them gains nothing. cli_op is attached to every key the backend mints, by both login commands, without being requested — you never need to ask for it, and asking is not an error. Values are checked locally first: an unrecognised `<category>:<tier>` string exits 2 before any OTP is sent — the same check, and the same exit code, as `device-login --scopes`. Required — the backend deliberately has no full-permission default. Requested scopes are clipped to your account's role; granted scopes are checked by the backend on each request.",
|
|
484
484
|
"helpGroup": "REQUIRED",
|
|
485
485
|
"name": "scopes",
|
|
486
486
|
"required": true,
|
|
@@ -1599,7 +1599,7 @@
|
|
|
1599
1599
|
"required": true
|
|
1600
1600
|
}
|
|
1601
1601
|
},
|
|
1602
|
-
"description": "Pay an invoice where you are the payer, from your AllScale wallet. Use `allscale invoice sent` to list the invoices you owe (add --status SENT --status ACKNOWLEDGED --status FAILED for the ones you can start paying). An OVERDUE invoice cannot start a new payment: if an earlier attempt of yours may still be in flight, reconcile that first — otherwise ask the issuer to extend its due date, which revives it. Resolves the invoice's destination + amount, moves the funds via the same signing path as `wallet send` (the transfer is confirmed in the browser), then reports and confirms the payment. Needs TWO scopes: `invoice:all` to create, report and confirm the pay intent, and `wallet:all` to register the withdrawal — the same broker op `wallet send` uses (backend gates the op, not the verb); it also covers the payer-address lookup, since `:all` implies `:read_only`. Neither
|
|
1602
|
+
"description": "Pay an invoice where you are the payer, from your AllScale wallet. Use `allscale invoice sent` to list the invoices you owe (add --status SENT --status ACKNOWLEDGED --status FAILED for the ones you can start paying). An OVERDUE invoice cannot start a new payment: if an earlier attempt of yours may still be in flight, reconcile that first — otherwise ask the issuer to extend its due date, which revives it. Resolves the invoice's destination + amount, moves the funds via the same signing path as `wallet send` (the transfer is confirmed in the browser), then reports and confirms the payment. Needs TWO scopes: `invoice:all` to create, report and confirm the pay intent, and `wallet:all` to register the withdrawal — the same broker op `wallet send` uses (backend gates the op, not the verb); it also covers the payer-address lookup, since `:all` implies `:read_only`. Neither login flow adds these scopes for you. A bare `device-login` starts every category OFF: request BOTH --scopes invoice:all --scopes wallet:all to preselect them, or turn on both Allow-changes switches on the approval screen. On `otp-login`, pass the same two --scopes values because it requests only explicitly supplied scopes, has no implicit scope defaults, and the final grants are clipped to your account's role.",
|
|
1603
1603
|
"examples": [
|
|
1604
1604
|
"$ allscale invoice pay 65ab1234567890abcdef0123",
|
|
1605
1605
|
"$ allscale invoice pay 65ab1234567890abcdef0123 --chain bsc --stable-coin USDT"
|
|
@@ -1954,7 +1954,7 @@
|
|
|
1954
1954
|
"type": "option"
|
|
1955
1955
|
},
|
|
1956
1956
|
"auto-create-contact": {
|
|
1957
|
-
"description": "If --to-email doesn't resolve to an existing contact, auto-create the contact (using the email + your business as owner; name defaults to the full email address, override with --contact-name) and proceed with the invoice. Ignored when the contact already exists (safe to leave on in scripts). Requires --to-email; not valid with --to-contact-id.",
|
|
1957
|
+
"description": "If --to-email doesn't resolve to an existing contact, auto-create the contact (using the email + your business as owner; name defaults to the full email address, override with --contact-name) and proceed with the invoice. Ignored when the contact already exists (safe to leave on in scripts). Under an agent key, the full send needs contact:all and invoice:all, plus wallet:read_only unless you pass --wallet-id. A bare device-login approval starts every category OFF and its new key replaces the old one, so select Contacts write and Invoices Allow changes plus Wallets read (unless using --wallet-id) in the same re-login. Requires --to-email; not valid with --to-contact-id.",
|
|
1958
1958
|
"exclusive": [
|
|
1959
1959
|
"to-contact-id"
|
|
1960
1960
|
],
|
|
@@ -3169,5 +3169,5 @@
|
|
|
3169
3169
|
]
|
|
3170
3170
|
}
|
|
3171
3171
|
},
|
|
3172
|
-
"version": "1.0.
|
|
3172
|
+
"version": "1.0.3"
|
|
3173
3173
|
}
|