File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
docs/tutorials/configuration Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,35 @@ and some questions will show up:
2929 You could overwrite it or leave it be.
3030
3131
32+ # ## Show Current Configuration
33+
34+ To inspect the current configuration, use the option ` -s` (or ` --show` ).
35+
36+ ` ` ` bash
37+ dataherb configure -s
38+ ` ` `
39+
40+ We will get something similar to the following.
41+
42+ ` ` ` bash
43+ The current config for dataherb is:
44+ {
45+ " default" : {
46+ " flora" : " flora"
47+ },
48+ " workdir" : " /Users/itsme/dataherb"
49+ }
50+ The above config is extracted from ~ /.dataherb/config.json
51+ ` ` `
52+
53+ # ## Locate the Configuration File
54+
55+ The option ` -l` (or ` --locate` ) opens the folder that contains the configuration file ` config.json` .
56+
57+ ` ` ` bash
58+ dataherb configure -l
59+ ` ` `
60+
3261
3362# ## Manually Create Configuration
3463
You can’t perform that action at this time.
0 commit comments