1COMPOSER-CLI(1)                                                COMPOSER-CLI(1)
2
3
4

NAME

6       composer-cli-blueprints-diff  -  list the differences between two blue‐
7       print commits
8
9
10

SYNOPSIS

12       composer-cli blueprints diff BLUEPRINT FROM-COMMIT TO-COMMIT [--  DIFF-
13       ARG ...] [flags]
14
15
16

DESCRIPTION

18       diff lists the differences between two blueprint commits:
19           FROM-COMMIT is a commit hash or NEWEST,
20           and TO-COMMIT is a commit hash, NEWEST, or WORKSPACE
21         Arguments  passed  after  --  are  passed directly to the system diff
22       utility.
23
24
25

OPTIONS

27       -h, --help[=false]      help for diff
28
29
30

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

56                composer-cli blueprints diff simple HASH WORKSPACE
57                composer-cli blueprints diff simple HASH NEWEST -- -c --minimal
58
59
60
61

SEE ALSO

63       composer-cli-blueprints(1)
64
65
66

HISTORY

68       22-Jul-2023 Auto generated by spf13/cobra
69
70
71
72composer-cli                       Jul 2023                    COMPOSER-CLI(1)
Impressum