UiPath Documentation
uipath-cli
latest
false

UiPath CLI user guide

Last updated May 7, 2026

uip rpa search-templates

uip rpa search-templates lists project templates available on the configured NuGet feeds. Each result includes the template's package ID, version, title, description, and source feed — enough to feed into uip rpa create-project --template-package-id when you want to scaffold from a feed-published template instead of a built-in one.

Feed configuration is loaded by Studio, so the verb requires a Windows runner.

Synopsis

uip rpa search-templates [--query <string>] [--limit <integer>] [--include-prerelease]
uip rpa search-templates [--query <string>] [--limit <integer>] [--include-prerelease]

Options

FlagDescription
--query <string>Search query to filter templates by name or description. Leave empty to list all available templates.
--limit <integer>Maximum number of results to return. Default: 20.
--include-prereleaseInclude prerelease template versions in the output. Default: false.

For the complete option list on your installed tool version, run:

uip rpa search-templates --help
uip rpa search-templates --help

Examples

# List every template visible from the configured feeds
uip rpa search-templates --limit 100

# Search for templates by keyword
uip rpa search-templates --query "library" --limit 25

# Include prereleases when scouting upcoming templates
uip rpa search-templates --query "agent" --include-prerelease
# List every template visible from the configured feeds
uip rpa search-templates --limit 100

# Search for templates by keyword
uip rpa search-templates --query "library" --limit 25

# Include prereleases when scouting upcoming templates
uip rpa search-templates --query "agent" --include-prerelease

See also

  • Synopsis
  • Options
  • Examples
  • Related
  • See also

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated