-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
120 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
runtime: plugin | ||
action: | ||
title: Dependencies | ||
description: "Shows dependencies and dependent resources of selected resource" | ||
alias: | ||
- deps | ||
arguments: | ||
- name: target | ||
title: Target | ||
description: Target resource | ||
required: true | ||
options: | ||
- name: source | ||
title: Source | ||
description: Resources source dir | ||
type: string | ||
default: ".compose/build" | ||
- name: mrn | ||
title: MRN | ||
description: Show MRN instead of paths | ||
type: boolean | ||
default: false | ||
- name: tree | ||
title: Tree | ||
description: "Show dependencies in tree-like output" | ||
type: boolean | ||
default: false | ||
- name: depth | ||
title: Depth | ||
description: "Limit recursion lookup depth" | ||
type: integer | ||
default: 99 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.