We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b809167 commit eba8aeaCopy full SHA for eba8aea
packages/cli/README.md
@@ -20,6 +20,12 @@ pnpm codama init
20
21
You will be prompted for the path of your IDL and asked to select any script presets you would like to use.
22
23
+To initialize a [gill based Codama](https://gill.site/docs/guides/codama) configuration file, run the `init` command with the `--gill` flag like so:
24
+
25
+```sh
26
+pnpm codama init --gill
27
+```
28
29
## `codama run`
30
31
Once you have your codama config file, you can run your Codama scripts using the `codama run` command as follows:
0 commit comments