Update
Update arsenic to latest version
Synopsis
Update or check for updates. The default update method is to download the latest release from GitHub.
arsenic update [flags]
Examples
# Update to latest version
arsenic update
# Use go install to update
arsenic update -g
# Download from a specific URL
# Not sure why anyone else would need this. I use it for quickly testing builds on different machines.
arsenic update -u http://10.0.0.2:8000/dist/carbon_darwin_arm64/carbon
# This is typically used after I run the following:
# goreleaser release --clean --snapshot
# python -m http.server
Options
-C, --check Check for update
-f, --force Force update, even if release is not newer
-g, --go-install Use go install instead of downloading release from GitHub
-h, --help help for update
-u, --url string URL to download from (force implies)
Options inherited from parent commands
--config string the arsenic.yaml config file
--debug the arsenic.yaml config file
SEE ALSO
- arsenic - Pentesting conventions