Commit Graph

13 Commits

Author SHA1 Message Date
Josh Soref
35fc31ea4b spelling: invoke 2018-03-11 18:00:32 +00:00
Thomas Bartelmess
51a407f2bc Changed Superset to only return the resource name
The Superset method on Resources used to return a string in the format of “[resource name] exhausted”.
This was leading to the output in plan/create job API DimensionExhausted to return keys like
```
"DimensionExhausted": {"cpu exhausted": 1}
```
This was not anywhere documented, however, one of the examples on the website showed it like this.

The other side effect of this is that the CLI formats the strings from the name of the key leading to output like
```
* Dimension "cpu exhausted" exhausted on 1 nodes
```
2017-11-28 23:16:08 -05:00
Alex Dadgar
ddc2efa4ac sync 2017-09-19 10:08:23 -05:00
Alex Dadgar
500960ea4f Update commands on website 2017-01-03 13:22:02 -08: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
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
Kenjiro Nakayama
4836c0ffd6 Update the usage of plan command 2016-08-17 11:06:08 +09:00
Alex Dadgar
ded46507e9 plan returns appropriate exit code 2016-08-01 20:07:49 -07:00
Alex Dadgar
de178ca037 plan cli docs 2016-06-16 17:23:49 -07:00