Last active
October 5, 2015 15:22
Revisions
-
djadmin revised this gist
Oct 5, 2015 . 1 changed file with 7 additions and 7 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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. divshot login mkdir my-project divshot init divshot download production # Done -
djadmin created this gist
Oct 5, 2015 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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