Diptanu Choudhury
78a962da7f
removed the stats cli command
2016-06-06 16:10:34 -07:00
Alex Dadgar
4dd7b621f0
Merge pull request #1206 from hashicorp/f-eval-status
...
Introduce eval-status and deprecate eval-monitor
2016-05-31 11:19:44 -07:00
Diptanu Choudhury
13825f434e
Added the nomad stats command
2016-05-28 19:42:34 -07:00
Alex Dadgar
57770de1fc
Add eval-status and remove eval-monitor
2016-05-27 11:50:15 -07:00
Alex Dadgar
5d6b83fd2e
initial implementation of nomad plan
2016-05-17 13:33:48 -07:00
Alex Dadgar
157833b3a1
Merge pull request #1150 from hashicorp/f-fs-command
...
Refactor fs subcommands into fs command
2016-05-16 11:05:29 -07:00
Diptanu Choudhury
4ff76424cb
Added a check command
2016-05-11 15:22:58 -07:00
Jake Champlin
6d3c76ceb3
Refactor fs subcommands into fs command
...
Refactors `nomad fs` command to eliminate `fs` subcommands.
Automatically displays the file, if the path specified is a file; lists
the directory if the path is a directory; or displays stat information
if the `-stat` flag is set.
Currently running `nomad fs ls` to find a file, then running the exact
same command with the exception of `cat` instead of `ls` is time
consuming and awkward. This allows operational testing to be greatly
enhanced, and makes our lives so much better.
2016-05-04 23:59:38 -07:00
Alex Dadgar
5d48a2bc71
Confirmation on destructive commands
2016-03-24 14:43:20 -07:00
Alex Dadgar
90a61172b4
Add nomad inspect command
2016-03-21 12:46:35 -07:00
Diptanu Choudhury
1e4c42f29d
Starting the syslog collector along with a docker container
2016-02-09 18:24:30 -08:00
Diptanu Choudhury
8d879a16e0
Added the executor to the commands map
2016-02-07 22:07:50 -05:00
Diptanu Choudhury
4527410e33
Fixed merged conflict
2016-02-07 17:58:31 -05:00
Alex Dadgar
76a11b4613
Display fs in nomad help and list the subcommands when called
2016-02-05 11:01:29 -08:00
Diptanu Choudhury
f95b973c2c
Moved packages around
2016-02-04 17:00:41 -08:00
Diptanu Choudhury
57453086a7
Fixed the executor command
2016-02-04 17:00:37 -08:00
Diptanu Choudhury
17b6db4465
Moving to subcommands for fs commands
2016-01-27 16:29:29 -08:00
Diptanu Choudhury
68c2164088
Added the cli for fs-cat
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
a70e5dbdc7
Added an impl for stating a file
2016-01-27 12:53:23 -08:00
Diptanu Choudhury
1e9c817a52
Added the cli for listing alloc dir
2016-01-27 12:53:23 -08:00
Ryan Uber
3d771c5780
command: first pass at alloc-status command
2015-09-27 12:02:14 -07:00
Ryan Uber
a7757436c9
Merge pull request #114 from hashicorp/f-clients
...
Make servers list configurable on clients
2015-09-25 12:03:21 -07:00
Ryan Uber
65a89dffae
command: rename client-servers -> client-config
2015-09-25 11:49:31 -07:00
Ryan Uber
f084d22047
command: adding client-servers command
2015-09-24 21:32:12 -07:00
Armon Dadgar
77a9e52449
command/validate: Adding new command
2015-09-24 18:29:46 -07:00
Chris Bednarski
48a875a702
Added init command
2015-09-22 16:11:01 -07:00
Ryan Uber
0958c731a9
command: rename some agent commands to use a server- prefix
2015-09-22 11:01:41 -07:00
Ryan Uber
cf8fe7e8d7
command: remove unnecessary alloc-status command
2015-09-22 10:45:07 -07:00
Ryan Uber
84a5de4e02
command: start alloc-status command
2015-09-22 10:45:07 -07:00
Ryan Uber
099fd00760
command/stop: inital stop command
2015-09-22 10:45:06 -07:00
Ryan Uber
e4b7aa1e3a
command: add prefixed output for monitor commands
2015-09-22 10:45:06 -07:00
Ryan Uber
bd40b1f5ad
command: start implementing eval monitoring for run
2015-09-22 10:45:05 -07:00
Ryan Uber
43a33dd054
command: add primitive run command
2015-09-22 10:45:05 -07:00
Alex Dadgar
0e3f21b34f
Linux executor with cgroup isolation support
2015-09-21 09:08:57 -07:00
Seth Vargo
38126220cf
s/Vault/Nomad in code comment
2015-09-20 16:37:11 -04:00
Ryan Uber
4a7f39b10a
command: trim a leading 'v' from git tags
2015-09-14 20:55:34 -07:00
Ryan Uber
7b5fd8a214
command: use meta struct for common options
2015-09-14 13:24:03 -07:00
Ryan Uber
c6fdb6060a
command: add node-drain command
2015-09-14 13:24:03 -07:00
Ryan Uber
be3e081dec
command: add node-status command
2015-09-14 13:24:03 -07:00
Ryan Uber
3118043a4c
command: add agent-join command
2015-09-14 13:24:03 -07:00
Ryan Uber
8053570f18
command: adding agent-members command
2015-09-14 13:24:03 -07:00
Ryan Uber
7cdaf95f4e
command: add agent-force-leave command
2015-09-14 13:24:02 -07:00
Ryan Uber
f0ee34651a
command: add agent-info command
2015-09-14 13:24:02 -07:00
Ryan Uber
4d5901c1ae
command: add helpers
2015-09-14 13:24:02 -07:00
Armon Dadgar
6882c9d6a1
command/agent: basic command
2015-08-15 18:34:47 -07:00
Armon Dadgar
408159d40f
Adding basic version command
2015-06-01 15:25:51 +02:00
Armon Dadgar
0b91f01cbf
Adding initial skeleton
2015-06-01 13:46:21 +02:00