> For the complete CircleCI developer hub index, see [llms.txt](https://circleci.com/developer/llms.txt)

# klsdp/v2test

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum


## Commands

### greet

This command echos "Hello World" using file inclusion.


| Parameter | Type | Default | Description |
|---|---|---|---|
| `to` | string | World | Hello to whaaaom?!!! this is a new version |

## Jobs

### hello

Sample description


| Parameter | Type | Default | Description |
|---|---|---|---|
| `to` | string | World | Hello to whom? |

## Executors

### default

This is a sample executor using Docker and Node. If you want to provide a custom environment in your orb, insert your image here. If you do not require an executor, you can simply delete this directory.


| Parameter | Type | Default | Description |
|---|---|---|---|
| `tag` | string | lts | Pick a specific cimg/node image variant: https://hub.docker.com/r/cimg/node/tags
 |

## Examples

### example

Sample example description.


```yaml
version: '2.1'
orbs:
  <orb-name>: <namespace>/<orb-name>@1.2.3
workflows:
  use-my-orb:
    jobs:
      - <orb-name>/<job-name>
```