UNPKG

863 BMarkdownView Raw
1
2```
3pb new
4```
5
6```
7playbook~$
8 What would you like to call this play? fun-stuff_
9```
10
11```
12playbook~$
13 What would you like to call this play? fun-stuff
14 Which projects should it support?
15 (x) Services.ImageServer (dotnet)
16 ( ) Services.ImageServer (node)
17 (x) Websites.Blog (node)
18 >( ) Services.Translations (dotnet)
19```
20
21```
22playbook~$ 'fun-stuff' play created!
23```
24
25----
26
27```
28pb edit
29```
30
31```
32playbook~$
33 Which play would you like to edit?
34 i18n
35 >fun-stuff
36 sink
37```
38
39```
40playbook~$
41 Which play would you like to edit? fun-stuff
42 Which projects should it support?
43 (x) Services.ImageServer (dotnet)
44 ( ) Services.ImageServer (node)
45 >(x) Websites.Blog (node)
46 ( ) Services.Translations (dotnet)
47```
48
49```
50playbook~$ 'fun-stuff' changes saved!
51```
\No newline at end of file