vectordash-cli
A command line tool for interacting with Vectordash GPU instances.
For a more detailed overview on how to get started, how the commands work, or general questions, please go to our docs!
Usage Examples
-
vectordash login
- update's the user's login credentials which is used for authentication -
vectordash list
- lists the machines the user can connect to; these are machines user is currently renting -
vectordash ssh <machine_id>
- connect the user to a machine via SSH -
vectordash jupyter <machine_id>
- serve a Jupyter notebook from the Vectordash instance to your local machine -
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.
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.