-
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.
- Loading branch information
1 parent
ec8f217
commit 22e6dc9
Showing
8 changed files
with
319 additions
and
262 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
runtime: plugin | ||
action: | ||
title: Compose add | ||
description: >- | ||
Add a new package to plasma-compose | ||
options: | ||
- name: allow-create | ||
title: Allow create | ||
description: Create plasma-compose if not exist | ||
type: boolean | ||
default: false | ||
- name: package | ||
title: Name | ||
description: Name of the package | ||
type: string | ||
default: "" | ||
- name: type | ||
title: Type | ||
description: "Type of the package source: git, http" | ||
type: string | ||
enum: [git, http] | ||
default: git | ||
- name: ref | ||
title: Ref | ||
description: Reference of the package source | ||
type: string | ||
default: "" | ||
- name: tag | ||
title: Tag | ||
description: Tag of the package source | ||
type: string | ||
default: "" | ||
- name: url | ||
title: URL | ||
description: URL of the package source | ||
type: string | ||
default: "" | ||
- name: strategy | ||
title: Strategy | ||
description: Strategy name | ||
type: array | ||
default: [] | ||
- name: strategy-path | ||
title: Strategy path | ||
description: >- | ||
Strategy paths. paths separated by |, strategies are comma separated (path/1|path/2,path/1|path/2) | ||
type: array | ||
default: [] |
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,33 @@ | ||
runtime: plugin | ||
action: | ||
title: Compose | ||
description: >- | ||
Composes filesystem (files & dirs) | ||
options: | ||
- name: working-dir | ||
shorthand: w | ||
title: Working directory | ||
description: Working directory for temp files | ||
type: string | ||
default: .compose/packages | ||
- name: skip-not-versioned | ||
shorthand: s | ||
title: Skip unversioned | ||
description: Skip not versioned files from source directory (git only) | ||
type: boolean | ||
default: false | ||
- name: conflicts-verbosity | ||
title: Conflicts verbosity | ||
description: Log files conflicts | ||
type: boolean | ||
default: false | ||
- name: clean | ||
title: Timeout | ||
description: Remove .compose dir on start | ||
type: boolean | ||
default: false | ||
- name: interactive | ||
title: Interactive | ||
description: Interactive mode allows to submit user credentials during action | ||
type: boolean | ||
default: true |
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,11 @@ | ||
runtime: plugin | ||
action: | ||
title: Compose delete | ||
description: >- | ||
Remove a package from plasma-compose | ||
options: | ||
- name: packages | ||
title: Packages | ||
description: List of packages to remove. Comma separated. | ||
type: array | ||
default: [] |
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,43 @@ | ||
runtime: plugin | ||
action: | ||
title: Compose update | ||
description: >- | ||
Update a plasma-compose package | ||
options: | ||
- name: package | ||
title: Name | ||
description: Name of the package | ||
type: string | ||
default: "" | ||
- name: type | ||
title: Type | ||
description: "Type of the package source: git, http" | ||
type: string | ||
enum: [git, http] | ||
default: git | ||
- name: ref | ||
title: Ref | ||
description: Reference of the package source | ||
type: string | ||
default: "" | ||
- name: tag | ||
title: Tag | ||
description: Tag of the package source | ||
type: string | ||
default: "" | ||
- name: url | ||
title: URL | ||
description: URL of the package source | ||
type: string | ||
default: "" | ||
- name: strategy | ||
title: Strategy | ||
description: Strategy name | ||
type: array | ||
default: [] | ||
- name: strategy-path | ||
title: Strategy path | ||
description: >- | ||
Strategy paths. paths separated by |, strategies are comma separated (path/1|path/2,path/1|path/2) | ||
type: array | ||
default: [] |
This file was deleted.
Oops, something went wrong.
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.