windhamdavid 11 years ago
parent
commit
720eb76d16
2 changed files with 18 additions and 0 deletions
  1. 9 0
      wp-cli.local.yml
  2. 9 0
      wp-cli.yml

+ 9 - 0
wp-cli.local.yml

@@ -0,0 +1,9 @@
+path: wp
+url: http://macs.local/wp
+
+disabled_commands:
+  - db drop
+  - plugin install
+  - db reset
+
+color: true

+ 9 - 0
wp-cli.yml

@@ -0,0 +1,9 @@
+path: wp
+url: http://64.207.254.37/wp
+
+disabled_commands:
+  - db drop
+  - plugin install
+  - db reset
+
+color: true