1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-blueprints-delete - Delete the blueprint from the server
7
8
9
11 composer-cli blueprints delete BLUEPRINT [flags]
12
13
14
16 Delete the blueprint from the server
17
18
19 This deletes the blueprint, it can no longer be listed or used to start
20 a compose. The contents are still there, and can be restored using the
21 undo command. You can list the changes of a deleted blueprint with the
22 changes command if you know its name.
23
24
25
27 -h, --help[=false] help for delete
28
29
30
32 -a, --api=1 Server API Version to use
33
34
35 -j, --json[=false] Output the raw JSON response instead of the
36 normal output
37
38
39 --log="" Path to optional logfile
40
41
42 -s, --socket="/run/weldr/api.socket" Path to the server's socket
43 file
44
45
46 --test=0 Pass test mode to compose. 1=Mock compose with fail.
47 2=Mock compose with finished.
48
49
50 --timeout=240 Timeout to use for server communication. Set to 0
51 for no timeout
52
53
54
56 composer-cli blueprints delete tmux-image
57
58
59
60
62 composer-cli-blueprints(1)
63
64
65
67 22-Jul-2023 Auto generated by spf13/cobra
68
69
70
71composer-cli Jul 2023 COMPOSER-CLI(1)