LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

scw

Scaleway cloud infrastructure CLI

TLDR

Login / configure profile
$ scw init
copy
List instances
$ scw instance server list
copy
Create a small instance
$ scw instance server create type=[DEV1-S] image=[ubuntu_noble] zone=[fr-par-1]
copy
Kubernetes cluster helper
$ scw k8s cluster list
copy

SYNOPSIS

scw *product* *resource* *command* [*args*]

DESCRIPTION

scw is the official Scaleway CLI (v2) for managing cloud resources—instances, object storage, Kubernetes (Kapsule), networking, and more—from the terminal. Hierarchical commands mirror the Scaleway API. Docs: https://cli.scaleway.com/

PARAMETERS

init

Interactive configuration of access keys and default zone/region.
*product* *resource* *verb*
e.g. instance server list, object list.
-o *json*|*yaml*|*human*
Output format (common global flag).
--help
Context-sensitive help at any command level.

INSTALL

sudo pacman -S scaleway-cli
copy
sudo apk add scaleway-cli
copy
brew install scw
copy
nix profile install nixpkgs#scaleway-cli
copy

CAVEATS

Requires Scaleway API keys; store them securely. Resource names and SKUs change—check current product docs. Incurs cloud costs when creating paid resources.

SEE ALSO

aws(1), doctl(1), kubectl(1)

RESOURCES

Copied to clipboard
Kai