Skip to content

Instantly share code, notes, and snippets.

@djadmin
Last active October 5, 2015 15:22

Revisions

  1. djadmin revised this gist Oct 5, 2015. 1 changed file with 7 additions and 7 deletions.
    14 changes: 7 additions & 7 deletions divshot.sh
    Original file line number Diff line number Diff line change
    @@ -1,9 +1,9 @@
    // Please follow these steps if you need to download your divshot project.
    // Let's say you need to download 'my-project' from production and you have Divshot CLI installed.
    # Please follow these steps if you need to download your divshot project.
    # Let's say you need to download 'my-project' from production and you have Divshot CLI installed.

    $ divshot login
    $ mkdir my-project
    $ divshot init
    $ divshot download production
    divshot login
    mkdir my-project
    divshot init
    divshot download production

    // Done
    # Done
  2. djadmin created this gist Oct 5, 2015.
    9 changes: 9 additions & 0 deletions divshot.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    // Please follow these steps if you need to download your divshot project.
    // Let's say you need to download 'my-project' from production and you have Divshot CLI installed.
    $ divshot login
    $ mkdir my-project
    $ divshot init
    $ divshot download production
    // Done