pulumi/sdk/nodejs/automation
Komal e5d5f5ab80
Automation API support for listing environments (#14995)
<!--- 
Thanks so much for your contribution! If this is your first time
contributing, please ensure that you have read the
[CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md)
documentation.
-->

# Description

<!--- Please include a summary of the change and which issue is fixed.
Please also include relevant motivation and context. -->

Automation API support for `pulumi config env ls`

Fixes https://github.com/pulumi/pulumi/issues/14797

## Checklist

- [ ] I have run `make tidy` to update any new dependencies
- [ ] I have run `make lint` to verify my code passes the lint check
  - [ ] I have formatted my code using `gofumpt`

<!--- Please provide details if the checkbox below is to be left
unchecked. -->
- [ ] I have added tests that prove my fix is effective or that my
feature works
<!--- 
User-facing changes require a CHANGELOG entry.
-->
- [ ] I have run `make changelog` and committed the
`changelog/pending/<file>` documenting my change
<!--
If the change(s) in this PR is a modification of an existing call to the
Pulumi Cloud,
then the service should honor older versions of the CLI where this
change would not exist.
You must then bump the API version in
/pkg/backend/httpstate/client/api.go, as well as add
it to the service.
-->
- [ ] Yes, there are changes in this PR that warrants bumping the Pulumi
Cloud API version
<!-- @Pulumi employees: If yes, you must submit corresponding changes in
the service repo. -->
2023-12-22 05:18:14 +00:00
..
cmd.ts Eliminate unnecessary double negations. 2023-05-09 18:35:59 -04:00
config.ts Removing x namespace from go/python/nodejs automation packages (#6518) 2021-04-14 19:32:18 +01:00
errors.ts Apply autoformat 2023-04-28 18:27:10 -04:00
events.ts [apitype] Add RetainOnDelete to StepEventStateMetadata 2023-06-26 12:50:39 -07:00
index.ts [auto/nodejs] Support for remote operations 2022-10-28 12:56:30 -07:00
localWorkspace.ts Automation API support for listing environments (#14995) 2023-12-22 05:18:14 +00:00
minimumVersion.ts [sdk/nodejs] Mark internal APIs `@internal` to filter from SDK docs 2022-09-20 11:54:06 -07:00
projectSettings.ts Use ESlint instead of TSlint (#7719) 2021-08-10 11:31:59 -07:00
remoteStack.ts fix some links 2023-05-19 19:39:26 -07:00
remoteWorkspace.ts Apply autoformat 2023-04-28 18:27:10 -04:00
server.ts Update node sdk to use typescript definitions for grpc and protobufs. (#14415) 2023-12-04 15:22:44 +00:00
stack.ts Automation API support for listing environments (#14995) 2023-12-22 05:18:14 +00:00
stackSettings.ts Apply autoformat 2023-04-28 18:27:10 -04:00
tag.ts Add stack tag support for nodejs automation api sdk 2022-12-14 22:27:56 -05:00
workspace.ts Automation API support for listing environments (#14995) 2023-12-22 05:18:14 +00:00