github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs-website/static/docs/tutorials/package_deploy_remove_no_confirm.html (about) 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <style type="text/css"> 5 body {background-color: black;} 6 pre { 7 font-weight: normal; 8 color: #bbb; 9 white-space: -moz-pre-wrap; 10 white-space: -o-pre-wrap; 11 white-space: -pre-wrap; 12 white-space: pre-wrap; 13 word-wrap: break-word; 14 overflow-wrap: break-word; 15 } 16 b {font-weight: normal} 17 b.BOLD {color: #fff} 18 b.ITA {font-style: italic} 19 b.UND {text-decoration: underline} 20 b.STR {text-decoration: line-through} 21 b.UNDSTR {text-decoration: underline line-through} 22 b.BLK {color: #000000} 23 b.RED {color: #aa0000} 24 b.GRN {color: #00aa00} 25 b.YEL {color: #aa5500} 26 b.BLU {color: #0000aa} 27 b.MAG {color: #aa00aa} 28 b.CYN {color: #00aaaa} 29 b.WHI {color: #aaaaaa} 30 b.HIK {color: #555555} 31 b.HIR {color: #ff5555} 32 b.HIG {color: #55ff55} 33 b.HIY {color: #ffff55} 34 b.HIB {color: #5555ff} 35 b.HIM {color: #ff55ff} 36 b.HIC {color: #55ffff} 37 b.HIW {color: #ffffff} 38 b.BBLK {background-color: #000000} 39 b.BRED {background-color: #aa0000} 40 b.BGRN {background-color: #00aa00} 41 b.BYEL {background-color: #aa5500} 42 b.BBLU {background-color: #0000aa} 43 b.BMAG {background-color: #aa00aa} 44 b.BCYN {background-color: #00aaaa} 45 b.BWHI {background-color: #aaaaaa} 46 </style> 47 </head> 48 <body> 49 <pre> 50 <b class=WHI>$ jackal package remove dos-games</b> 51 <b class=YEL>Saving log file to</b> 52 <b class=YEL>/var/folders/bk/rz1xx2sd5zn134c0_j1s2n5r0000gp/T/jackal-2023-03-23-10-07-47-1612529511.log</b> 53 <b class=YEL></b>Error: required flag(s) "confirm" not set 54 Usage: 55 jackal package remove {PACKAGE_NAME|PACKAGE_FILE} [flags] 56 57 Aliases: 58 remove, u 59 60 Flags: 61 --components string Comma-separated list of components to uninstall 62 --confirm REQUIRED. Confirm the removal action to prevent accidental deletions 63 -h, --help help for remove 64 65 Global Flags: 66 -a, --architecture string Architecture for OCI images 67 --insecure Allow access to insecure registries and disable other recommended security enforcements. This flag should only be used if you have a specific reason and accept the reduced security posture. 68 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 69 --no-log-file Disable log file creation 70 --no-progress Disable fancy UI progress bars, spinners, logos, etc 71 --tmpdir string Specify the temporary directory to use for intermediate files 72 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 73 74 Error: required flag(s) "confirm" not set 75 </pre> 76 </body> 77 </html>