pulumi / deploy-demos

8 stars 5 forks source link

docs: All around refactor & add streaming logs/list deployments APIs #5

Closed stevesloka closed 1 year ago

stevesloka commented 2 years ago

Refactors the logs all around for a single line per entry as well as fixing minor mistakes in some examples. Adds streaming logs which utlizes a token which is included in a response, passing to the next requets will continue streaming logs from where they were last returned. Adds list deployments endpoints allowing for an optionally filtered list of Deployments by stack. Page size and page are also included as optional parameters.