--- title: auth login description: Logs you in to your Shopify account. api_name: shopify-cli source_url: html: 'https://shopify.dev/docs/api/shopify-cli/general-commands/auth-login' md: 'https://shopify.dev/docs/api/shopify-cli/general-commands/auth-login.md' --- # auth login Logs you in to your Shopify account. #### Flags The following flags are available for the `auth login` command: * **--alias \** **string** **env: SHOPIFY\_FLAG\_AUTH\_ALIAS** Alias of the session you want to login to. Examples ### Examples * #### ##### auth login ```sh shopify auth login [flags] ``` ***