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

Manage DNS records #4487

Merged
merged 7 commits into from
Mar 18, 2024
Merged

Manage DNS records #4487

merged 7 commits into from
Mar 18, 2024

Conversation

ayys
Copy link
Member

@ayys ayys commented Mar 13, 2024

This adds subcommands to manage domains and DNS records.
This PR gives you the ability to list, get, and sync zone files for domains.

Merges PR #4483

$ wasmer domains list # list all domains

$ wasmer domains list <namespace> # list all domains in the namespace

$ wasmer domain get <domain-name>

$ wasmer domain get-zone-file <domain-name>

$ wasmer domain sync-zone-file <zone-file> [--no-delete-missing-records]

@ayys ayys requested a review from syrusakbary as a code owner March 13, 2024 21:55
@ayys ayys requested a review from theduke March 13, 2024 21:56
@ayys ayys marked this pull request as draft March 13, 2024 21:56
@ayys ayys marked this pull request as ready for review March 14, 2024 06:24
lib/cli/src/commands/domain/get.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/domain/get.rs Show resolved Hide resolved
lib/cli/src/commands/domain/list.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/domain/zonefile.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/domain/zonefile.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/domain/zonefile.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/domain/list.rs Outdated Show resolved Hide resolved
lib/cli/src/commands/domain/zonefile.rs Outdated Show resolved Hide resolved
lib/cli/src/types.rs Outdated Show resolved Hide resolved
lib/backend-api/src/query.rs Outdated Show resolved Hide resolved
@ayys ayys enabled auto-merge March 18, 2024 12:01
@ayys ayys merged commit 3ab660e into master Mar 18, 2024
59 checks passed
@ayys ayys deleted the manage-dns branch March 18, 2024 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants