tapis_cli.commands.local package¶
Pure client-side commands
Subpackages¶
Submodules¶
tapis_cli.commands.local.statuses module¶
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.
-