summaryrefslogtreecommitdiffstats
path: root/development/heroku-cli/README
diff options
context:
space:
mode:
Diffstat (limited to 'development/heroku-cli/README')
-rw-r--r--development/heroku-cli/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/development/heroku-cli/README b/development/heroku-cli/README
new file mode 100644
index 0000000000..e2b66ea46e
--- /dev/null
+++ b/development/heroku-cli/README
@@ -0,0 +1,9 @@
+The Heroku CLI is used to manage Heroku apps from the command line.
+
+Overview
+This is the next generation Node-based Heroku CLI.
+The goals of this project were to make plugins more flexible,
+remove Ruby as a runtime dependency, and make the CLI faster.
+
+It has identical functionality to the old Ruby CLI.
+Under the hood, it is a modular CLI made up of node.js plugins.