pulumi/sdk/nodejs/automation
Charlie Haley b57c60f90f
add support for --import-file when using the Automation API (#16071)
<!--- 
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. -->

Fixes # (issue)

## Checklist

- [x] I have run `make tidy` to update any new dependencies
- [x] I have run `make lint` to verify my code passes the lint check
  - [x] 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.
-->
- [x] 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. -->

---------

Co-authored-by: Thomas Gummerer <t.gummerer@gmail.com>
2024-04-30 11:31:43 +00:00
..
cmd.ts Export automation.tag.TagMap type & @param tag fixes (#15774) 2024-03-25 14:33:15 +00:00
config.ts Removing x namespace from go/python/nodejs automation packages (#6518) 2021-04-14 19:32:18 +01:00
errors.ts Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
events.ts [apitype] Add RetainOnDelete to StepEventStateMetadata 2023-06-26 12:50:39 -07:00
index.ts Export automation.tag.TagMap type & @param tag fixes (#15774) 2024-03-25 14:33:15 +00:00
localWorkspace.ts Use new API for deployments (#15684) 2024-04-16 23:23:56 +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 Rename filestate to DIY (#15314) 2024-01-30 15:53:10 +00:00
remoteWorkspace.ts Use new API for deployments (#15684) 2024-04-16 23:23:56 +00:00
server.ts improve error message when gRPC fails (#15656) 2024-03-13 09:07:54 +00:00
stack.ts add support for --import-file when using the Automation API (#16071) 2024-04-30 11:31:43 +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 Export automation.tag.TagMap type & @param tag fixes (#15774) 2024-03-25 14:33:15 +00:00