Skip to content

Instantly share code, notes, and snippets.

@stelcheck
Created September 1, 2017 04:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stelcheck/2a607b9035e931c5dbe1a3e34b7cbe27 to your computer and use it in GitHub Desktop.
Save stelcheck/2a607b9035e931c5dbe1a3e34b7cbe27 to your computer and use it in GitHub Desktop.
MAGE 1.3: convert "-" to ":"
{
"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