Qwikstart operations

Qwikstart operations (a.k.a. the steps of a qwikstart task) comprise the core functionality of qwikstart. Typically, a single operation does something quite simple, but they are combined to perform more complex tasks. This section summarizes the core operations available.

See the section on Understanding operations for more background on how operations work.

Available operations

For examples the in this guide, we’ll be using example files from the qwikstart/examples/operations directory in the qwikstart project repo, which looks something like:

qwikstart
└── examples
    └── operations
        ├── templates
        │   ├── hello_world.txt
        │   └── ...
        ├── add_file.yml
        └── ...