src/amp/amp/amp.go |
| ... | ... | @@ -13,13 +13,12 @@ func main() { |
| 13 | 13 | "build": ampBuild, |
| 14 | 14 | "frontend": ampFrontend, |
| 15 | 15 | "init": ampInit, |
| 16 | + "master": ampMaster, |
| 16 | 17 | "node": ampNode, |
| 17 | 18 | "pull": ampPull, |
| 18 | 19 | "push": ampPush, |
| 19 | | - "repo": ampRepo, |
| 20 | 20 | "review": ampReview, |
| 21 | 21 | "run": ampRun, |
| 22 | | - "store": ampStore, |
| 23 | 22 | "test": ampTest, |
| 24 | 23 | } |
| 25 | 24 | |
| ... | ... | @@ -27,13 +26,12 @@ func main() { |
| 27 | 26 | "build": "build an amp nodule", |
| 28 | 27 | "frontend": "run an amp frontend", |
| 29 | 28 | "init": "initialise an instance", |
| 29 | + "master": "run an amp master node", |
| 30 | 30 | "node": "run an amp node", |
| 31 | | - "pull": "pull from an amp repo", |
| 32 | | - "push": "push to an amp repo", |
| 33 | | - "repo": "run an amp repo", |
| 34 | | - "review": "review an amp repo", |
| 31 | + "pull": "pull from an amp master node", |
| 32 | + "push": "push to an amp master node", |
| 33 | + "review": "review an amp nodule", |
| 35 | 34 | "run": "run a combined single-server instance", |
| 36 | | - "store": "run an amp store", |
| 37 | 35 | "test": "test an amp nodule", |
| 38 | 36 | "version": "show the version number and exit", |
| 39 | 37 | } |