def extract()

in modular_cli_sdk/services/credentials_manager.py [0:0]


    def extract(self) -> dict:
        """
        Extract credentials. Works with file system in standalone installation or
        with AWS Parameter Store if module is a part of Modular-API
        """
        ...