Skip to content

Commit 15c2136

Browse files
docs: Update CLI documentation (#709)
Co-authored-by: juno-bot <juno-bot@users.noreply.github.com>
1 parent d6a90a2 commit 15c2136

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

docs/reference/cli/functions-eject.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Generate the required files to begin developing serverless functions in your project.
22

33
```
4-
Usage: juno functions eject [options]
4+
Usage: juno functions init [options]
55
66
Options:
77
-l, --lang Specify the language for building the serverless functions: rust, typescript or javascript.

docs/reference/cli/functions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ Usage: juno functions <subcommand> [options]
55
66
Subcommands:
77
build Build your functions.
8-
eject Scaffold the necessary files for developing your serverless functions.
9-
init Alias for eject.
8+
init Scaffold the necessary files for developing your serverless functions.
109
publish Publish a new version of your functions.
1110
upgrade Upgrade your satellite's serverless functions.
1211

0 commit comments

Comments
 (0)