The freezerclient.v1.clients Module

class freezerclient.v1.clients.ClientDelete(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Delete a client from the api

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.clients.ClientList(app, app_args, cmd_name=None)[source]

Bases: cliff.lister.Lister

List of clients registered in the api

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.clients.ClientRegister(app, app_args, cmd_name=None)[source]

Bases: cliff.command.Command

Register a new client

get_parser(prog_name)[source]
take_action(parsed_args)[source]
class freezerclient.v1.clients.ClientShow(app, app_args, cmd_name=None)[source]

Bases: cliff.show.ShowOne

Show a single client

get_parser(prog_name)[source]
take_action(parsed_args)[source]