1COMPOSER-CLI(1) COMPOSER-CLI(1)
2
3
4
6 composer-cli-blueprints-push - Push the TOML blueprint file to the
7 server
8
9
10
12 composer-cli blueprints push BLUEPRINT [flags]
13
14
15
17 Push the TOML blueprint file to the server, overwriting the previous
18 version.
19 If the version string in the new blueprint matches the one on the
20 server
21 the .z value is incremented. If it does not match it will be used as-
22 is.
23
24
25
27 -h, --help[=false] help for push
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 push tmux-image.toml
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)