petems / tugboat

A command line tool for interacting with your DigitalOcean droplets.
MIT License
1.45k stars 89 forks source link

snapshot not working #280

Closed mxdpeep closed 6 years ago

mxdpeep commented 7 years ago

$ tugboat snapshot xxx.gscloud.cz Tugboat attempted to find a droplet with no arguments. Try running tugboat snapshot dropletname For more help run: tugboat help snapshot

petems commented 7 years ago

@mxdpeep snapshot requires the exact name or ID of a droplet (no fuzzy matching):

The help needs updating however:

Usage:
  tugboat snapshot SNAPSHOT_NAME FUZZY_NAME [OPTIONS]

Options:
  -i, [--id=ID]      # The ID of the droplet.
  -n, [--name=NAME]  # The exact name of the droplet
  -q, [--quiet]

Queue a snapshot of the droplet.