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
1diff --git a/README.md b/README.md
2index f418837..faa3ef6 100644
3--- a/README.md
4+++ b/README.md
5@@ -2,8 +2,8 @@
6
7 == Introduction ==
8
9-This is intended to be run against a yaml dump of Juju status, a YAML dump of
10-a juju bundle or a remote cloud or clouds via SSH.
11+This is intended to be run against a yaml or json dump of Juju status, a YAML
12+dump of a juju bundle, or a remote cloud or clouds via SSH.
13
14 To generate a status if you just want to audit placement:
15
16@@ -16,12 +16,12 @@ false positives):
17
18 Then run `juju-lint` (using a rules file of `lint-rules.yaml`):
19
20- juju-lint -f status.yaml (or bundle.yaml)
21+ juju-lint status.yaml (or bundle.yaml)
22
23 You can also enable additional checks for specific cloud types by specifying
24 the cloud type with `-t` as such:
25
26- juju-lint -f bundle.yaml -t openstack
27+ juju-lint -t openstack bundle.yaml
28
29 For remote or mass audits, you can remote audit clouds via SSH.
30 To do this, you will need to add the clouds to your config file in:

Subscribers

People subscribed via source and target branches