projen 0.97.1__py3-none-any.whl → 0.97.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of projen might be problematic. Click here for more details.
- projen/_jsii/__init__.py +1 -1
- projen/_jsii/projen@0.97.2.jsii.tgz +0 -0
- projen/awscdk/__init__.py +9 -9
- projen/build/__init__.py +3 -3
- projen/cdk/__init__.py +10 -10
- projen/cdk8s/__init__.py +6 -6
- projen/cdktf/__init__.py +3 -3
- projen/github/__init__.py +14 -10
- projen/javascript/__init__.py +5 -5
- projen/release/__init__.py +10 -10
- projen/typescript/__init__.py +7 -7
- projen/web/__init__.py +12 -12
- {projen-0.97.1.data → projen-0.97.2.data}/scripts/projen +1 -1
- {projen-0.97.1.dist-info → projen-0.97.2.dist-info}/METADATA +1 -1
- projen-0.97.2.dist-info/RECORD +27 -0
- projen/_jsii/projen@0.97.1.jsii.tgz +0 -0
- projen-0.97.1.dist-info/RECORD +0 -27
- {projen-0.97.1.dist-info → projen-0.97.2.dist-info}/LICENSE +0 -0
- {projen-0.97.1.dist-info → projen-0.97.2.dist-info}/WHEEL +0 -0
- {projen-0.97.1.dist-info → projen-0.97.2.dist-info}/top_level.txt +0 -0
projen/_jsii/__init__.py
CHANGED
|
@@ -31,7 +31,7 @@ def check_type(argname: str, value: object, expected_type: typing.Any) -> typing
|
|
|
31
31
|
import constructs._jsii
|
|
32
32
|
|
|
33
33
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
34
|
-
"projen", "0.97.
|
|
34
|
+
"projen", "0.97.2", __name__[0:-6], "projen@0.97.2.jsii.tgz"
|
|
35
35
|
)
|
|
36
36
|
|
|
37
37
|
__all__ = [
|
|
Binary file
|
projen/awscdk/__init__.py
CHANGED
|
@@ -558,7 +558,7 @@ class AwsCdkConstructLibrary(
|
|
|
558
558
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
559
559
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
560
560
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
561
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
561
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
562
562
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
563
563
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
564
564
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -2705,7 +2705,7 @@ class AwsCdkTypeScriptApp(
|
|
|
2705
2705
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
2706
2706
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
2707
2707
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
2708
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
2708
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
2709
2709
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
2710
2710
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
2711
2711
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -3851,7 +3851,7 @@ class ConstructLibraryAws(
|
|
|
3851
3851
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
3852
3852
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
3853
3853
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
3854
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
3854
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
3855
3855
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
3856
3856
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
3857
3857
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -6575,7 +6575,7 @@ class AwsCdkConstructLibraryOptions(
|
|
|
6575
6575
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
6576
6576
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
6577
6577
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
6578
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
6578
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
6579
6579
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
6580
6580
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
6581
6581
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -8930,7 +8930,7 @@ class AwsCdkConstructLibraryOptions(
|
|
|
8930
8930
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
8931
8931
|
'''(experimental) The git identity to use in workflows.
|
|
8932
8932
|
|
|
8933
|
-
:default: - GitHub Actions
|
|
8933
|
+
:default: - default GitHub Actions user
|
|
8934
8934
|
|
|
8935
8935
|
:stability: experimental
|
|
8936
8936
|
'''
|
|
@@ -12817,7 +12817,7 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
12817
12817
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
12818
12818
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
12819
12819
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
12820
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
12820
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
12821
12821
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
12822
12822
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
12823
12823
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -15129,7 +15129,7 @@ class AwsCdkTypeScriptAppOptions(
|
|
|
15129
15129
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
15130
15130
|
'''(experimental) The git identity to use in workflows.
|
|
15131
15131
|
|
|
15132
|
-
:default: - GitHub Actions
|
|
15132
|
+
:default: - default GitHub Actions user
|
|
15133
15133
|
|
|
15134
15134
|
:stability: experimental
|
|
15135
15135
|
'''
|
|
@@ -16182,7 +16182,7 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
16182
16182
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
16183
16183
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
16184
16184
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
16185
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
16185
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
16186
16186
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
16187
16187
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
16188
16188
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -18539,7 +18539,7 @@ class ConstructLibraryAwsOptions(AwsCdkConstructLibraryOptions):
|
|
|
18539
18539
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
18540
18540
|
'''(experimental) The git identity to use in workflows.
|
|
18541
18541
|
|
|
18542
|
-
:default: - GitHub Actions
|
|
18542
|
+
:default: - default GitHub Actions user
|
|
18543
18543
|
|
|
18544
18544
|
:stability: experimental
|
|
18545
18545
|
'''
|
projen/build/__init__.py
CHANGED
|
@@ -292,7 +292,7 @@ class BuildWorkflow(
|
|
|
292
292
|
:param build_task: (experimental) The task to execute in order to build the project.
|
|
293
293
|
:param artifacts_directory: (experimental) A name of a directory that includes build artifacts. Default: "dist"
|
|
294
294
|
:param container_image: (experimental) The container image to use for builds. Default: - the default workflow container
|
|
295
|
-
:param git_identity: (experimental) Git identity to use for the workflow. Default: - default
|
|
295
|
+
:param git_identity: (experimental) Git identity to use for the workflow. Default: - default GitHub Actions user
|
|
296
296
|
:param mutable_build: (experimental) Automatically update files modified during builds to pull-request branches. This means that any files synthesized by projen or e.g. test snapshots will always be up-to-date before a PR is merged. Implies that PR builds do not have anti-tamper checks. This is enabled by default only if ``githubTokenSecret`` is set. Otherwise it is disabled, which implies that file changes that happen during build will not be pushed back to the branch. Default: true
|
|
297
297
|
:param post_build_steps: (experimental) Steps to execute after build. Default: []
|
|
298
298
|
:param runs_on: (experimental) Github Runner selection labels. Default: ["ubuntu-latest"]
|
|
@@ -678,7 +678,7 @@ class BuildWorkflowOptions(BuildWorkflowCommonOptions):
|
|
|
678
678
|
:param build_task: (experimental) The task to execute in order to build the project.
|
|
679
679
|
:param artifacts_directory: (experimental) A name of a directory that includes build artifacts. Default: "dist"
|
|
680
680
|
:param container_image: (experimental) The container image to use for builds. Default: - the default workflow container
|
|
681
|
-
:param git_identity: (experimental) Git identity to use for the workflow. Default: - default
|
|
681
|
+
:param git_identity: (experimental) Git identity to use for the workflow. Default: - default GitHub Actions user
|
|
682
682
|
:param mutable_build: (experimental) Automatically update files modified during builds to pull-request branches. This means that any files synthesized by projen or e.g. test snapshots will always be up-to-date before a PR is merged. Implies that PR builds do not have anti-tamper checks. This is enabled by default only if ``githubTokenSecret`` is set. Otherwise it is disabled, which implies that file changes that happen during build will not be pushed back to the branch. Default: true
|
|
683
683
|
:param post_build_steps: (experimental) Steps to execute after build. Default: []
|
|
684
684
|
:param runs_on: (experimental) Github Runner selection labels. Default: ["ubuntu-latest"]
|
|
@@ -828,7 +828,7 @@ class BuildWorkflowOptions(BuildWorkflowCommonOptions):
|
|
|
828
828
|
def git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
829
829
|
'''(experimental) Git identity to use for the workflow.
|
|
830
830
|
|
|
831
|
-
:default: - default
|
|
831
|
+
:default: - default GitHub Actions user
|
|
832
832
|
|
|
833
833
|
:stability: experimental
|
|
834
834
|
'''
|
projen/cdk/__init__.py
CHANGED
|
@@ -885,8 +885,8 @@ class JsiiGoTarget(_GoPublishOptions_d6430d61):
|
|
|
885
885
|
:param github_deploy_key_secret: (experimental) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``false``. Default: "GO_GITHUB_DEPLOY_KEY"
|
|
886
886
|
:param github_token_secret: (experimental) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``true``. Default: "GO_GITHUB_TOKEN"
|
|
887
887
|
:param github_use_ssh: (experimental) Use SSH to push to GitHub instead of a personal accses token. Default: false
|
|
888
|
-
:param git_user_email: (experimental) The email to use in the release git commit. Default:
|
|
889
|
-
:param git_user_name: (experimental) The user name to use for the release git commit. Default:
|
|
888
|
+
:param git_user_email: (experimental) The email to use in the release git commit. Default: - default GitHub Actions user email
|
|
889
|
+
:param git_user_name: (experimental) The user name to use for the release git commit. Default: - default GitHub Actions user name
|
|
890
890
|
:param module_name: (experimental) The name of the target repository in which this module will be published (e.g. github.com/owner/repo). The module itself will always be published under a subdirectory named according to the ``packageName`` of the module (e.g. github.com/foo/bar/pkg).
|
|
891
891
|
:param package_name: (experimental) The name of the Go package name. If not specified, package name will be derived from the JavaScript module name by removing non-alphanumeric characters (e.g. Default: - derived from the JavaScript module name
|
|
892
892
|
:param version_suffix: (experimental) A suffix appended at the end of the module version (e.g ``"-devprefix"``). Default: - none
|
|
@@ -1059,7 +1059,7 @@ class JsiiGoTarget(_GoPublishOptions_d6430d61):
|
|
|
1059
1059
|
def git_user_email(self) -> typing.Optional[builtins.str]:
|
|
1060
1060
|
'''(experimental) The email to use in the release git commit.
|
|
1061
1061
|
|
|
1062
|
-
:default:
|
|
1062
|
+
:default: - default GitHub Actions user email
|
|
1063
1063
|
|
|
1064
1064
|
:stability: experimental
|
|
1065
1065
|
'''
|
|
@@ -1070,7 +1070,7 @@ class JsiiGoTarget(_GoPublishOptions_d6430d61):
|
|
|
1070
1070
|
def git_user_name(self) -> typing.Optional[builtins.str]:
|
|
1071
1071
|
'''(experimental) The user name to use for the release git commit.
|
|
1072
1072
|
|
|
1073
|
-
:default:
|
|
1073
|
+
:default: - default GitHub Actions user name
|
|
1074
1074
|
|
|
1075
1075
|
:stability: experimental
|
|
1076
1076
|
'''
|
|
@@ -1699,7 +1699,7 @@ class JsiiProject(
|
|
|
1699
1699
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
1700
1700
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
1701
1701
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
1702
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
1702
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
1703
1703
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
1704
1704
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
1705
1705
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -2456,7 +2456,7 @@ class JsiiProjectOptions(_TypeScriptProjectOptions_d10c83f7):
|
|
|
2456
2456
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
2457
2457
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
2458
2458
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
2459
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
2459
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
2460
2460
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
2461
2461
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
2462
2462
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -4744,7 +4744,7 @@ class JsiiProjectOptions(_TypeScriptProjectOptions_d10c83f7):
|
|
|
4744
4744
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
4745
4745
|
'''(experimental) The git identity to use in workflows.
|
|
4746
4746
|
|
|
4747
|
-
:default: - GitHub Actions
|
|
4747
|
+
:default: - default GitHub Actions user
|
|
4748
4748
|
|
|
4749
4749
|
:stability: experimental
|
|
4750
4750
|
'''
|
|
@@ -5709,7 +5709,7 @@ class ConstructLibrary(
|
|
|
5709
5709
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
5710
5710
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
5711
5711
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
5712
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
5712
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
5713
5713
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
5714
5714
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
5715
5715
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -6476,7 +6476,7 @@ class ConstructLibraryOptions(JsiiProjectOptions):
|
|
|
6476
6476
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
6477
6477
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
6478
6478
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
6479
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
6479
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
6480
6480
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
6481
6481
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
6482
6482
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -8770,7 +8770,7 @@ class ConstructLibraryOptions(JsiiProjectOptions):
|
|
|
8770
8770
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
8771
8771
|
'''(experimental) The git identity to use in workflows.
|
|
8772
8772
|
|
|
8773
|
-
:default: - GitHub Actions
|
|
8773
|
+
:default: - default GitHub Actions user
|
|
8774
8774
|
|
|
8775
8775
|
:stability: experimental
|
|
8776
8776
|
'''
|
projen/cdk8s/__init__.py
CHANGED
|
@@ -2738,7 +2738,7 @@ class Cdk8sTypeScriptApp(
|
|
|
2738
2738
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
2739
2739
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
2740
2740
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
2741
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
2741
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
2742
2742
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
2743
2743
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
2744
2744
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -3509,7 +3509,7 @@ class Cdk8sTypeScriptAppOptions(
|
|
|
3509
3509
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
3510
3510
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
3511
3511
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
3512
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
3512
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
3513
3513
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
3514
3514
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
3515
3515
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -5779,7 +5779,7 @@ class Cdk8sTypeScriptAppOptions(
|
|
|
5779
5779
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
5780
5780
|
'''(experimental) The git identity to use in workflows.
|
|
5781
5781
|
|
|
5782
|
-
:default: - GitHub Actions
|
|
5782
|
+
:default: - default GitHub Actions user
|
|
5783
5783
|
|
|
5784
5784
|
:stability: experimental
|
|
5785
5785
|
'''
|
|
@@ -6467,7 +6467,7 @@ class ConstructLibraryCdk8s(
|
|
|
6467
6467
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
6468
6468
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
6469
6469
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
6470
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
6470
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
6471
6471
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
6472
6472
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
6473
6473
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -7263,7 +7263,7 @@ class ConstructLibraryCdk8sOptions(_ConstructLibraryOptions_dcd2adc0):
|
|
|
7263
7263
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
7264
7264
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
7265
7265
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
7266
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
7266
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
7267
7267
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
7268
7268
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
7269
7269
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -9580,7 +9580,7 @@ class ConstructLibraryCdk8sOptions(_ConstructLibraryOptions_dcd2adc0):
|
|
|
9580
9580
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
9581
9581
|
'''(experimental) The git identity to use in workflows.
|
|
9582
9582
|
|
|
9583
|
-
:default: - GitHub Actions
|
|
9583
|
+
:default: - default GitHub Actions user
|
|
9584
9584
|
|
|
9585
9585
|
:stability: experimental
|
|
9586
9586
|
'''
|
projen/cdktf/__init__.py
CHANGED
|
@@ -359,7 +359,7 @@ class ConstructLibraryCdktf(
|
|
|
359
359
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
360
360
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
361
361
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
362
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
362
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
363
363
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
364
364
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
365
365
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -1125,7 +1125,7 @@ class ConstructLibraryCdktfOptions(_ConstructLibraryOptions_dcd2adc0):
|
|
|
1125
1125
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
1126
1126
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
1127
1127
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
1128
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
1128
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
1129
1129
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
1130
1130
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
1131
1131
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -3426,7 +3426,7 @@ class ConstructLibraryCdktfOptions(_ConstructLibraryOptions_dcd2adc0):
|
|
|
3426
3426
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
3427
3427
|
'''(experimental) The git identity to use in workflows.
|
|
3428
3428
|
|
|
3429
|
-
:default: - GitHub Actions
|
|
3429
|
+
:default: - default GitHub Actions user
|
|
3430
3430
|
|
|
3431
3431
|
:stability: experimental
|
|
3432
3432
|
'''
|
projen/github/__init__.py
CHANGED
|
@@ -1327,7 +1327,7 @@ class CreatePullRequestOptions:
|
|
|
1327
1327
|
:param base_branch: (experimental) Sets the pull request base branch. Default: - The branch checked out in the workflow.
|
|
1328
1328
|
:param branch_name: (experimental) The pull request branch name. Default: ``github-actions/${options.workflowName}``
|
|
1329
1329
|
:param credentials: (experimental) The job credentials used to create the pull request. Provided credentials must have permissions to create a pull request on the repository.
|
|
1330
|
-
:param git_identity: (experimental) The git identity used to create the commit. Default: -
|
|
1330
|
+
:param git_identity: (experimental) The git identity used to create the commit. Default: - default GitHub Actions user
|
|
1331
1331
|
:param labels: (experimental) Labels to apply on the PR. Default: - no labels.
|
|
1332
1332
|
:param signoff: (experimental) Add Signed-off-by line by the committer at the end of the commit log message. Default: true
|
|
1333
1333
|
:param step_id: (experimental) The step ID which produces the output which indicates if a patch was created. Default: "create_pr"
|
|
@@ -1457,7 +1457,7 @@ class CreatePullRequestOptions:
|
|
|
1457
1457
|
def git_identity(self) -> typing.Optional["GitIdentity"]:
|
|
1458
1458
|
'''(experimental) The git identity used to create the commit.
|
|
1459
1459
|
|
|
1460
|
-
:default: -
|
|
1460
|
+
:default: - default GitHub Actions user
|
|
1461
1461
|
|
|
1462
1462
|
:stability: experimental
|
|
1463
1463
|
'''
|
|
@@ -5843,7 +5843,7 @@ class PullRequestFromPatchOptions(CreatePullRequestOptions):
|
|
|
5843
5843
|
:param base_branch: (experimental) Sets the pull request base branch. Default: - The branch checked out in the workflow.
|
|
5844
5844
|
:param branch_name: (experimental) The pull request branch name. Default: ``github-actions/${options.workflowName}``
|
|
5845
5845
|
:param credentials: (experimental) The job credentials used to create the pull request. Provided credentials must have permissions to create a pull request on the repository.
|
|
5846
|
-
:param git_identity: (experimental) The git identity used to create the commit. Default: -
|
|
5846
|
+
:param git_identity: (experimental) The git identity used to create the commit. Default: - default GitHub Actions user
|
|
5847
5847
|
:param labels: (experimental) Labels to apply on the PR. Default: - no labels.
|
|
5848
5848
|
:param signoff: (experimental) Add Signed-off-by line by the committer at the end of the commit log message. Default: true
|
|
5849
5849
|
:param step_id: (experimental) The step ID which produces the output which indicates if a patch was created. Default: "create_pr"
|
|
@@ -5992,7 +5992,7 @@ class PullRequestFromPatchOptions(CreatePullRequestOptions):
|
|
|
5992
5992
|
def git_identity(self) -> typing.Optional[GitIdentity]:
|
|
5993
5993
|
'''(experimental) The git identity used to create the commit.
|
|
5994
5994
|
|
|
5995
|
-
:default: -
|
|
5995
|
+
:default: - default GitHub Actions user
|
|
5996
5996
|
|
|
5997
5997
|
:stability: experimental
|
|
5998
5998
|
'''
|
|
@@ -7231,7 +7231,7 @@ class TaskWorkflow(
|
|
|
7231
7231
|
:param download_lfs: (experimental) Whether to download files from Git LFS for this workflow. Default: - Use the setting on the corresponding GitHub project
|
|
7232
7232
|
:param env: (experimental) Workflow environment variables. Default: {}
|
|
7233
7233
|
:param environment: (experimental) The GitHub Actions environment used for the job. Default: - no environment used
|
|
7234
|
-
:param git_identity: (experimental) The git identity to use in this workflow.
|
|
7234
|
+
:param git_identity: (experimental) The git identity to use in this workflow. Default: - default GitHub Actions user
|
|
7235
7235
|
:param job_defaults: (experimental) Default settings for all steps in the TaskWorkflow Job.
|
|
7236
7236
|
:param outputs: (experimental) Mapping of job output names to values/expressions. Default: {}
|
|
7237
7237
|
:param post_build_steps: (experimental) Actions to run after the main build step. Default: - not set
|
|
@@ -7331,7 +7331,7 @@ class TaskWorkflowJob(
|
|
|
7331
7331
|
:param download_lfs: (experimental) Whether to download files from Git LFS for this workflow. Default: - Use the setting on the corresponding GitHub project
|
|
7332
7332
|
:param env: (experimental) Workflow environment variables. Default: {}
|
|
7333
7333
|
:param environment: (experimental) The GitHub Actions environment used for the job. Default: - no environment used
|
|
7334
|
-
:param git_identity: (experimental) The git identity to use in this workflow.
|
|
7334
|
+
:param git_identity: (experimental) The git identity to use in this workflow. Default: - default GitHub Actions user
|
|
7335
7335
|
:param job_defaults: (experimental) Default settings for all steps in the TaskWorkflow Job.
|
|
7336
7336
|
:param outputs: (experimental) Mapping of job output names to values/expressions. Default: {}
|
|
7337
7337
|
:param post_build_steps: (experimental) Actions to run after the main build step. Default: - not set
|
|
@@ -7569,7 +7569,7 @@ class TaskWorkflowJobOptions:
|
|
|
7569
7569
|
:param download_lfs: (experimental) Whether to download files from Git LFS for this workflow. Default: - Use the setting on the corresponding GitHub project
|
|
7570
7570
|
:param env: (experimental) Workflow environment variables. Default: {}
|
|
7571
7571
|
:param environment: (experimental) The GitHub Actions environment used for the job. Default: - no environment used
|
|
7572
|
-
:param git_identity: (experimental) The git identity to use in this workflow.
|
|
7572
|
+
:param git_identity: (experimental) The git identity to use in this workflow. Default: - default GitHub Actions user
|
|
7573
7573
|
:param job_defaults: (experimental) Default settings for all steps in the TaskWorkflow Job.
|
|
7574
7574
|
:param outputs: (experimental) Mapping of job output names to values/expressions. Default: {}
|
|
7575
7575
|
:param post_build_steps: (experimental) Actions to run after the main build step. Default: - not set
|
|
@@ -7732,6 +7732,8 @@ class TaskWorkflowJobOptions:
|
|
|
7732
7732
|
def git_identity(self) -> typing.Optional[GitIdentity]:
|
|
7733
7733
|
'''(experimental) The git identity to use in this workflow.
|
|
7734
7734
|
|
|
7735
|
+
:default: - default GitHub Actions user
|
|
7736
|
+
|
|
7735
7737
|
:stability: experimental
|
|
7736
7738
|
'''
|
|
7737
7739
|
result = self._values.get("git_identity")
|
|
@@ -7889,7 +7891,7 @@ class TaskWorkflowOptions(TaskWorkflowJobOptions):
|
|
|
7889
7891
|
:param download_lfs: (experimental) Whether to download files from Git LFS for this workflow. Default: - Use the setting on the corresponding GitHub project
|
|
7890
7892
|
:param env: (experimental) Workflow environment variables. Default: {}
|
|
7891
7893
|
:param environment: (experimental) The GitHub Actions environment used for the job. Default: - no environment used
|
|
7892
|
-
:param git_identity: (experimental) The git identity to use in this workflow.
|
|
7894
|
+
:param git_identity: (experimental) The git identity to use in this workflow. Default: - default GitHub Actions user
|
|
7893
7895
|
:param job_defaults: (experimental) Default settings for all steps in the TaskWorkflow Job.
|
|
7894
7896
|
:param outputs: (experimental) Mapping of job output names to values/expressions. Default: {}
|
|
7895
7897
|
:param post_build_steps: (experimental) Actions to run after the main build step. Default: - not set
|
|
@@ -8068,6 +8070,8 @@ class TaskWorkflowOptions(TaskWorkflowJobOptions):
|
|
|
8068
8070
|
def git_identity(self) -> typing.Optional[GitIdentity]:
|
|
8069
8071
|
'''(experimental) The git identity to use in this workflow.
|
|
8070
8072
|
|
|
8073
|
+
:default: - default GitHub Actions user
|
|
8074
|
+
|
|
8071
8075
|
:stability: experimental
|
|
8072
8076
|
'''
|
|
8073
8077
|
result = self._values.get("git_identity")
|
|
@@ -8792,7 +8796,7 @@ class WorkflowActions(
|
|
|
8792
8796
|
:param base_branch: (experimental) Sets the pull request base branch. Default: - The branch checked out in the workflow.
|
|
8793
8797
|
:param branch_name: (experimental) The pull request branch name. Default: ``github-actions/${options.workflowName}``
|
|
8794
8798
|
:param credentials: (experimental) The job credentials used to create the pull request. Provided credentials must have permissions to create a pull request on the repository.
|
|
8795
|
-
:param git_identity: (experimental) The git identity used to create the commit. Default: -
|
|
8799
|
+
:param git_identity: (experimental) The git identity used to create the commit. Default: - default GitHub Actions user
|
|
8796
8800
|
:param labels: (experimental) Labels to apply on the PR. Default: - no labels.
|
|
8797
8801
|
:param signoff: (experimental) Add Signed-off-by line by the committer at the end of the commit log message. Default: true
|
|
8798
8802
|
:param step_id: (experimental) The step ID which produces the output which indicates if a patch was created. Default: "create_pr"
|
|
@@ -8925,7 +8929,7 @@ class WorkflowJobs(metaclass=jsii.JSIIMeta, jsii_type="projen.github.WorkflowJob
|
|
|
8925
8929
|
:param base_branch: (experimental) Sets the pull request base branch. Default: - The branch checked out in the workflow.
|
|
8926
8930
|
:param branch_name: (experimental) The pull request branch name. Default: ``github-actions/${options.workflowName}``
|
|
8927
8931
|
:param credentials: (experimental) The job credentials used to create the pull request. Provided credentials must have permissions to create a pull request on the repository.
|
|
8928
|
-
:param git_identity: (experimental) The git identity used to create the commit. Default: -
|
|
8932
|
+
:param git_identity: (experimental) The git identity used to create the commit. Default: - default GitHub Actions user
|
|
8929
8933
|
:param labels: (experimental) Labels to apply on the PR. Default: - no labels.
|
|
8930
8934
|
:param signoff: (experimental) Add Signed-off-by line by the committer at the end of the commit log message. Default: true
|
|
8931
8935
|
:param step_id: (experimental) The step ID which produces the output which indicates if a patch was created. Default: "create_pr"
|
projen/javascript/__init__.py
CHANGED
|
@@ -5873,7 +5873,7 @@ class NodeProject(
|
|
|
5873
5873
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
5874
5874
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
5875
5875
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
5876
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
5876
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
5877
5877
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
5878
5878
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
5879
5879
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -7010,7 +7010,7 @@ class NodeProjectOptions(
|
|
|
7010
7010
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
7011
7011
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
7012
7012
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
7013
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
7013
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
7014
7014
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
7015
7015
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
7016
7016
|
|
|
@@ -9139,7 +9139,7 @@ class NodeProjectOptions(
|
|
|
9139
9139
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
9140
9140
|
'''(experimental) The git identity to use in workflows.
|
|
9141
9141
|
|
|
9142
|
-
:default: - GitHub Actions
|
|
9142
|
+
:default: - default GitHub Actions user
|
|
9143
9143
|
|
|
9144
9144
|
:stability: experimental
|
|
9145
9145
|
'''
|
|
@@ -12737,7 +12737,7 @@ class UpgradeDependenciesWorkflowOptions:
|
|
|
12737
12737
|
:param branches: (experimental) List of branches to create PR's for. Default: - All release branches configured for the project.
|
|
12738
12738
|
:param container: (experimental) Job container options. Default: - defaults
|
|
12739
12739
|
:param env: (experimental) Build environment variables for the upgrade job. Default: {}
|
|
12740
|
-
:param git_identity: (experimental) The git identity to use for commits. Default:
|
|
12740
|
+
:param git_identity: (experimental) The git identity to use for commits. Default: - default GitHub Actions user
|
|
12741
12741
|
:param labels: (experimental) Labels to apply on the PR. Default: - no labels.
|
|
12742
12742
|
:param permissions: (experimental) Permissions granted to the upgrade job To limit job permissions for ``contents``, the desired permissions have to be explicitly set, e.g.: ``{ contents: JobPermission.NONE }``. Default: ``{ contents: JobPermission.READ }``
|
|
12743
12743
|
:param projen_credentials: (experimental) Choose a method for authenticating with GitHub for creating the PR. When using the default github token, PR's created by this workflow will not trigger any subsequent workflows (i.e the build workflow), so projen requires API access to be provided through e.g. a personal access token or other method. Default: - personal access token named PROJEN_GITHUB_TOKEN
|
|
@@ -12840,7 +12840,7 @@ class UpgradeDependenciesWorkflowOptions:
|
|
|
12840
12840
|
def git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
12841
12841
|
'''(experimental) The git identity to use for commits.
|
|
12842
12842
|
|
|
12843
|
-
:default:
|
|
12843
|
+
:default: - default GitHub Actions user
|
|
12844
12844
|
|
|
12845
12845
|
:stability: experimental
|
|
12846
12846
|
'''
|
projen/release/__init__.py
CHANGED
|
@@ -870,8 +870,8 @@ class GoPublishOptions(CommonPublishOptions):
|
|
|
870
870
|
:param github_deploy_key_secret: (experimental) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``false``. Default: "GO_GITHUB_DEPLOY_KEY"
|
|
871
871
|
:param github_token_secret: (experimental) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``true``. Default: "GO_GITHUB_TOKEN"
|
|
872
872
|
:param github_use_ssh: (experimental) Use SSH to push to GitHub instead of a personal accses token. Default: false
|
|
873
|
-
:param git_user_email: (experimental) The email to use in the release git commit. Default:
|
|
874
|
-
:param git_user_name: (experimental) The user name to use for the release git commit. Default:
|
|
873
|
+
:param git_user_email: (experimental) The email to use in the release git commit. Default: - default GitHub Actions user email
|
|
874
|
+
:param git_user_name: (experimental) The user name to use for the release git commit. Default: - default GitHub Actions user name
|
|
875
875
|
|
|
876
876
|
:stability: experimental
|
|
877
877
|
'''
|
|
@@ -1032,7 +1032,7 @@ class GoPublishOptions(CommonPublishOptions):
|
|
|
1032
1032
|
def git_user_email(self) -> typing.Optional[builtins.str]:
|
|
1033
1033
|
'''(experimental) The email to use in the release git commit.
|
|
1034
1034
|
|
|
1035
|
-
:default:
|
|
1035
|
+
:default: - default GitHub Actions user email
|
|
1036
1036
|
|
|
1037
1037
|
:stability: experimental
|
|
1038
1038
|
'''
|
|
@@ -1043,7 +1043,7 @@ class GoPublishOptions(CommonPublishOptions):
|
|
|
1043
1043
|
def git_user_name(self) -> typing.Optional[builtins.str]:
|
|
1044
1044
|
'''(experimental) The user name to use for the release git commit.
|
|
1045
1045
|
|
|
1046
|
-
:default:
|
|
1046
|
+
:default: - default GitHub Actions user name
|
|
1047
1047
|
|
|
1048
1048
|
:stability: experimental
|
|
1049
1049
|
'''
|
|
@@ -1105,8 +1105,8 @@ class JsiiReleaseGo(GoPublishOptions):
|
|
|
1105
1105
|
:param github_deploy_key_secret: (experimental) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``false``. Default: "GO_GITHUB_DEPLOY_KEY"
|
|
1106
1106
|
:param github_token_secret: (experimental) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``true``. Default: "GO_GITHUB_TOKEN"
|
|
1107
1107
|
:param github_use_ssh: (experimental) Use SSH to push to GitHub instead of a personal accses token. Default: false
|
|
1108
|
-
:param git_user_email: (experimental) The email to use in the release git commit. Default:
|
|
1109
|
-
:param git_user_name: (experimental) The user name to use for the release git commit. Default:
|
|
1108
|
+
:param git_user_email: (experimental) The email to use in the release git commit. Default: - default GitHub Actions user email
|
|
1109
|
+
:param git_user_name: (experimental) The user name to use for the release git commit. Default: - default GitHub Actions user name
|
|
1110
1110
|
|
|
1111
1111
|
:deprecated: Use ``GoPublishOptions`` instead.
|
|
1112
1112
|
|
|
@@ -1269,7 +1269,7 @@ class JsiiReleaseGo(GoPublishOptions):
|
|
|
1269
1269
|
def git_user_email(self) -> typing.Optional[builtins.str]:
|
|
1270
1270
|
'''(experimental) The email to use in the release git commit.
|
|
1271
1271
|
|
|
1272
|
-
:default:
|
|
1272
|
+
:default: - default GitHub Actions user email
|
|
1273
1273
|
|
|
1274
1274
|
:stability: experimental
|
|
1275
1275
|
'''
|
|
@@ -1280,7 +1280,7 @@ class JsiiReleaseGo(GoPublishOptions):
|
|
|
1280
1280
|
def git_user_name(self) -> typing.Optional[builtins.str]:
|
|
1281
1281
|
'''(experimental) The user name to use for the release git commit.
|
|
1282
1282
|
|
|
1283
|
-
:default:
|
|
1283
|
+
:default: - default GitHub Actions user name
|
|
1284
1284
|
|
|
1285
1285
|
:stability: experimental
|
|
1286
1286
|
'''
|
|
@@ -2272,8 +2272,8 @@ class Publisher(
|
|
|
2272
2272
|
:param github_deploy_key_secret: (experimental) The name of the secret that includes a GitHub deploy key used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``false``. Default: "GO_GITHUB_DEPLOY_KEY"
|
|
2273
2273
|
:param github_token_secret: (experimental) The name of the secret that includes a personal GitHub access token used to push to the GitHub repository. Ignored if ``githubUseSsh`` is ``true``. Default: "GO_GITHUB_TOKEN"
|
|
2274
2274
|
:param github_use_ssh: (experimental) Use SSH to push to GitHub instead of a personal accses token. Default: false
|
|
2275
|
-
:param git_user_email: (experimental) The email to use in the release git commit. Default:
|
|
2276
|
-
:param git_user_name: (experimental) The user name to use for the release git commit. Default:
|
|
2275
|
+
:param git_user_email: (experimental) The email to use in the release git commit. Default: - default GitHub Actions user email
|
|
2276
|
+
:param git_user_name: (experimental) The user name to use for the release git commit. Default: - default GitHub Actions user name
|
|
2277
2277
|
:param github_environment: (experimental) The GitHub Actions environment used for publishing. This can be used to add an explicit approval step to the release or limit who can initiate a release through environment protection rules. Set this to overwrite a package level publishing environment just for this artifact. Default: - no environment used, unless set at the package level
|
|
2278
2278
|
:param post_publish_steps: (experimental) Steps to execute after executing the publishing command. These can be used to add/update the release artifacts ot any other tasks needed. Note that when using this in ``publishToGitHubReleases`` this will override steps added via ``addGitHubPostPublishingSteps``.
|
|
2279
2279
|
:param pre_publish_steps: (experimental) Steps to execute before executing the publishing command. These can be used to prepare the artifact for publishing if needed. These steps are executed after ``dist/`` has been populated with the build output. Note that when using this in ``publishToGitHubReleases`` this will override steps added via ``addGitHubPrePublishingSteps``.
|
projen/typescript/__init__.py
CHANGED
|
@@ -1194,7 +1194,7 @@ class TypeScriptProject(
|
|
|
1194
1194
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
1195
1195
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
1196
1196
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
1197
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
1197
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
1198
1198
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
1199
1199
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
1200
1200
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -2006,7 +2006,7 @@ class TypeScriptProjectOptions(_NodeProjectOptions_d12f6f3b):
|
|
|
2006
2006
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
2007
2007
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
2008
2008
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
2009
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
2009
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
2010
2010
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
2011
2011
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
2012
2012
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -4221,7 +4221,7 @@ class TypeScriptProjectOptions(_NodeProjectOptions_d12f6f3b):
|
|
|
4221
4221
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
4222
4222
|
'''(experimental) The git identity to use in workflows.
|
|
4223
4223
|
|
|
4224
|
-
:default: - GitHub Actions
|
|
4224
|
+
:default: - default GitHub Actions user
|
|
4225
4225
|
|
|
4226
4226
|
:stability: experimental
|
|
4227
4227
|
'''
|
|
@@ -4713,7 +4713,7 @@ class TypeScriptAppProject(
|
|
|
4713
4713
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
4714
4714
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
4715
4715
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
4716
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
4716
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
4717
4717
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
4718
4718
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
4719
4719
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -5197,7 +5197,7 @@ class TypeScriptLibraryProject(
|
|
|
5197
5197
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
5198
5198
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
5199
5199
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
5200
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
5200
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
5201
5201
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
5202
5202
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
5203
5203
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -5906,7 +5906,7 @@ class TypeScriptLibraryProjectOptions(TypeScriptProjectOptions):
|
|
|
5906
5906
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
5907
5907
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
5908
5908
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
5909
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
5909
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
5910
5910
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
5911
5911
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
5912
5912
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -8123,7 +8123,7 @@ class TypeScriptLibraryProjectOptions(TypeScriptProjectOptions):
|
|
|
8123
8123
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
8124
8124
|
'''(experimental) The git identity to use in workflows.
|
|
8125
8125
|
|
|
8126
|
-
:default: - GitHub Actions
|
|
8126
|
+
:default: - default GitHub Actions user
|
|
8127
8127
|
|
|
8128
8128
|
:stability: experimental
|
|
8129
8129
|
'''
|
projen/web/__init__.py
CHANGED
|
@@ -447,7 +447,7 @@ class NextJsProject(
|
|
|
447
447
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
448
448
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
449
449
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
450
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
450
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
451
451
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
452
452
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
453
453
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -1144,7 +1144,7 @@ class NextJsProjectOptions(NextJsCommonProjectOptions, _NodeProjectOptions_d12f6
|
|
|
1144
1144
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
1145
1145
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
1146
1146
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
1147
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
1147
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
1148
1148
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
1149
1149
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
1150
1150
|
:param sample_code: (experimental) Generate one-time sample in ``pages/`` and ``public/`` if there are no files there. Default: true
|
|
@@ -3315,7 +3315,7 @@ class NextJsProjectOptions(NextJsCommonProjectOptions, _NodeProjectOptions_d12f6
|
|
|
3315
3315
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
3316
3316
|
'''(experimental) The git identity to use in workflows.
|
|
3317
3317
|
|
|
3318
|
-
:default: - GitHub Actions
|
|
3318
|
+
:default: - default GitHub Actions user
|
|
3319
3319
|
|
|
3320
3320
|
:stability: experimental
|
|
3321
3321
|
'''
|
|
@@ -3609,7 +3609,7 @@ class NextJsTypeScriptProject(
|
|
|
3609
3609
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
3610
3610
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
3611
3611
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
3612
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
3612
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
3613
3613
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
3614
3614
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
3615
3615
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -4357,7 +4357,7 @@ class NextJsTypeScriptProjectOptions(
|
|
|
4357
4357
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
4358
4358
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
4359
4359
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
4360
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
4360
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
4361
4361
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
4362
4362
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
4363
4363
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -6602,7 +6602,7 @@ class NextJsTypeScriptProjectOptions(
|
|
|
6602
6602
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
6603
6603
|
'''(experimental) The git identity to use in workflows.
|
|
6604
6604
|
|
|
6605
|
-
:default: - GitHub Actions
|
|
6605
|
+
:default: - default GitHub Actions user
|
|
6606
6606
|
|
|
6607
6607
|
:stability: experimental
|
|
6608
6608
|
'''
|
|
@@ -7210,7 +7210,7 @@ class ReactProject(
|
|
|
7210
7210
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
7211
7211
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
7212
7212
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
7213
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
7213
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
7214
7214
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
7215
7215
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
7216
7216
|
:param rewire: (experimental) Rewire webpack configuration. Use this property to override webpack configuration properties provided by create-react-app, without needing to eject. This property will create a ``config-overrides.js`` file in your root directory, which will contain the desired rewiring code. To **override** the configuration, you can provide simple key value pairs. Keys take the form of js code directives that traverse to the desired property. Values should be JSON serializable objects. For example, the following config:: rewire: { "module.unknownContextCritical": false } Will translate to the following ``config-overrides.js`` file:: module.exports = function override(config, env) { config.module.unknownContextCritical = false; } Default: - No rewired config.
|
|
@@ -7946,7 +7946,7 @@ class ReactTypeScriptProject(
|
|
|
7946
7946
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
7947
7947
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
7948
7948
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
7949
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
7949
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
7950
7950
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
7951
7951
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
7952
7952
|
:param auto_approve_options: (experimental) Enable and configure the 'auto approve' workflow. Default: - auto approve is disabled
|
|
@@ -8670,7 +8670,7 @@ class ReactTypeScriptProjectOptions(
|
|
|
8670
8670
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
8671
8671
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
8672
8672
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
8673
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
8673
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
8674
8674
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
8675
8675
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
8676
8676
|
:param disable_tsconfig: (experimental) Do not generate a ``tsconfig.json`` file (used by jsii projects since tsconfig.json is generated by the jsii compiler). Default: false
|
|
@@ -10889,7 +10889,7 @@ class ReactTypeScriptProjectOptions(
|
|
|
10889
10889
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
10890
10890
|
'''(experimental) The git identity to use in workflows.
|
|
10891
10891
|
|
|
10892
|
-
:default: - GitHub Actions
|
|
10892
|
+
:default: - default GitHub Actions user
|
|
10893
10893
|
|
|
10894
10894
|
:stability: experimental
|
|
10895
10895
|
'''
|
|
@@ -11757,7 +11757,7 @@ class ReactProjectOptions(_NodeProjectOptions_d12f6f3b, ReactRewireOptions):
|
|
|
11757
11757
|
:param release_to_npm: (experimental) Automatically release to npm when new versions are introduced. Default: false
|
|
11758
11758
|
:param release_workflow: (deprecated) DEPRECATED: renamed to ``release``. Default: - true if not a subproject
|
|
11759
11759
|
:param workflow_bootstrap_steps: (experimental) Workflow steps to use in order to bootstrap this repo. Default: "yarn install --frozen-lockfile && yarn projen"
|
|
11760
|
-
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - GitHub Actions
|
|
11760
|
+
:param workflow_git_identity: (experimental) The git identity to use in workflows. Default: - default GitHub Actions user
|
|
11761
11761
|
:param workflow_node_version: (experimental) The node version used in GitHub Actions workflows. Always use this option if your GitHub Actions workflows require a specific to run. Default: - ``minNodeVersion`` if set, otherwise ``lts/*``.
|
|
11762
11762
|
:param workflow_package_cache: (experimental) Enable Node.js package cache in GitHub workflows. Default: false
|
|
11763
11763
|
:param rewire: (experimental) Rewire webpack configuration. Use this property to override webpack configuration properties provided by create-react-app, without needing to eject. This property will create a ``config-overrides.js`` file in your root directory, which will contain the desired rewiring code. To **override** the configuration, you can provide simple key value pairs. Keys take the form of js code directives that traverse to the desired property. Values should be JSON serializable objects. For example, the following config:: rewire: { "module.unknownContextCritical": false } Will translate to the following ``config-overrides.js`` file:: module.exports = function override(config, env) { config.module.unknownContextCritical = false; } Default: - No rewired config.
|
|
@@ -13902,7 +13902,7 @@ class ReactProjectOptions(_NodeProjectOptions_d12f6f3b, ReactRewireOptions):
|
|
|
13902
13902
|
def workflow_git_identity(self) -> typing.Optional[_GitIdentity_6effc3de]:
|
|
13903
13903
|
'''(experimental) The git identity to use in workflows.
|
|
13904
13904
|
|
|
13905
|
-
:default: - GitHub Actions
|
|
13905
|
+
:default: - default GitHub Actions user
|
|
13906
13906
|
|
|
13907
13907
|
:stability: experimental
|
|
13908
13908
|
'''
|
|
@@ -8,7 +8,7 @@ if "JSII_RUNTIME_PACKAGE_CACHE" not in os.environ:
|
|
|
8
8
|
os.environ["JSII_RUNTIME_PACKAGE_CACHE"] = "disabled"
|
|
9
9
|
|
|
10
10
|
__jsii_assembly__ = jsii.JSIIAssembly.load(
|
|
11
|
-
"projen", "0.97.
|
|
11
|
+
"projen", "0.97.2", "projen", "projen@0.97.2.jsii.tgz"
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
exit_code = __jsii_assembly__.invokeBinScript("projen", "projen", sys.argv[1:])
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
projen/__init__.py,sha256=-5-G0j3kUS_DA0HGLbfGUmpDPPAjHhbe3HeAfpAP_qE,684443
|
|
2
|
+
projen/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
+
projen/_jsii/__init__.py,sha256=en0j72_D1AZtemXuOxsEFUL_g-NjZ3hRcoTi8XBu_2M,1404
|
|
4
|
+
projen/_jsii/projen@0.97.2.jsii.tgz,sha256=7H1QnRidRje-_E4n0dQJPAqVBoNZkpyuLT6oyHXwuXk,2936257
|
|
5
|
+
projen/awscdk/__init__.py,sha256=d2tlprVSm3D3jK7UtbpLX-QE0kb2hsjUao-4nr04VcA,1147624
|
|
6
|
+
projen/build/__init__.py,sha256=RZllpmDOwZ2McAIifVv2zr9oIrTEHhq-vXJEjzX2VkE,54258
|
|
7
|
+
projen/cdk/__init__.py,sha256=-rKj5LNE96XVbKLV1OwO_jxjAeem6DAHjJLDdslmx9U,557823
|
|
8
|
+
projen/cdk8s/__init__.py,sha256=1Wx4ksLOj6b_iH3itqQsY-Nhr4r9MGiZpx9BmD4rZ9k,633747
|
|
9
|
+
projen/cdktf/__init__.py,sha256=OcxFl9N1hKZv6QVrNndDYUhXZMP929N0LVst9R6YLMs,242555
|
|
10
|
+
projen/circleci/__init__.py,sha256=RvY_jD_QyDzURlD54vqebZrodhRv86Mn-I_YKH9ccw4,77781
|
|
11
|
+
projen/github/__init__.py,sha256=w2BFcBOet1hFyFRlCAAZJn4M4lb8pX1KOf9p3wj-FCY,487883
|
|
12
|
+
projen/github/workflows/__init__.py,sha256=FvVHeCQ1lGQaMoXNsAQSOomS80eM5KO53JzEMRRJMtk,270268
|
|
13
|
+
projen/gitlab/__init__.py,sha256=NjkGjzgCYY3AZ1KnOTuwC8gfDfNjzYpeLICSvrU9EHs,208000
|
|
14
|
+
projen/java/__init__.py,sha256=Y8yfXiL4RNXtxIc0LB7O3K0CKyw9TkQKkVXgJ57A9Fw,195299
|
|
15
|
+
projen/javascript/__init__.py,sha256=VbfQCGlYAOuKTHefRSXlG7L9rNbhr7BQmhvvQkQDh9g,902193
|
|
16
|
+
projen/javascript/biome_config/__init__.py,sha256=_y9HJNQPgAYipQqK5UCNeS26bFvWS0nN3fWp6wTD9mo,224176
|
|
17
|
+
projen/python/__init__.py,sha256=0VlKC2Qb-wiIW-Gi76uHJ-Uqb18c3GlIOtPsSmqe7EI,220713
|
|
18
|
+
projen/release/__init__.py,sha256=-kYImxRw-uQRzzYwwxIrzUKcymPI4SPR2ui56VIBWow,339135
|
|
19
|
+
projen/typescript/__init__.py,sha256=feogxGz8d-OTBl9O2PWJOkC5jkItBW8FLSoDp8Q2hpY,533562
|
|
20
|
+
projen/vscode/__init__.py,sha256=gDvpsybrGDRr6b5owXoQ6-fS9sJlKiGr-jH6y8D985k,70199
|
|
21
|
+
projen/web/__init__.py,sha256=fK7vIMzaHNYTpnrNo9piYjzp_HuEbYIzxXc_lgbLSSU,866566
|
|
22
|
+
projen-0.97.2.data/scripts/projen,sha256=mBt4G4VgkfuZG92poTUtkl-tFiExDLzaRXDzZlJEagc,356
|
|
23
|
+
projen-0.97.2.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
24
|
+
projen-0.97.2.dist-info/METADATA,sha256=JAzdyrUIULpNZci0iKuxazZLvy61SHqLIZHk_amMcFI,79609
|
|
25
|
+
projen-0.97.2.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
26
|
+
projen-0.97.2.dist-info/top_level.txt,sha256=Ul8VGUArFqejE5BMSked3l6NMBO6gjQEWywhM5gw1zw,7
|
|
27
|
+
projen-0.97.2.dist-info/RECORD,,
|
|
Binary file
|
projen-0.97.1.dist-info/RECORD
DELETED
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
projen/__init__.py,sha256=-5-G0j3kUS_DA0HGLbfGUmpDPPAjHhbe3HeAfpAP_qE,684443
|
|
2
|
-
projen/py.typed,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
3
|
-
projen/_jsii/__init__.py,sha256=LCbOHX8YvKPGzL7hhBwYpJnn8aPvURev5Itic-EZGqQ,1404
|
|
4
|
-
projen/_jsii/projen@0.97.1.jsii.tgz,sha256=pBP8a7wNusv2n_L34U8Fw1nrUQ20Iu4UzZ1CL8axLcc,2935974
|
|
5
|
-
projen/awscdk/__init__.py,sha256=NwhV_08koiTLVlcREL_aCg9D50cKrnK4w1KZ_-7Ducs,1147507
|
|
6
|
-
projen/build/__init__.py,sha256=CW4d2sEJXpP5DAOJKdOt8jaRSfdDjiWdb66k8JBsvRI,54225
|
|
7
|
-
projen/cdk/__init__.py,sha256=e6kB4FvPD0FjAqQwroYw-E8HXBkbxORV4Doe_5xGhTY,557693
|
|
8
|
-
projen/cdk8s/__init__.py,sha256=tQOoI-Xs2aR40jtUWEKwo79_-T6RdxwEcwXxcB3NYl4,633669
|
|
9
|
-
projen/cdktf/__init__.py,sha256=OLEQ98j5PJH0qG6G-eReQMIzZ3VUw_Mqrq0K-hoOYXQ,242516
|
|
10
|
-
projen/circleci/__init__.py,sha256=RvY_jD_QyDzURlD54vqebZrodhRv86Mn-I_YKH9ccw4,77781
|
|
11
|
-
projen/github/__init__.py,sha256=bIhrt-8w0DvQzjC6SSkEjVXCwzdYB9TWLc138JUi_4g,487653
|
|
12
|
-
projen/github/workflows/__init__.py,sha256=FvVHeCQ1lGQaMoXNsAQSOomS80eM5KO53JzEMRRJMtk,270268
|
|
13
|
-
projen/gitlab/__init__.py,sha256=NjkGjzgCYY3AZ1KnOTuwC8gfDfNjzYpeLICSvrU9EHs,208000
|
|
14
|
-
projen/java/__init__.py,sha256=Y8yfXiL4RNXtxIc0LB7O3K0CKyw9TkQKkVXgJ57A9Fw,195299
|
|
15
|
-
projen/javascript/__init__.py,sha256=jYX5w3kq_fnTEOXpak9TpoQhmZQ4tybh7ApAfZbfaec,902150
|
|
16
|
-
projen/javascript/biome_config/__init__.py,sha256=_y9HJNQPgAYipQqK5UCNeS26bFvWS0nN3fWp6wTD9mo,224176
|
|
17
|
-
projen/python/__init__.py,sha256=0VlKC2Qb-wiIW-Gi76uHJ-Uqb18c3GlIOtPsSmqe7EI,220713
|
|
18
|
-
projen/release/__init__.py,sha256=h6MEx1w8JBtmncPMb3mjiFvVpAwNcEmh0IxTUJtlmhw,339005
|
|
19
|
-
projen/typescript/__init__.py,sha256=f6LfkGRqT3noPCR23EeFsJG2e2M_cWGI5BgXh7Bt-9E,533471
|
|
20
|
-
projen/vscode/__init__.py,sha256=gDvpsybrGDRr6b5owXoQ6-fS9sJlKiGr-jH6y8D985k,70199
|
|
21
|
-
projen/web/__init__.py,sha256=fbASpBQlhgeQLZL_oClM6PIr0VQaFmNOfUiQiqIxOe8,866410
|
|
22
|
-
projen-0.97.1.data/scripts/projen,sha256=jlsIqt7Tr0qoXHdtSA8l9uiTNXlQDFE353ri0VhK1u8,356
|
|
23
|
-
projen-0.97.1.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358
|
|
24
|
-
projen-0.97.1.dist-info/METADATA,sha256=Wdymp6-LuOviCMxA2gyornbYWsuvbvwWZTapeSMEuZY,79609
|
|
25
|
-
projen-0.97.1.dist-info/WHEEL,sha256=iAkIy5fosb7FzIOwONchHf19Qu7_1wCWyFNR5gu9nU0,91
|
|
26
|
-
projen-0.97.1.dist-info/top_level.txt,sha256=Ul8VGUArFqejE5BMSked3l6NMBO6gjQEWywhM5gw1zw,7
|
|
27
|
-
projen-0.97.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|