-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.yaml
More file actions
73 lines (69 loc) · 1.61 KB
/
plugin.yaml
File metadata and controls
73 lines (69 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: '@lando/core'
hooks:
app:
init:
- './hooks/test.js'
cli:
done:
- './hooks/cache-rebuild.js'
init:
- './hooks/init.js'
init-preflight:
- './hooks/checks.js'
prerun:
- './hooks/prerun.js'
postrun:
- './hooks/postrun.js'
product:
init:
- './hooks/test.js'
lando:
init:
- './hooks/test.js'
registry:
app:
app: './lib/app'
appfile-app: './components/appfile-app'
landofile-legacy-app: './components/legacy-app'
engine:
# docker-colima: "./components/docker-colima"
docker-desktop: './components/docker-desktop'
docker-engine: './components/docker-engine'
# docker-colima:
# podman:
# orchestrator:
# docker-compose-1:
# docker-compose-2:
legacy:
services:
_compose: './services/compose'
library:
config: './lib/config'
debug: './lib/debug'
module-loader: './lib/module-loader'
plugin: './lib/plugin'
templator: './lib/templator'
plugin-installer:
docker-plugin-installer: './components/docker-plugin-installer'
product:
product: './lib/product'
lando: './components/lando'
storage:
file-storage: './components/file-storage'
no-storage: './components/no-storage'
# config:
# yaml-schema:
# import: !import PRIVACY.md
tasks:
config: './tasks/config'
destroy: './tasks/destroy'
info: './tasks/info'
list: './tasks/list'
logs: './tasks/logs'
poweroff: './tasks/poweroff'
rebuild: './tasks/rebuild'
restart: './tasks/restart'
share: './tasks/share'
start: './tasks/start'
stop: './tasks/stop'
version: './tasks/version'