UNPKG

@aws/cloudfront-hosting-toolkit

Version:

CloudFront Hosting Toolkit offers the convenience of a managed frontend hosting service while retaining full control over the hosting and deployment infrastructure to make it your own.

10 lines (9 loc) 308 B
#!/usr/bin/env node /** * Retrieves the status of an AWS CodePipeline and displays the status of its stages. * * @async * @function getPipelineStatus * @throws {Error} Throws an error if there is a problem retrieving the pipeline state. */ export declare function handleStatusCommand(): Promise<void>;