MCPcopy Create free account
hub / github.com/aws/aws-cli / initialize

Function initialize

awscli/customizations/codecommit.py:31–35  ·  view source on GitHub ↗

The entry point for the credential helper

(cli)

Source from the content-addressed store, hash-verified

29
30
31def initialize(cli):
32 """
33 The entry point for the credential helper
34 """
35 cli.register('building-command-table.codecommit', inject_commands)
36
37
38def inject_commands(command_table, session, **kwargs):

Callers

nothing calls this directly

Calls 1

registerMethod · 0.45

Tested by

no test coverage detected