Home | History | Annotate | Download | only in gslib

Lines Matching refs:command_name

81 def CreateGsutilLogger(command_name):
90 command_name: Command name to create logger for.
95 log = logging.getLogger(command_name)
292 'command_name',
336 def CreateCommandSpec(command_name, usage_synopsis=None,
345 command_name=command_name,
361 return self.command_spec.command_name
362 command_name = property(_GetDefaultCommandName)
381 '"%(command_name)s" command. This will stop working on 9/9/2014. '
382 'Please use "%(command_name)s" with the appropriate sub-command in '
383 'the future. See "gsutil help %(command_name)s" for details.') %
385 'command_name': self.command_name})))
432 self.logger = CreateGsutilLogger(self.command_name)
439 'command_spec definition.' % self.command_name)
454 if self.command_name not in self._commands_with_subcommands_and_subopts:
499 (self.command_name, self.command_spec.min_args, tail_str))
502 (self.command_name, self.command_spec.max_args))
504 self.command_spec.usage_synopsis, self.command_name)
511 self.command_spec.usage_synopsis, self.command_name))
553 self.command_name)
557 'URLs.' % self.command_name)
586 'implementation' % self.command_name)
593 """Sets the standard or default object ACL depending on self.command_name.
630 self.command_name, self.debug,
771 self.command_name)
822 """Prints the standard or default object ACL depending on self.command_name.
840 if self.command_name == 'defacl':
881 if self.command_name == 'defacl':
893 'command' % (url_str, self.command_name))
932 'allowed by the %s command' % (arg, self.command_name))
952 self.command_name)
1744 cls.logger = CreateGsutilLogger(cls.command_name)