Arvancloud Command Line Interface
ArvanCLI is a user-first, machine-friendly, cross-platform CLI tool for orchestrating and managing your resources on Arvancloud. It enables you to interact with Arvancloud services quickly and consistently in scripts, CI/CD pipelines, or manual operations, with first-class support for Unix-like systems and Windows.
Command Structure
ArvanCLI commands follow a consistent structure and comply with POSIX:
arvan [command] [subcommand] [arguments] [flags]
This structure includes:
-
arvan: The main executable.
-
[command]: The main service or category you want to interact with (e.g., auth, edge, cdn).
-
[subcommand]: The specific action you want to perform (e.g., login, list, deploy).
-
[arguments]: Positional arguments required by the subcommand (e.g., a project name or an ID).
-
[flags]: Optional flags to modify the command's behavior (e.g., --file <path>, --since 1h).