tapis_cli.commands.taccapis.v2.profiles package

Profiles service commands

Submodules

tapis_cli.commands.taccapis.v2.profiles.formatters module

Formatters customized for profile records and listings

class tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesFormatOne(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesBase, tapis_cli.commands.taccapis.formatters.TaccApisFormatOne

class tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesFormatMany(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesBase, tapis_cli.commands.taccapis.formatters.TaccApisFormatManyUnlimited

tapis_cli.commands.taccapis.v2.profiles.list module

class tapis_cli.commands.taccapis.v2.profiles.list.ProfilesList(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesFormatMany

List all Profiles (requires administrative privileges)

EXTRA_VERBOSITY = 1
VERBOSITY = 1
take_action(parsed_args)

Run command.

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

tapis_cli.commands.taccapis.v2.profiles.search module

class tapis_cli.commands.taccapis.v2.profiles.search.ProfilesSearch(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesFormatMany

HELP_STRING = 'Search by attribute for a Profile'
LEGACY_COMMMAND_STRING = 'profiles-search'
VERBOSITY = 1
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.

tapis_cli.commands.taccapis.v2.profiles.show module

class tapis_cli.commands.taccapis.v2.profiles.show.ProfilesShow(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesFormatOne, tapis_cli.clients.services.mixins.Username

HELP_STRING = 'Show details for a specific Profile'
LEGACY_COMMMAND_STRING = 'profiles-list'
VERBOSITY = 2
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.taccapis.v2.profiles.show_self module

class tapis_cli.commands.taccapis.v2.profiles.show_self.ProfilesShowSelf(app, app_args, cmd_name=None)

Bases: tapis_cli.commands.taccapis.v2.profiles.formatters.ProfilesFormatOne

EXTRA_VERBOSITY = 2
HELP_STRING = 'Show Profile for the authenticated User'
LEGACY_COMMMAND_STRING = 'profiles-list'
VERBOSITY = 2
take_action(parsed_args)

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