{"library":"sceptre-cmd-resolver","title":"Sceptre Cmd Resolver","description":"A Sceptre resolver for executing generic shell commands during stack resolution. This package allows Sceptre to dynamically resolve stack parameters by running arbitrary commands. The current version is 2.0.0, with irregular releases.","language":"python","status":"active","last_verified":"Mon Apr 27","install":{"commands":["pip install sceptre-cmd-resolver"],"cli":null},"imports":["from sceptre.cmd_resolver import CmdResolver"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from sceptre.cmd_resolver import CmdResolver\n\n# Example usage in a Sceptre config\n# resolver: !cmd echo hello\n# This would resolve to \"hello\"\n# The resolver can be instantiated directly for testing:\nresolver = CmdResolver(command='echo hello')\nresult = resolver.resolve()\nprint(result)  # Output: hello","lang":"python","description":"Basic usage of CmdResolver.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}