Skip to content

Commit 7f9fa4e

Browse files
docs: Update CLI documentation (#362)
Co-authored-by: gix-bot <gix-bot@users.noreply.github.com>
1 parent 7158bb7 commit 7f9fa4e

17 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/miscellaneous/cli/clear.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Clear existing dapp code by removing JavaScript, HTML, CSS, and other files from your satellite.
22

3-
```bash
3+
```
44
Usage: juno clear [options]
55
66
Options:

docs/miscellaneous/cli/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Apply configuration to satellite.
22

3-
```bash
3+
```
44
Usage: juno config [options]
55
66
Options:

docs/miscellaneous/cli/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Deploy your dapp to your satellite.
22

3-
```bash
3+
```
44
Usage: juno deploy [options]
55
66
Options:

docs/miscellaneous/cli/dev-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Build your serverless functions.
22

3-
```bash
3+
```
44
Usage: juno dev build [options]
55
66
Options:

docs/miscellaneous/cli/dev-eject.md

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

3-
```bash
3+
```
44
Usage: juno dev eject [options]
55
66
Options:

docs/miscellaneous/cli/dev.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Handle development tasks like building serverless functions or running a local Internet Computer instance.
22

3-
```bash
3+
```
44
Usage: juno dev <subcommand> [options]
55
66
Subcommands:

docs/miscellaneous/cli/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Set up your project.
22

3-
```bash
3+
```
44
Usage: juno init [options]
55
66
Options:

docs/miscellaneous/cli/login.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Generate an authentication for use in non-interactive environments.
22

3-
```bash
3+
```
44
Usage: juno login [options]
55
66
Options:

docs/miscellaneous/cli/logout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Log out of the current device. ⚠️ This action does not remove controllers from the module.
22

3-
```bash
3+
```
44
Usage: juno logout [options]
55
66
Options:

docs/miscellaneous/cli/open.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Open your satellite in your browser.
22

3-
```bash
3+
```
44
Usage: juno open [options]
55
66
Options:

0 commit comments

Comments
 (0)