Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 1018 Bytes

deployment-logs.md

File metadata and controls

38 lines (28 loc) · 1018 Bytes

Deployment Logs

Deployment logs are available in both the web UI and CLI. Logs are streamed in realtime during provisioning, runtime, and teardown, and are available as static values after the deployment is stopped.

{% tabs %} {% tab title="Web UI" %} To view the Deployment logs, navigate to the Logs tab of the Deployment.

Logs are available for deployments {% endtab %}

{% tab title="CLI" %}

Syntax

gradient deployments logs --id <deployment> [OPTIONS]

Parameters

Usage: gradient deployments logs [OPTIONS]

  List deployment logs

Options:
  --id TEXT                 [required]
  --line INTEGER
  --limit INTEGER
  --follow TEXT
  --apiKey TEXT             API key to use this time only
  --optionsFile PATH        Path to YAML file with predefined options
  --createOptionsFile PATH  Generate template options file
  --help                    Show this message and exit.

{% endtab %} {% endtabs %}