Documentation ¶
Index ¶
- func Add(workspaceId, email, role string, client *houston.Client, out io.Writer) error
- func Create(label, desc string, client *houston.Client, out io.Writer) error
- func Delete(id string, client *houston.Client, out io.Writer) error
- func GetCurrentWorkspace() (string, error)
- func List(client *houston.Client, out io.Writer) error
- func ListRoles(workspaceId string, client *houston.Client, out io.Writer) error
- func Remove(workspaceId, email string, client *houston.Client, out io.Writer) error
- func Switch(id string, client *houston.Client, out io.Writer) error
- func Update(id string, client *houston.Client, out io.Writer, args map[string]string) error
- func UpdateRole(workspaceId, email, role string, client *houston.Client, out io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetCurrentWorkspace ¶ added in v0.2.2
GetCurrentWorkspace gets the current workspace set in context config Returns a string representing the current workspace and an error if it doesn't exist
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.