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