Commit Graph

128 Commits

Author SHA1 Message Date
Michael Schurter
4901816810 Missing period 2017-07-25 17:37:09 -07:00
Alex Dadgar
487e1eafee New commands docs and small fixes
This PR adds the command documentations and has small CLI fixes.
2017-07-25 17:37:09 -07:00
Alex Dadgar
278195e6dc validate 2017-07-25 17:37:09 -07:00
Alex Dadgar
92991771f2 inspect 2017-07-25 17:37:09 -07:00
Alex Dadgar
fcc4655b6f alloc-status 2017-07-25 17:37:09 -07:00
Alex Dadgar
f977c7e7f8 Status command 2017-07-25 17:34:43 -07:00
Alex Dadgar
58898e1426 Update API and JSON Job Documentation
This PR updates the api documentation to reflect 0.6 HTTP API and the
JSON job specification as well.
2017-07-25 17:18:15 -07:00
Seth Vargo
36fe551231 Use a subdirectory for operator commands 2017-07-25 15:55:35 -04:00
Alex Dadgar
c0084dcab1 Add command autocompletion.
This PR adds command autocompletion to the CLI.
2017-07-17 15:00:40 -07:00
Paddy
df52d6f522 Fix typo in job-dispatch docs.
canidate -> candidate.
2017-06-16 16:04:12 -07:00
Rob Genova
51ca07c50a Remove Atlas references from docs 2017-06-05 23:05:43 +00:00
Seth Vargo
4d144e404f Cleanup links to limit redirects 2017-05-30 20:25:11 -04:00
Brian Shumate
96fac81676 Remove evict 2017-05-03 18:45:27 -04:00
Brian Shumate
17b20de71f Docs: Update node-status page
- Add details about Desired Status and Client Status for #264
2017-05-03 17:46:06 -04:00
Alex Dadgar
950171f094 non-purge deregisters 2017-04-15 17:08:05 -07:00
Cameron Stokes
a8b836beec Grammar fix. 2017-03-29 11:49:09 -07:00
Alex Dadgar
6d2e380e27 remote cli 2017-03-28 09:47:57 -07:00
Alexandr Burdiyan
52dcd6d979 Mention Nomad CLI remote usage
Added information about `NOMAD_ADDR` environment variable for Nomad CLI remote usage.
2017-03-28 12:08:35 +02:00
Alex Dadgar
6d74650c96 Fix some website stuff 2017-03-15 11:29:36 -07:00
Alex Dadgar
2b746b94f4 Respond to feedback 2017-02-14 11:01:12 -08:00
Alex Dadgar
0c67c8ba81 Remove todos 2017-02-10 15:41:23 -08:00
Alex Dadgar
17ea89db9f Add outage guide and move bootstrapping 2017-02-10 15:30:34 -08:00
Alex Dadgar
24995a6749 Operator command/endpoint/documentation 2017-02-09 18:04:46 -08:00
Alex Dadgar
9b11f269e3 Add command line flag for create-from-role 2017-01-27 14:11:34 -08:00
Alex Dadgar
7e549679e9 Respond to comments 2017-01-26 11:34:44 -08:00
Alex Dadgar
aa51fe6f2e Status examples 2017-01-25 22:21:51 -08:00
Alex Dadgar
8f8215c093 Fix bad link 2017-01-25 21:27:44 -08:00
Alex Dadgar
78bfc6a4af Parameterized page 2017-01-25 21:27:44 -08:00
Alex Dadgar
715e576dfb Dispatch command 2017-01-25 21:27:44 -08:00
Alex Dadgar
500960ea4f Update commands on website 2017-01-03 13:22:02 -08:00
Brian Shumate
3837a43b99 Remove admonition about server-members command 2016-12-13 11:11:26 -05:00
Alex Dadgar
e7cdd173a6 Fixes to stop command 2016-11-04 15:25:12 -07:00
Seth Vargo
c86a07d834 Separate agent configuration into its own pages
I apologize in advance for the rather long PR, but unfortunately there
is not an easy way to break this up into smaller chunks. This separates
the agent configuration into smaller, more consumable pieces just like
the job specification.
2016-11-02 18:30:00 -04:00
Seth Vargo
eda4834f4a Address feedback 2016-10-28 10:46:33 -04:00
Seth Vargo
a9e79a16d6 jobfile -> job file 2016-10-27 22:50:02 -04:00
Seth Vargo
21073c1f04 Use a partial instead 2016-10-27 22:18:06 -04:00
Seth Vargo
e537c54557 Revamp job specification documentation to be more modular and composable 2016-10-27 22:18:06 -04:00
Diptanu Choudhury
f0806dceff Enable serf encryption (#1791)
* Added the keygen command

* Added support for gossip encryption

* Changed the URL for keyring management

* Fixed the cli

* Added some tests

* Added tests for keyring operations

* Added a test for removal of keys

* Added some docs

* Fixed some docs

* Added general options
2016-10-17 10:48:04 -07:00
Ben Barnard
d49b191cd7 Minor documentation edits for grammar and clarity
These are things I noticed as I read through the documentation.
There are a couple of minor substantive corrections as well.
2016-10-11 15:52:50 -04:00
Ben Barnard
ce94317d00 Replace "the the" with "the" in documentation and comments 2016-10-11 15:31:40 -04:00
Seth Vargo
04c7163aa2 Clarify server-members is server-only (#1761)
* Add a note to the CLI that only servers can run this command

* Add a callout that this is a server command

* Remove the annoying bottom margin on callouts
2016-09-27 13:51:54 -07:00
Cameron Davison
89d3feb420 add Created At to nomad alloc-status 2016-08-18 21:25:32 -05:00
Alex Dadgar
dd7d827eb0 Run command 2016-08-17 16:25:38 -07:00
Kenjiro Nakayama
4836c0ffd6 Update the usage of plan command 2016-08-17 11:06:08 +09:00
Kenjiro Nakayama
2c332cf539 Add help and documentation 2016-08-17 11:06:08 +09:00
Alex Dadgar
cc4b0ff7c5 Merge pull request #1540 from novilabs/add-creation-time-to-job-status
Add creation time to job status
2016-08-15 21:04:14 -07:00
Cameron Davison
561d7e3e97 s/Created/Created At/ 2016-08-15 21:40:34 -05:00
Kenjiro Nakayama
94431eefec Fix format in fs documentation 2016-08-11 10:39:37 +09:00
Diptanu Choudhury
f948205e89 Merge pull request #1539 from hashicorp/docs-summaries
Added docs for job summaries
2016-08-10 15:08:32 -07:00
Alex Dadgar
1ad8d72dcc Merge pull request #1503 from nak3/add-printer
Support nomad CLI output with JSON and template format
2016-08-09 09:54:25 -07:00