Skip to content

Create the domain command #149

@gkpty

Description

@gkpty

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Featuredomainrelated to the domain command for the domain SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions