# Plugin Development

**URL:** https://meta.discourse.org/t/plugin-development/245003
**Category:** Development
**Created:** [November 9, 2022, 4:08pm UTC](https://meta.discourse.org/t/plugin-development/245003 "2022-11-09T16:08:21Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![msavage](https://avatars.discourse-cdn.com/v4/letter/m/ecb155/32.png) [@msavage](https://meta.discourse.org/u/msavage)
#### Post date: [November 9, 2022, 4:08pm UTC](https://meta.discourse.org/t/plugin-development/245003/1 "2022-11-09T16:08:21Z")

</div>

Is there a way to install a plugin from a certain branch to test in a develop environment?

What I would like to do is have main branch as stable and then be able to install a feature branch into our EKS dev environment to be able to do user testing before merging to main.

Is that possible? If not from a certain branch, can you install a certain version tag?

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [November 9, 2022, 5:40pm UTC](https://meta.discourse.org/t/plugin-development/245003/2 "2022-11-09T17:40:56Z")

</div>

Yes, as plugins are installed in the app.yml by invoking a `git clone` you can easily set it to branch by using the `-b` flag.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 9, 2022, 5:41pm UTC](https://meta.discourse.org/t/plugin-development/245003/3 "2022-12-09T17:41:43Z")

</div>

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
