The full stack listed in a configuration can be run by running the bare conductor command:
```sh
conductor
```
The run subcommand without arguments can also be used:
```sh
conductor run
```
## Launching via tags
To run a group of components without launching the entire stack specify tags in the component configuration. One or more tags can be specified to run only components that have at least one of the specified tags.
```sh
conductor run --tags web,frontend
```
## Launching by name
The name of a component can be used as a subcommand to launch that component by itself: