Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(tem): change documentation for tem offers #4458

Closed
wants to merge 4 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions cmd/scw/testdata/test-all-usage-tem-offers-usage.golden
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
This section allows you to manage and get get subscribed information about your project email offer.

USAGE:
scw tem offers

FLAGS:
-h, --help help for offers

GLOBAL FLAGS:
-c, --config string The path to the config file
-D, --debug Enable debug mode
-o, --output string Output format: json or human, see 'scw help output' for more info (default "human")
-p, --profile string The config profile to use
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟥🟥🟥 STDERR️️ 🟥🟥🟥️
Project settings allow you to manage the configuration of your settings.
Project settings allow you to manage the configuration of your projects.

USAGE:
scw tem project-settings
Expand Down
1 change: 1 addition & 0 deletions cmd/scw/testdata/test-all-usage-tem-usage.golden
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ AVAILABLE COMMANDS:
blocklists Blocklist
domain Domain management commands
email Email management commands
offers Project offers management commands
project-settings Project settings management commands
webhook Webhook management commands

Expand Down
19 changes: 17 additions & 2 deletions docs/commands/tem.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ This API allows you to manage your Transactional Email services.
- [Get an email](#get-an-email)
- [Email statuses](#email-statuses)
- [List emails](#list-emails)
- [Project offers management commands](#project-offers-management-commands)
- [Project settings management commands](#project-settings-management-commands)
- [Webhook management commands](#webhook-management-commands)
- [Create a Webhook](#create-a-webhook)
Expand Down Expand Up @@ -392,11 +393,25 @@ scw tem email list [arg=value ...]



## Project offers management commands

This section allows you to manage and get get subscribed information about your project email offer.

This section allows you to manage and get get subscribed information about your project email offer.

**Usage:**

```
scw tem offers
```



## Project settings management commands

Project settings allow you to manage the configuration of your settings.
Project settings allow you to manage the configuration of your projects.

Project settings allow you to manage the configuration of your settings.
Project settings allow you to manage the configuration of your projects.

**Usage:**

Expand Down
Loading