You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Alias of the session you want to login to.",
2474
+
"isOptional": true,
2475
+
"environmentValue": "SHOPIFY_FLAG_AUTH_ALIAS"
2476
+
}
2477
+
],
2478
+
"value": "export interface authlogin {\n /**\n * Alias of the session you want to login to.\n * @environment SHOPIFY_FLAG_AUTH_ALIAS\n */\n '--alias <value>'?: string\n}"
2479
+
}
2480
+
}
2481
+
}
2482
+
],
2483
+
"category": "general commands",
2484
+
"related": []
2485
+
},
2439
2486
{
2440
2487
"name": "auth logout",
2441
2488
"description": "Logs you out of the Shopify account or Partner account and store.",
0 commit comments