github.com/hobbeswalsh/terraform@v0.3.7-0.20150619183303-ad17cf55a0fa/website/source/docs/commands/remote-pull.html.markdown (about) 1 --- 2 layout: "docs" 3 page_title: "Command: remote pull" 4 sidebar_current: "docs-commands-remote-pull" 5 description: |- 6 The `terraform remote pull` refreshes the cached state file from the 7 remote server when remote state storage is enabled. 8 --- 9 10 # Command: remote pull 11 12 The `terraform remote pull` refreshes the cached state file from the 13 remote server when remote state storage is enabled. The [`remote config` 14 command](/docs/commands/remote-config.html) should be used to enable 15 remote state storage. 16 17 ## Usage 18 19 Usage: `terraform remote pull` 20 21 The `remote pull` command is invoked without options to refresh the 22 cache copy of the state. 23