# src prompts

<p className="subtitle">
	`src prompts` is a tool that manages prompt library prompts and tags in a
	Sourcegraph instance.
</p>

## Usage

```
'src prompts' is a tool that manages prompt library prompts and tags in a Sourcegraph instance.

Usage:

	src prompts command [command options]

The commands are:

	list        lists prompts
	get         get a prompt by ID
	create      create a prompt
	update      update a prompt
	delete      delete a prompt
	export      export prompts to a JSON file
	import      import prompts from a JSON file
	tags        manage prompt tags (use "src prompts tags [command] -h" for more info)

Use "src prompts [command] -h" for more information about a command.
```

## Sub-commands

-   [list](prompts/list)
-   [get](prompts/get)
-   [create](prompts/create)
-   [update](prompts/update)
-   [delete](prompts/delete)
-   [export](prompts/export)
-   [import](prompts/import)
-   [tags](prompts/tags)
