github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/examples/config-file/README.md (about)

     1  import ExampleYAML from "@site/src/components/ExampleYAML";
     2  
     3  # Config File Example
     4  
     5  This example shows how to use a config file to configure the Jackal CLI, for more details on the usage of config files, see the documentation at [docs/user-guide/the-jackal-cli](../../docs/2-the-jackal-cli/index.md#using-a-config-file-to-make-cli-command-flags-declarative).
     6  
     7  ## `jackal.yaml` {#jackal.yaml}
     8  
     9  :::info
    10  
    11  To view the example in its entirety, select the `Edit this page` link below the article and select the parent folder.
    12  
    13  :::
    14  
    15  <ExampleYAML src={require('./jackal.yaml')} showLink={false} />