agentlink-sh 0.30.0 → 0.30.1
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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -12914,6 +12914,7 @@ ${red("Error:")} ${error}`);
|
|
|
12914
12914
|
}
|
|
12915
12915
|
let cloudConfig;
|
|
12916
12916
|
if (useCloud && !skipEnv) {
|
|
12917
|
+
await ensureAccessToken({ nonInteractive, projectDir: process.cwd() });
|
|
12917
12918
|
const picked = await pickOrg(process.cwd(), {
|
|
12918
12919
|
org: opts.orgId,
|
|
12919
12920
|
nonInteractive
|