Floyd Commands¶
Below are the commands that are part of Floyd CLI.
| Command | Description |
|---|---|
| floyd login | Login to Floyd. |
| floyd init | Initialize a Floyd project |
| floyd run | Run your project on Floyd |
| floyd data | Manage data on Floyd |
| floyd logs | Stream logs of your job |
| floyd status | Check status of your jobs |
| floyd clone | Clone an existing floyd project |
| floyd output | View the output of a job |
| floyd info | See details of a job |
| floyd stop | Terminate a job |
| floyd logout | Logout from Floyd |
| floyd version | See version of floyd client |
| floyd upgrade | Upgrade floyd client |