Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
Updated documentation after suggested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ogerbron committed Jan 28, 2020
1 parent 5a0953b commit c67354a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/references/fluxctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -301,17 +301,14 @@ default:deployment/helloworld helloworld quay.io/weaveworks/helloworld
The arrows will point to the version that is currently running
alongside a list of other versions and their timestamps.

For those using `fluxctl` in scripts, have a look at `--no-headers` for both `list-images` and `list-workloads` command to suppress the header:
When using `fluxctl` in scripts, you can remove the table headers with `--no-headers` for both `list-images` and `list-workloads` command to suppress the header:

```sh
$ fluxctl list-workloads --no-headers
default:deployment/helloworld helloworld quay.io/weaveworks/helloworld:master-a000001 ready
sidecar quay.io/weaveworks/sidecar:master-a000002
...
$ fluxctl list-images --workload default:deployment/helloworld --no-headers
default:deployment/helloworld helloworld quay.io/weaveworks/helloworld
...
```

### Releasing a Workload
Expand Down

0 comments on commit c67354a

Please sign in to comment.