1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-blueprints-save - Save the blueprints to TOML files
7
8
9
11 composer-cli blueprints save BLUEPRINT,... [flags]
12
13
14
16 Save the blueprints to TOML files named BLUEPRINT-NAME.toml in the cur‐
17 rent directory.
18
19
20
22 --commit="" blueprint commit to retrieve instead of the latest.
23
24
25 --filename="" Optional path and filename to save blueprint into
26
27
28 -h, --help[=false] help for save
29
30
31
33 -a, --api=1 Server API Version to use
34
35
36 -j, --json[=false] Output the raw JSON response instead of the
37 normal output
38
39
40 --log="" Path to optional logfile
41
42
43 -s, --socket="/run/weldr/api.socket" Path to the server's socket
44 file
45
46
47 --test=0 Pass test mode to compose. 1=Mock compose with fail.
48 2=Mock compose with finished.
49
50
51 --timeout=240 Timeout to use for server communication. Set to 0
52 for no timeout
53
54
55
57 composer-cli blueprints save tmux-image
58 composer-cli blueprints save tmux-image --filename /var/tmp/new-tmux-image.toml
59 composer-cli blueprints save --commit 73da334ba39116cf2af86a6ed5a19598bb9bfdc8 tmux-image
60
61
62
63
65 composer-cli-blueprints(1)
66
67
68
70 22-Jul-2023 Auto generated by spf13/cobra
71
72
73
74composer-cli Jul 2023 COMPOSER-CLI(1)