helpers.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:sceptre 作者: cloudreach 项目源码 文件源码
def get_stack(ctx, path):
    """
    Parses the path to generate relevant Envrionment and Stack object.

    :param ctx: Cli context.
    :type ctx: click.Context
    :param path: Path to either stack config or environment folder.
    :type path: str
    """
    return ConfigReader(
        ctx.obj["sceptre_dir"], ctx.obj["options"]
    ).construct_stack(path)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号