# Jet CLI

**URL:** https://forum.kirupa.com/t/jet-cli/658786
**Category:** web dev
**Created:** [May 17, 2023, 5:51pm UTC](https://forum.kirupa.com/t/jet-cli/658786 "2023-05-17T17:51:11Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![travis](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/travis/32/13217_2.png) [@travis](https://forum.kirupa.com/u/travis)
#### Post date: [May 17, 2023, 5:51pm UTC](https://forum.kirupa.com/t/jet-cli/658786/1 "2023-05-17T17:51:11Z")

</div>

Has anyone used the Jet CLI tool from Codeship? Essentially it’s just `jet encrypt .env.production` and `jet decrypt encrypted.env.production`. I use it at work to check `.env` files into source control.

Great tool, but you have to have a Codeship account. Does anyone know of any alternative with the above functionality? (I think I could make one in a couple of hours but I thought I would ask before starting down that road).

---

<div class="post-metadata">

### Author: ![kirupa](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/kirupa/32/11616_2.png) [@kirupa](https://forum.kirupa.com/u/kirupa)
#### Post date: [May 18, 2023, 1:51pm UTC](https://forum.kirupa.com/t/jet-cli/658786/2 "2023-05-18T13:51:56Z")

</div>

Sorry - I haven’t heard of this! 😟

---

<div class="post-metadata">

### Author: ![steve.mills](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/steve.mills/32/14961_2.png) [@steve.mills](https://forum.kirupa.com/u/steve.mills)
#### Post date: [May 20, 2023, 4:19am UTC](https://forum.kirupa.com/t/jet-cli/658786/3 "2023-05-20T04:19:46Z")

</div>

Me neither, but let us know how it goes…

---

<div class="post-metadata">

### Author: ![travis](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/travis/32/13217_2.png) [@travis](https://forum.kirupa.com/u/travis)
#### Post date: [May 25, 2023, 2:55am UTC](https://forum.kirupa.com/t/jet-cli/658786/4 "2023-05-25T02:55:14Z")

</div>

I found one recommendation but I didn’t have much luck so I made a little Ruby gem. It still needs work, my end goal is to create a Homebrew formula so this can be easily installed as a CLI tool.

> **[GitHub - tfantina/eon: CLI for encrypting and decrypting files in source...](https://github.com/tfantina/eon)**
>
> CLI for encrypting and decrypting files in source control

---

<div class="post-metadata">

### Author: ![travis](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/travis/32/13217_2.png) [@travis](https://forum.kirupa.com/u/travis)
#### Post date: [June 1, 2023, 7:51pm UTC](https://forum.kirupa.com/t/jet-cli/658786/5 "2023-06-01T19:51:19Z")

</div>

I made some fixes in the latest version, the executable works so you can now just run `eon generate` to create a new AES key. It’s also on Ruby Gems now: [eon\_crypt | RubyGems.org | your community gem host](https://rubygems.org/gems/eon_crypt)
