Skip to content

Commit

Permalink
Hydrogen CLI's env push command is released (#1946)
Browse files Browse the repository at this point in the history
- Hydrogen CLI's `env push` command is the counterpart for the `env pull` command. It is used to push environment variables found in the `.env` file to Admin. Refer to [docs](https://shopify.dev/docs/custom-storefronts/hydrogen/cli) for full usage details.
- Updated internal libraries for parsing `.env` file.
- Sync cli dependencies and fix package-lock
- Fix command output to fix test
- Update changesets

---------

Co-authored-by: Fran Dios <fran.dios@shopify.com>
  • Loading branch information
aswamy and frandiox committed Apr 9, 2024
1 parent 04c0ae6 commit 4eaec27
Show file tree
Hide file tree
Showing 15 changed files with 14,546 additions and 15,011 deletions.
14 changes: 14 additions & 0 deletions .changeset/angry-games-train.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'skeleton': patch
---

Updated internal libraries for parsing `.env` file.

Please update the `@shopify/cli` dependency in your app to avoid duplicated subdependencies:

```diff
"dependencies": {
- "@shopify/cli": "3.56.3",
+ "@shopify/cli": "3.58.0",
}
```
8 changes: 8 additions & 0 deletions .changeset/big-camels-fold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
'@shopify/cli-hydrogen': minor
---

Hydrogen CLI's `env push` command is released

- Hydrogen CLI's `env push` command is the counterpart for the `env pull` command. It is used to push environment variables found in the `.env` file to Admin. Refer to [docs](https://shopify.dev/docs/custom-storefronts/hydrogen/cli) for full usage details.
- Updated internal libraries for parsing `.env` file.
2 changes: 1 addition & 1 deletion examples/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@remix-run/node": "^2.8.0",
"@remix-run/react": "^2.8.0",
"@remix-run/server-runtime": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli": "3.58.0",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "2024.4.0",
"compression": "^1.7.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/multipass/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli": "3.58.0",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "2024.4.0",
"@shopify/remix-oxygen": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/partytown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"@builder.io/partytown": "^0.8.1",
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli": "3.58.0",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "2024.4.0",
"@shopify/remix-oxygen": "^2.0.3",
Expand Down
2 changes: 1 addition & 1 deletion examples/subscriptions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"prettier": "@shopify/prettier-config",
"dependencies": {
"@remix-run/react": "^2.8.0",
"@shopify/cli": "3.56.3",
"@shopify/cli": "3.58.0",
"@shopify/cli-hydrogen": "^7.1.2",
"@shopify/hydrogen": "2024.4.0",
"@shopify/remix-oxygen": "^2.0.3",
Expand Down
Loading

0 comments on commit 4eaec27

Please sign in to comment.