-
Notifications
You must be signed in to change notification settings - Fork 0
/
goss.yaml
69 lines (69 loc) · 2.11 KB
/
goss.yaml
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
file:
/src:
exists: true
mode: "0755"
size: 4096
owner: root
group: root
filetype: directory
contains: []
user:
node:
exists: true
uid: 1000
gid: 1000
groups:
- node
home: /home/node
shell: /bin/sh
root:
exists: true
uid: 0
gid: 0
groups:
- adm
- bin
- daemon
- dialout
- disk
- floppy
- root
- sys
- tape
- video
- wheel
home: /root
shell: /bin/ash
command:
vue:
exit-status: 0
stdout:
- 'Usage: vue <command> [options]'
- 'Options:'
- -V, --version output the version number
- -h, --help output usage information
- 'Commands:'
- create [options] <app-name> create a new project powered by vue-cli-service
- add [options] <plugin> [pluginOptions] install a plugin and invoke its generator
in an already created project
- invoke [options] <plugin> [pluginOptions] invoke the generator of a plugin
in an already created project
- inspect [options] [paths...] inspect the webpack config in a project
with vue-cli-service
- serve [options] [entry] serve a .js or .vue file in development
mode with zero config
- build [options] [entry] build a .js or .vue file in production
mode with zero config
- ui [options] start and open the vue-cli ui
- init [options] <template> <app-name> generate a project from a remote
template (legacy API, requires @vue/cli-init)
- config [options] [value] inspect and modify the config
- outdated [options] (experimental) check for outdated
vue cli service / plugins
- upgrade [options] [plugin-name] (experimental) upgrade vue cli service
/ plugins
- info print debugging information about
your environment
- Run vue <command> --help for detailed usage of given command.
stderr: []
timeout: 10000