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

NAME

6       composer-cli-blueprints-delete - Delete the blueprint from the server
7
8
9

SYNOPSIS

11       composer-cli blueprints delete BLUEPRINT [flags]
12
13
14

DESCRIPTION

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

OPTIONS

27       -h, --help[=false]      help for delete
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

SEE ALSO

56       composer-cli-blueprints(1)
57
58
59

HISTORY

61       8-Sep-2022 Auto generated by spf13/cobra
62
63
64
65composer-cli                       Sep 2022                    COMPOSER-CLI(1)
Impressum