tapis_cli.commands.local package

Pure client-side commands

Submodules

tapis_cli.commands.local.statuses module

class tapis_cli.commands.local.statuses.Status(app, app_args, cmd_name=None)

Bases: cliff.command.Command

Show API statuses

log = <Logger tapis_cli.commands.local.statuses (WARNING)>
take_action(parsed_args)

Override to do something useful.

The returned value will be returned by the program.

tapis_cli.commands.local.variables module

class tapis_cli.commands.local.variables.VariablesList(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.formatters.TaccApisFormatManyUnlimited, tapis_cli.clients.services.mixins.UploadJSONTemplate

HELP_STRING = 'Show active template variable names and values'
get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Run command.

Return a tuple containing the column names and an iterable containing the data to be listed.

class tapis_cli.commands.local.variables.VariablesInit(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.formatters.TaccApisFormatOne

HELP_STRING = 'Create an .ini file to support templating'
get_parser(prog_name)

Return an argparse.ArgumentParser.

take_action(parsed_args)

Return a two-part tuple with a tuple of column names and a tuple of values.

tapis_cli.commands.local.versions module

class tapis_cli.commands.local.versions.Version(app, app_args, cmd_name=None)

Bases: cliff.command.Command

Show API versions

log = <Logger tapis_cli.commands.local.versions (WARNING)>
take_action(parsed_args)

Override to do something useful.

The returned value will be returned by the program.