예제 #1
0
 def Filter(self, unused_context, unused_args):
     log.warn(
         'The `gcloud preview app` command group is deprecated; please use '
         'the `gcloud app` commands instead.')
     checks.RaiseIfNotPython27()
예제 #2
0
 def Filter(self, unused_context, unused_args):
     checks.RaiseIfNotPython27()
     resources.REGISTRY.SetParamDefault(
         'appengine', None, 'appsId',
         properties.VALUES.core.project.Get(required=True))
예제 #3
0
 def Filter(self, unused_context, unused_args):
     checks.RaiseIfNotPython27()