@forge/cli

12.3.0-next.0-experimental-8a5377312.3.0-next.2
out/command-line/register-authentication-command.js
~out/command-line/register-authentication-command.jsModified
+1
Index: package/out/command-line/register-authentication-command.js
===================================================================
--- package/out/command-line/register-authentication-command.js
+++ package/out/command-line/register-authentication-command.js
@@ -32,8 +32,9 @@
         const user = await ui.displayProgress(() => loginCommand.execute(args), cli_shared_1.Text.login.checking, (user) => cli_shared_1.Text.login.success(user.name));
         ui.emptyLine();
         ui.info(cli_shared_1.Text.login.nextStep);
         return {
+            creds: { email, token, accountId: user.accountId },
             analytics: { userId: user.accountId, anonymousId: (0, anon_user_id_1.getAnonId)(true) }
         };
     }
     catch (error) {