You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the cli compiled succesfully you can use it via:
15
+
After the CLI compiles successfully, use it via:
16
16
```bash
17
17
code0-cli
18
18
```
19
19
20
20
### Usage
21
-
(Stay inside the root directory when running the command)
21
+
Stay inside the repository root when running commands against the local `definitions` folder. Most commands use `./definitions` by default.
22
22
23
23
#### Download
24
-
Will download the latest Definitions from the Code0 Definition Repository.
24
+
Downloads `definitions.zip` from the Code0 definition GitHub releases and extracts it into `./definitions`.
25
25
26
-
If no feature is specified, all features will be downloaded. If a feature is specified, only that feature will be kept & can be loaded by one of the following languages: TypeScript, Rust.
27
-
28
-
-f (--features) is a list of features that will be downloaded.
29
-
-t (--tag) is the version tag of the release you want to select.
26
+
-t (--tag) selects a specific release tag.
27
+
-f (--features) keeps only the listed extracted definition folders.
0 commit comments