module CaidoMutations::Projects

Defined in:

client/mutations.cr

Class Method Summary

Class Method Detail

def self.create(name : String, path : String | Nil = nil) #

Create a project (requires cloud)


[View source]
def self.delete(project_id : String) #

Delete a project (requires cloud)


[View source]
def self.rename(project_id : String, name : String) #

Rename a project (requires cloud)


[View source]
def self.select(project_id : String) #

Select a project (requires cloud)


[View source]