Update
Update carbon to latest version
Synopsis
Update or check for updates. The default update method is to download the latest release from GitHub.
carbon update [flags]
Examples
# Update to latest version
carbon update
# Use go install to update
carbon 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.
carbon 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   config file (default is $HOME/carbon.yaml)
      --debug           Debug mode
  -j, --json            Output in JSON
SEE ALSO
- carbon - Carbon - Infrastructure automation for offensive operations.