# Scaleway CLI Documentation

Welcome to the Scaleway CLI documentation. The Scaleway CLI is a powerful tool to manage your Scaleway resources from the command line.

## Quick Start

- **[Cookbook](/cli/cookbook)** - Practical examples and recipes for common tasks
- **[Commands Reference](/cli/)** - Complete list of all available commands
- **[Developer Guide](/cli/developer)** - Contributing and development information
- **[Docker Integration](/cli/docker)** - Using the CLI with Docker
- **[Migration Guide](/cli/migration_guide_v2)** - Migrating from older CLI versions

## Installation

To install the Scaleway CLI, follow the [official installation guide](https://www.scaleway.com/en/docs/developers/scaleway-cli/install-scaleway-cli/).

## Configuration

After installation, configure your CLI with:

```bash
scw init
```

This will guide you through setting up your credentials and default configuration.

## Basic Commands

```bash
# List all available commands
scw help

# Show command-specific help
scw help <command>

# Example: List instances
scw instance server list

# Example: Create an instance
scw instance server create
```

## Resources

- [GitHub Repository](https://github.com/scaleway/scaleway-cli)
- [Official Documentation](https://www.scaleway.com/en/docs/developers/scaleway-cli/)
- [Community Support](https://github.com/scaleway/scaleway-cli/discussions)
