Open Amplify Studio. Choose **Local setup instructions** in the header and copy the `amplify pull` command. ![autologin](/images/console/cli-pull.png) Open a terminal window and navigate to the directory where you would like to have Amplify setup your project. To initialize Amplify in the current directory, run the following command. Replace the `xxx` values with your unique `appId` and `envName`. ```bash amplify pull --appId xxx --envName xxx ``` A browser window opens and prompts you to continue logging in to the Amplify CLI. Choose **Yes**. ![autologin](/images/console/cli-autologin.png) Return to the terminal window. You should see the following success statement: ```bash Successfully received Amplify Admin tokens. ``` The Amplify CLI is now configured and you can use it to provision new cloud backend features.