def update()

in src/openwhisk/openwhisk.py [0:0]


    def update(self, options):
        options = self.parse_options(options)
        options['overwrite'] = True
        return self.create(options)