Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add extra options #117

Merged
merged 8 commits into from
Mar 17, 2021
Merged

feat: Add extra options #117

merged 8 commits into from
Mar 17, 2021

Conversation

simenandre
Copy link
Contributor

@simenandre simenandre commented Mar 16, 2021

fixes #88

Note: args is removed.

@simenandre simenandre requested a review from stack72 March 16, 2021 20:13
@@ -4,8 +4,7 @@
"plugin:@typescript-eslint/eslint-recommended",
"plugin:@typescript-eslint/recommended",
"plugin:jest/recommended",
"prettier",
"prettier/@typescript-eslint"
"prettier"
Copy link
Contributor Author

@simenandre simenandre Mar 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prettier/@typescript-eslint has been merged into prettier in eslint-config-prettier 8.0.0. See: https://github.com/prettier/eslint-config-prettier/blob/main/CHANGELOG.md#version-800-2021-02-21

parallel: 3
message: this-is-just-a-test
expect-no-changes: false
diff: true
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing target and targetDependents due to the small test stack 🤷‍♂️

- `comment-on-pr` - (optional) If `true`, then the action will add the results
of the Pulumi action to the PR

- `github-token` - (required if comment-on-pr) A GitHub token that has access
levels to allow the Action to comment on a PR.

### Extra options
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should add a small comment here to suggest that these extra options, are the equivalent of the command line args

parallel:
description: 'Allow P resource operations to run in parallel at once (1 for no parallelism). Defaults to unbounded.'
required: false
default: '2147483647'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this relates to what the automation api does - this isn't actually the number we pass, this is to document what we can do

* master:
  ci: Automatically update dist files on every push (#119)
  feat: Add `upsert` option (#118)
  chore(deps-dev): bump eslint-plugin-jest from 24.3.1 to 24.3.2 (#120)
  chore(deps-dev): bump @typescript-eslint/eslint-plugin from 4.17.0 to 4.18.0 (#116)
  chore(deps-dev): bump @typescript-eslint/parser from 4.17.0 to 4.18.0 (#115)
  chore(deps-dev): bump @types/node from 14.14.34 to 14.14.35 (#114)
@pulumi pulumi deleted a comment from pulumi-bot Mar 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Passing arguments (e.g. diff, parallel)
2 participants