Skip to content

Commit

Permalink
0.0.548
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 19, 2024
1 parent 22ce7c6 commit c8fe5ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ npx -y @deep-foundation/deeplinks --generate
# manual config
npx -y @deep-foundation/deeplinks --generate --deeplinks="https://links.my-domain.io" --perception="https://peception.my-domain.io"
# update and running all containers empty, without links, available for migrations
прх -y @deep-foundation/deeplinks --up
nрх -y @deep-foundation/deeplinks --up
# apply snapshot generated in gh-actions with basic links and packages
npx -y @deep-foundation/deeplinks --snapshot
# down all containers without removind data from values
Expand Down Expand Up @@ -195,5 +195,5 @@ const imported = await packages.import(readed);
// { [name@version]: Package } // possible Package.errors

// shorthand
await deep.Packages().write(process.cwd(), await deep.Packages().export());
await deep.Packages().write(process.cwd()+'/../', await deep.Packages().export());
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/deeplinks",
"version": "0.0.547",
"version": "0.0.548",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit c8fe5ae

Please sign in to comment.