-
Notifications
You must be signed in to change notification settings - Fork 1
/
default.aloe.yaml
38 lines (38 loc) · 1.92 KB
/
default.aloe.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
base_url: https://slosive.github.io
description: Generate Sloth SLO/SLI definitions from code annotations.
errors_definitions:
clean_artefacts_error:
code: clean_artefacts_error
details: |-
The tool has failed to delete the artefacts from the previous execution.
Try manually deleting them before running the tool again.
summary: The tool has failed to delete the artefacts from the previous execution.
title: Error Removing Previous Artefacts
invalid_log_level:
code: invalid_log_level
details: |-
The log level passed to the --log-level flag is not currently supported by the tool.
The following are supported: none, debug, info(default), warn.
summary: The log level passed to the --log-level flag is not supported.
title: Invalid Log-Level Argument
unsupported_language:
code: unsupported_language
details: |-
The source language passed to the --lang flag is not currently supported by the tool.
The following are the supported languages: go, wasm(experimental).
summary: The language passed to the --lang flag is not supported.
title: Unsupported TargetLanguage Error
unsupported_output_format:
code: unsupported_output_format
details: |-
The format passed to the --lang flag is not currently supported by the tool.
The following are the supported languages: yaml(default), json.
summary: The format passed to the --format flag is not supported.
title: Unsupported Output Format Error
write_artefacts_error:
code: write_artefacts_error
details: The tool has failed to print outputDirectory the Sloth definitions for service.
summary: The tool has failed to print outputDirectory the Sloth definitions for service.
title: Error Creating Artefacts
name: sloscribe
version: v0.1.0-alpha.5