github.com/chalford/terraform@v0.3.7-0.20150113080010-a78c69a8c81f/website/source/docs/commands/pull.html.markdown (about)

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