Metadata-Version: 1.0
Name: vectordash
Version: 1.3.1
Summary: Command line interface for interacting with Vectordash GPUs.
Home-page: https://github.com/Vectordash/vectordash-cli
Author: Arbaz Khatib
Author-email: contact@vectordash.com
License: UNKNOWN
Description: A command line tool for interacting with [Vectordash](http://vectordash.com) GPU instances. For a more detailed overview on how to get started, how the commands work, or general questions, please go to our [docs](https://docs.vectordash.com)!1) `vectordash secret <secret_token>` - update's the user's secret token which is used for authentication2) `vectordash list` - lists the machines the user can connect to; these are machines user is currently renting3) `vectordash ssh <machine_id>` - connect the user to a machine via SSH4) `vectordash push <machine_id> <from_path> <to_path>`This uses scp to push files to the machine. If `<to_path>` is not included, then `scp` pushes it to the machine's home directory.5) `vectordash pull <machine_id> <from_path> <to_path>`Same command as above, except we're copying files from the machine to the local machine. If `<to_path>` is not provided, then copies the files to the current directory.
Keywords: vectordash
Platform: UNKNOWN
