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

Create the domain command #149

Open
gkpty opened this issue Aug 25, 2020 · 0 comments
Open

Create the domain command #149

gkpty opened this issue Aug 25, 2020 · 0 comments
Labels
domain related to the domain command for the domain SDK Feature

Comments

@gkpty
Copy link
Contributor

gkpty commented Aug 25, 2020

The domain or dns command should allow users to carry out a series of different actions associated to domain/dns objects.

torus domain [OBJECT] [ACTION]

Objects include:

  • record
  • ns
  • reroute

actions include:

  • list
  • create
  • update
  • delete

flags include

  • ns (multiple)
  • name (required if object = record && action = create/update/delete)
  • type (required if object = record && action = create/update/delete)
  • value (required if object = record && action = create/update)
  • ttl
  • alias
  • url (required if object = reroute)
@gkpty gkpty added Feature domain related to the domain command for the domain SDK labels Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain related to the domain command for the domain SDK Feature
Projects
None yet
Development

No branches or pull requests

1 participant