# Nextcloud Upload Tool (`nut`) — CLI Reference The `nut` CLI provides a fast, pipe-friendly command-line interface for interacting with Nextcloud instances. --- ## Command Syntax ```bash nut [OPTIONS] ``` ### Global Flags - `-h`, `--help`: Print help documentation. - `-V`, `--version`: Print version information. --- ## 1. `nut login` Authenticates and saves a Nextcloud instance account into your operating system's native keychain. ```bash nut login [OPTIONS] ``` ### Arguments - ``: The base URL of the Nextcloud instance (e.g. `https://cloud.example.com` or `http://localhost:8080/nextcloud`). ### Options - `--label