Skip to content

Commit eb42107

Browse files
authored
Add deploy strategies
1 parent a665d08 commit eb42107

File tree

12 files changed

+300
-108
lines changed

12 files changed

+300
-108
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ EXAMPLES
469469
470470
## `fluence service repl [NAME | PATH | URL]`
471471
472-
Open service inside repl
472+
Open service inside repl (downloads and builds modules if necessary)
473473
474474
```
475475
USAGE
@@ -482,7 +482,7 @@ FLAGS
482482
--no-input Don't interactively ask for any input from the user
483483

484484
DESCRIPTION
485-
Open service inside repl
485+
Open service inside repl (downloads and builds modules if necessary)
486486

487487
EXAMPLES
488488
$ fluence service repl

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"decompress": "^4.2.1",
4949
"filenamify": "^4.3.0",
5050
"inquirer": "^8.2.4",
51+
"lodash": "^4.17.21",
5152
"multiaddr": "^10.0.1",
5253
"node-fetch": "^2.6.7",
5354
"platform": "^1.3.6",

0 commit comments

Comments
 (0)