Files
nomad/command
Alex Dadgar 456da65303 Fix output alignment and remove no-change DC
Old Output:

```
+/- Job: "example"
    Datacenters {
  Datacenters: "dc1"
}
+/- Task Group: "cache" (1 create/destroy update)
  +/- RestartPolicy {
    +/- Attempts: "10" => "9"
        Delay:    "25000000000"
        Interval: "300000000000"
        Mode:     "delay"
  }
  +/- EphemeralDisk {
        Migrate: "false"
    +/- SizeMB:  "300" => "301"
        Sticky:  "false"
  }
  +/- Task: "redis" (forces create/destroy update)
    +   Meta[key]: "value"
    +/- Config {
          image:           "redis:3.2"
      +/- port_map[0][db]: "6379" => "6380"
    }
    +/- Resources {
          CPU:      "500"
          DiskMB:   "0"
          IOPS:     "0"
      +/- MemoryMB: "256" => "257"
    }
    +/- Service {
          Name:      "global-redis-check"
          PortLabel: "db"
      +/- Check {
            Command:       ""
            InitialStatus: ""
            Interval:      "10000000000"
            Name:          "alive"
            Path:          ""
            PortLabel:     ""
            Protocol:      ""
        +/- Timeout:       "2000000000" => "3000000000"
            Type:          "tcp"
      }
    }
```

New Output:

```
+/- Job: "example"
+/- Task Group: "cache" (1 create/destroy update)
  +/- RestartPolicy {
    +/- Attempts: "10" => "9"
        Delay:    "25000000000"
        Interval: "300000000000"
        Mode:     "delay"
      }
  +/- EphemeralDisk {
        Migrate: "false"
    +/- SizeMB:  "300" => "301"
        Sticky:  "false"
      }
  +/- Task: "redis" (forces create/destroy update)
    +   Meta[key]: "value"
    +/- Config {
          image:           "redis:3.2"
      +/- port_map[0][db]: "6379" => "6380"
        }
    +/- Resources {
          CPU:      "500"
          DiskMB:   "0"
          IOPS:     "0"
      +/- MemoryMB: "256" => "257"
        }
    +/- Service {
          Name:      "global-redis-check"
          PortLabel: "db"
      +/- Check {
            Command:       ""
            InitialStatus: ""
            Interval:      "10000000000"
            Name:          "alive"
            Path:          ""
            PortLabel:     ""
            Protocol:      ""
        +/- Timeout:       "2000000000" => "3000000000"
            Type:          "tcp"
          }
        }
```
2017-03-21 11:31:06 -07:00
..
2017-03-14 14:48:39 -07:00
2015-10-07 12:26:58 +02:00
2017-03-06 12:53:24 -08:00
2017-02-15 16:28:28 -08:00
2017-02-15 16:28:28 -08:00
2017-01-12 15:47:58 -08:00
2016-12-24 12:39:33 -08:00
2017-02-22 15:55:33 -08:00
2016-09-24 14:42:25 -04:00
2017-03-04 22:54:49 +03:00
2017-02-15 15:14:47 -08:00
2017-02-21 10:58:33 -06:00
2016-12-04 21:22:13 -08:00
2016-10-17 10:48:04 -07:00
2016-10-17 10:48:04 -07:00
2016-10-17 10:48:04 -07:00
2016-07-25 11:16:54 -07:00
2017-02-16 13:52:39 -08:00
2016-10-26 16:20:17 -07:00
2016-10-25 10:39:17 -07:00
2016-04-11 15:20:49 -07:00
2017-02-16 15:18:38 -08:00
2017-02-22 15:55:33 -08:00
2017-03-01 11:45:20 -08:00
2016-08-15 21:40:34 -05:00
2017-03-01 11:45:20 -08:00
2015-12-24 20:53:37 +01:00
2017-02-27 16:00:19 -08:00
2017-02-16 13:52:39 -08:00
2015-06-01 15:25:51 +02:00
2015-06-01 15:25:51 +02:00