appz pull command is used to store Environment Variables and Project Settings in a local cache (under .appz/.env.$target.local) for offline use of appz build and appz dev. If you aren’t using those commands, you don’t need to run appz pull.
When environment variables or project settings are updated on Appz, remember to use appz pull again to update your local environment variable and project settings values under .appz/.
To download Environment Variables to a specific file (like .env), use appz env pull instead.
Usage
terminal
Using appz pull fetches the latest “development” Environment Variables and Project Settings from the cloud.
terminal
Using appz pull fetches the latest “preview” Environment Variables and Project Settings from the cloud.
terminal
Using appz pull fetches the “feature-branch” Environment Variables and Project Settings from the cloud.
terminal
Using appz pull fetches the latest “production” Environment Variables and Project Settings from the cloud.
Unique Options
These options are specific to theappz pull command.
Yes
terminal
Using theappz pullcommand with the--yesoption to skip questions you are asked when setting up a new Appz Project. The questions will be answered using the default scope and the current directory for the Appz Project name and location.
Global Options
These general options can be applied when using theappz pull command:--cwd--debug--global-config--help--local-config--no-color--scope--token