## projects pull Pull an existing Stripe Project into a new local directory. Creates local state files and writes a `.env` file populated with the project's credentials. Run this from an empty directory. To find a project ID, run `stripe projects list`. **Command:** `stripe projects pull` ### Arguments - `` The ID of the project to pull. Retrieve project IDs with `stripe projects list`. ### Examples **Pull a project into a new directory** ```sh stripe projects pull proj_abc123 ```