We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
dac pack
1 parent c7fa11b commit 4bc247eCopy full SHA for 4bc247e
1 file changed
README.md
@@ -23,9 +23,16 @@ Then use the integrated help to find out its functionalities
23
dac --help
24
```
25
26
+### `dac pack`
27
+
28
+This command allows you to build a Data as Code Python package.
29
30
If you want to see a usage example, you can have a look at how `dac` is used to build the `dac-example-energy` DaC
31
python package [here](https://gitlab.com/data-as-code/energy-dac-example) (look at `.gitlab-ci.yml`).
32
33
+Consider that there are alternative ways to build a Data as Code package. To know more, consult
34
+[this page](https://data-as-code.github.io/docs/#producer-data-engineer)
35
36
## Setup development environment (for contributors only)
37
38
- Create a virtual environment and activate it
0 commit comments