nexarch 0.12.8 → 0.12.9
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.
|
@@ -95,9 +95,9 @@ export async function checkIn(args) {
|
|
|
95
95
|
}
|
|
96
96
|
if (commands.length > 0) {
|
|
97
97
|
console.log("\nPending application-target commands (preview only; nothing claimed):");
|
|
98
|
-
console.log(`
|
|
98
|
+
console.log(`Workspace scope is resolved server-side from companyId=${creds.companyId}.`);
|
|
99
99
|
if (identity.companyId && identity.companyId !== creds.companyId) {
|
|
100
|
-
console.log(`Note: local identity
|
|
100
|
+
console.log(`Note: local identity workspace ${identity.companyId} differs from the credentials in use (${creds.companyId}).`);
|
|
101
101
|
}
|
|
102
102
|
for (const cmd of commands) {
|
|
103
103
|
const claimable = cmd.claimable ? "yes" : "no";
|