Documentation
¶
Index ¶
- Variables
- func Add(user model.User, cert model.Cert)
- func Attach(user model.User, cert model.Cert, domain string)
- func Detach(user model.User, cert model.Cert, domain string)
- func Info(user model.User, cert model.Cert) *Session
- func List(user model.User) *Session
- func Remove(user model.User, cert model.Cert)
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func Add ¶
Add executes `deis certs:add` as the specified user to add the specified cert.
func Attach ¶
Attach executes `deis certs:attach` as the specified user to attach the specified cert to the specified domain.
func Detach ¶
Detatch executes `deis certs:detach` as the specified user to detach the specified cert from the specified domain.
func Info ¶
Info executes `deis certs:info` as the specified user to retrieve information about the specified cert.
func List ¶
List executes `deis certs:list` as the specified user.
Types ¶
This section is empty.
Source Files
¶
- commands.go
Click to show internal directories.
Click to hide internal directories.