Merge ~aieri/juju-lint:bug/1939437 into juju-lint:master

Proposed by Andrea Ieri
Status: Merged
Merge reported by: James Troup
Merged at revision: 11b4c0788d89d2cf9619d9796c3a481219c22c70
Proposed branch: ~aieri/juju-lint:bug/1939437
Merge into: juju-lint:master
Diff against target: 30 lines (+4/-4)
1 file modified
README.md (+4/-4)
Reviewer Review Type Date Requested Status
Juju Lint maintainers Pending
Review via email: mp+415470@code.launchpad.net

Commit message

Drop deprecated -f flag from the README file

Closes-Bug: #1939437

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Failed to merge change (no changes to merge), setting status to needs review.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/README.md b/README.md
index f418837..faa3ef6 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
22
3== Introduction ==3== Introduction ==
44
5This is intended to be run against a yaml dump of Juju status, a YAML dump of5This is intended to be run against a yaml or json dump of Juju status, a YAML
6a juju bundle or a remote cloud or clouds via SSH.6dump of a juju bundle, or a remote cloud or clouds via SSH.
77
8To generate a status if you just want to audit placement:8To generate a status if you just want to audit placement:
99
@@ -16,12 +16,12 @@ false positives):
1616
17Then run `juju-lint` (using a rules file of `lint-rules.yaml`):17Then run `juju-lint` (using a rules file of `lint-rules.yaml`):
1818
19 juju-lint -f status.yaml (or bundle.yaml)19 juju-lint status.yaml (or bundle.yaml)
2020
21You can also enable additional checks for specific cloud types by specifying21You can also enable additional checks for specific cloud types by specifying
22the cloud type with `-t` as such:22the cloud type with `-t` as such:
2323
24 juju-lint -f bundle.yaml -t openstack24 juju-lint -t openstack bundle.yaml
2525
26For remote or mass audits, you can remote audit clouds via SSH.26For remote or mass audits, you can remote audit clouds via SSH.
27To do this, you will need to add the clouds to your config file in:27To do this, you will need to add the clouds to your config file in:

Subscribers

People subscribed via source and target branches