Skip to content

Commit ea68d41

Browse files
committed
chore: Update CLI command descriptions
1 parent a1d4cd3 commit ea68d41

3 files changed

Lines changed: 37 additions & 34 deletions

File tree

cartesi-rollups_versioned_docs/version-1.5/development/cli-commands.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,3 @@ cartesi shell [IMAGE] [--run-as-root]
149149
```
150150
---
151151

152-
### Additional Commands
153-
154-
- `clean`: Delete all cached build artifacts of the application.
155-
- `doctor`: Verify the minimal system requirements.
156-
- `hash`: Print the image hash generated by the build command.
157-
158-
For the most up-to-date and detailed information, always refer to the built-in help command:
159-
160-
```bash
161-
cartesi help [COMMAND]
162-
```

cartesi-rollups_versioned_docs/version-1.5/development/community-tools.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,6 @@ title: Community tools
55

66
Several tools created and maintained by the community streamline the dApp creation process on Cartesi Rollups.
77

8-
9-
## RISC-V Verifiable Entertainment System (RIVES)
10-
11-
A low-level verifiable fantasy console for building small games on a special RISC-V Linux machine.
12-
13-
- **Features**:
14-
- Create small games using a minimal API and simple tools.
15-
- Use any programming language with support for RISC-V.
16-
- Play games on any device with WebAssembly support.
17-
- Record game sessions into tiny tapes for replay and verification.
18-
- Custom leaderboards for each cartridge.
19-
20-
- **Resources**:
21-
- [RIVES Documentation](https://rives.io/docs/category/riv)
22-
- [RIVES Playground](https://rives.io/playground)
23-
- [RIVES in action](https://app.rives.io/)
24-
25-
---
26-
278
## Deroll
289

2910
Introducing Deroll, a powerful TypeScript framework designed to simplify the development of dApps on Cartesi.

yarn.lock

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@
18681868
"@docusaurus/theme-search-algolia" "2.4.3"
18691869
"@docusaurus/types" "2.4.3"
18701870

1871-
"@docusaurus/react-loadable@5.5.2", "react-loadable@npm:@docusaurus/react-loadable@5.5.2":
1871+
"@docusaurus/react-loadable@5.5.2":
18721872
version "5.5.2"
18731873
resolved "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz"
18741874
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
@@ -9894,6 +9894,14 @@ react-loadable-ssr-addon-v5-slorber@^1.0.1:
98949894
dependencies:
98959895
"@babel/runtime" "^7.10.3"
98969896

9897+
"react-loadable@npm:@docusaurus/react-loadable@5.5.2":
9898+
version "5.5.2"
9899+
resolved "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz"
9900+
integrity sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==
9901+
dependencies:
9902+
"@types/react" "*"
9903+
prop-types "^15.6.2"
9904+
98979905
react-magic-dropzone@^1.0.1:
98989906
version "1.0.1"
98999907
resolved "https://registry.npmjs.org/react-magic-dropzone/-/react-magic-dropzone-1.0.1.tgz"
@@ -11004,7 +11012,16 @@ stream-http@^3.2.0:
1100411012
readable-stream "^3.6.0"
1100511013
xtend "^4.0.2"
1100611014

11007-
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
11015+
"string-width-cjs@npm:string-width@^4.2.0":
11016+
version "4.2.3"
11017+
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
11018+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
11019+
dependencies:
11020+
emoji-regex "^8.0.0"
11021+
is-fullwidth-code-point "^3.0.0"
11022+
strip-ansi "^6.0.1"
11023+
11024+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.2, string-width@^4.2.3:
1100811025
version "4.2.3"
1100911026
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
1101011027
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
@@ -11053,7 +11070,14 @@ stringify-object@^3.3.0:
1105311070
is-obj "^1.0.1"
1105411071
is-regexp "^1.0.0"
1105511072

11056-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@^6.0.0, strip-ansi@^6.0.1:
11073+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
11074+
version "6.0.1"
11075+
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
11076+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
11077+
dependencies:
11078+
ansi-regex "^5.0.1"
11079+
11080+
strip-ansi@^6.0.0, strip-ansi@^6.0.1:
1105711081
version "6.0.1"
1105811082
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
1105911083
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
@@ -12254,7 +12278,7 @@ wildcard@^2.0.0:
1225412278
resolved "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz"
1225512279
integrity sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==
1225612280

12257-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
12281+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
1225812282
version "7.0.0"
1225912283
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
1226012284
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
@@ -12272,6 +12296,15 @@ wrap-ansi@^6.2.0:
1227212296
string-width "^4.1.0"
1227312297
strip-ansi "^6.0.0"
1227412298

12299+
wrap-ansi@^7.0.0:
12300+
version "7.0.0"
12301+
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
12302+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
12303+
dependencies:
12304+
ansi-styles "^4.0.0"
12305+
string-width "^4.1.0"
12306+
strip-ansi "^6.0.0"
12307+
1227512308
wrap-ansi@^8.0.1, wrap-ansi@^8.1.0:
1227612309
version "8.1.0"
1227712310
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"

0 commit comments

Comments
 (0)