UNPKG

934 BPlain TextView Raw
1--------------------------------------------
2Usage: huxley RESOURCE [command] [name]
3--------------------------------------------
4Follow any command with "help" for more information.
5
6A tool to manage applications on CoreOS clusters.
7
8Commands:
9cluster
10 create Spins up a CoreOS cluster on Amazon's EC2 cloud service according to several specified options.
11 delete Terminates the specified CoreOS cluster on Amazon's EC2 cloud service and deletes its cloud stack.
12 poll Polls cluster status until creation is successful.
13
14init Generates the basic files Huxley needs to function and adds them the application's repository.
15
16mixin Adds a Huxley mixin to the application's "launch/" directory. Includes template Dockerfile and CoreOS unit file (*.service)
17
18remote
19 add Place a githook on a targeted cluster.
20 passive Place arbitrary data on a targeted cluster. Avoids deployment cascade.