Skip to content

Commit

Permalink
Merge pull request #127 from TriPSs/chore/upgrade-to-nx-16
Browse files Browse the repository at this point in the history
Chore/upgrade to nx 16
  • Loading branch information
TriPSs committed Jun 22, 2023
2 parents ed32436 + 4896bf6 commit fb9a258
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 34 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Release

on:
workflow_dispatch:
push:
branches:
- master

env:
NX_BRANCH: ${{ github.event.number }}
Expand Down
1 change: 0 additions & 1 deletion packages/changelog-notify/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ npm install -D @nx-extend/changelog-notify
```

## Usage

1 change: 1 addition & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Core

Only for internal usage!

1 change: 1 addition & 0 deletions packages/e2e-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ Example target
}
}
```

12 changes: 6 additions & 6 deletions packages/firebase-hosting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ This will add the following to the target:

```json
{
...other targets
...other
targets
"deploy": {
"executor": "@nx-extend/firebase-hosting:deploy",
"options": {
Expand Down Expand Up @@ -55,8 +56,7 @@ add this target to the hosting section:

#### Available options:

| name | type | default | description |
| ------------ | -------- | ------- | ---------------------------------------------------- |
| **`--site`** | `string` | `null` | specify the site to deploy from the `.firebase.json` |
| **`--project`** | `string` | | Firebase Project to deploy to |

| name | type | default | description |
|-----------------|----------|---------|------------------------------------------------------|
| **`--site`** | `string` | `null` | specify the site to deploy from the `.firebase.json` |
| **`--project`** | `string` | | Firebase Project to deploy to |
21 changes: 10 additions & 11 deletions packages/gcp-cloud-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ npm install -D @nx-extend/gcp-cloud-run

#### Available options:

| name | type | default | description |
| ------------ | -------- | ------- | ---------------------------------------------------- |
| **`--site`** | `string` | `null` | specify the site to deploy from the `.firebase.json` |
| **`--region`** | `string` | | region to deploy to|
| **`--project`** | `string` | | GCP project to deploy to|
| **`--name`** | `string` | `project.prefix` | name of the cloud run instance |
| **`--allowUnauthenticated`** | `boolean` | `true` | allow unauthenticated requests |
| **`--concurrency`** | `number` | 250 | amount of concurrent requests for instance |
| **`--maxInstances`** | `number` | 10 | maximum amount of instances |
| **`--minInstances`** | `number` | 0 | minimum amount of instances |

| name | type | default | description |
|------------------------------|-----------|------------------|------------------------------------------------------|
| **`--site`** | `string` | `null` | specify the site to deploy from the `.firebase.json` |
| **`--region`** | `string` | | region to deploy to |
| **`--project`** | `string` | | GCP project to deploy to |
| **`--name`** | `string` | `project.prefix` | name of the cloud run instance |
| **`--allowUnauthenticated`** | `boolean` | `true` | allow unauthenticated requests |
| **`--concurrency`** | `number` | 250 | amount of concurrent requests for instance |
| **`--maxInstances`** | `number` | 10 | maximum amount of instances |
| **`--minInstances`** | `number` | 0 | minimum amount of instances |
14 changes: 7 additions & 7 deletions packages/gcp-deployment-manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
<img src="https://badgen.net/npm/v/@nx-extend/gcp-deployment-manager" alt="@nx-extend/gcp-deployment-manager NPM package">
</a>

**Nx plugin for deploying your Google resources with [Deployment Manager](https://cloud.google.com/deployment-manager/docs)**.
**Nx plugin for deploying your Google resources
with [Deployment Manager](https://cloud.google.com/deployment-manager/docs)**.

## Setup

Expand All @@ -19,9 +20,8 @@ nx g @nx-extend/gcp-deployment-manager:init

#### Available options:

| name | type | default | description |
| ------------ | -------- | ------- | ---------------------------------------------------- |
| **`--project`** | `string` | | GCP project to deploy to|
| **`--file`** | `string` | `null` | file from source to create |
| **`--name`** | `string` | `null` | Name of the resource inside Google Cloud |

| name | type | default | description |
|-----------------|----------|---------|------------------------------------------|
| **`--project`** | `string` | | GCP project to deploy to |
| **`--file`** | `string` | `null` | file from source to create |
| **`--name`** | `string` | `null` | Name of the resource inside Google Cloud |
1 change: 1 addition & 0 deletions packages/gcp-functions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ nx g @nx-extend/gcp-functions:init
| name | type | default | description |
| ------------ | -------- | ------- | ---------------------------------------------------- |


1 change: 1 addition & 0 deletions packages/gcp-secrets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ Add an environment variable named `GCP_SECRETS_ENCRYPTION_KEY` that holds your k
| status | | Status of the file, `encrypted` or `decrypted` |
| labels | `[]` | Array of labels to add to the secrets |
| onUpdateBehavior | `destroy` | What to do when updating, `destory`, `delete`, or `disable` |

1 change: 0 additions & 1 deletion packages/gcp-storage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,3 @@ npm install -D @nx-extend/gcp-storage
| directory | string | `/` | What directory of the apps dist folder to upload |
| gzip | boolean | false | Use gzip when uploading |
| gzipExtensions | string | | For what extensions to use gzip |

1 change: 1 addition & 0 deletions packages/gcp-task-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ Update your `nx.json` with the following
### Authenticate

The task runner uses `@google-cloud/storage` which in turn is capable of using the env variable `GOOGLE_APPLICATION_CREDENTIALS`.

1 change: 0 additions & 1 deletion packages/github-pages/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ Run `nx build github-pages` to build the library.
## Running unit tests

Run `nx test github-pages` to execute the unit tests via [Jest](https://jestjs.io).

2 changes: 1 addition & 1 deletion packages/playwright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Update your project targets to the following
}
}
}
```
```
2 changes: 0 additions & 2 deletions packages/pulumi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,3 @@ nx g @nx-extend/pulumi:init

| name | type | default | description |
|------|------|---------|-------------|


2 changes: 0 additions & 2 deletions packages/strapi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,3 @@ nx g @nx-extend/strapi:init

| name | type | default | description |
| ------------ | -------- | ------- | ---------------------------------------------------- |


1 change: 0 additions & 1 deletion packages/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ nx g @nx-extend/terraform:init
| name | type | default | description |
|------|------|---------|-------------|


1 change: 1 addition & 0 deletions packages/translations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ nx g @nx-extend/translations:add
| name | type | default | description |
| ------------ | -------- | ------- | ---------------------------------------------------- |


1 change: 1 addition & 0 deletions packages/vercel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,4 @@ npm install -D @nx-extend/vercel
| name | type | default | description |
|---------------|-----------|---------|--------------------------|
| **`--debug`** | `boolean` | `false` | Run Vercel in debug mode |

0 comments on commit fb9a258

Please sign in to comment.