Created
September 1, 2017 04:34
-
-
Save stelcheck/2a607b9035e931c5dbe1a3e34b7cbe27 to your computer and use it in GitHub Desktop.
MAGE 1.3: convert "-" to ":"
This file contains 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 characters
{ | |
"scripts": { | |
"show:config": "echo 'Show the compiled MAGE configuration' && mage show:config", | |
"archivist:create": "echo 'Create archivist vaults' && mage archivist:create", | |
"archivist:migrate": "echo 'Migrate archivist vaults' && mage archivist:migrate", | |
"archivist:drop": "echo 'Drop the archivist vaults' && mage archivist:drop" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment