Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
DevboiDesigns committed Dec 13, 2024
2 parents c19ba9d + 9b3c157 commit 93a999b
Show file tree
Hide file tree
Showing 9 changed files with 1,095 additions and 362 deletions.
25 changes: 22 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,8 @@ he [options] [key] [value]
### Options

- `-a, --app [app name]`: The Heroku app name. If not provided, it defaults to the saved app name based on the index.
- `-g, --get [key]`: Get the value of an environment variable.
- `-s, --set [key] [value]`: Set the value of an environment variable.
- `-r, --remove [key`]: Remove an environment variable.
- `-l, --list`: List all environment variables.

### Examples

Expand All @@ -184,7 +182,7 @@ he -a my-heroku-app -g
To get the value of an environment variable for the default app (stored in HEROKU_TOOL_APP_1):

```sh
he -g
he
```

#### Set Environment Variable
Expand Down Expand Up @@ -215,6 +213,27 @@ To remove an environment variable for the default app (stored in HEROKU_TOOL_APP
he -r MY_VAR
```

## `htr` Command Documentation

![BETA](https://img.shields.io/badge/BETA-8A2BE2)

The `he` command is a CLI wrapper for transferring a heroku app to a different user.

### Usage

```sh
he [options] [key] [value]
```

### Options

- `-a, --app [app name]`: The Heroku app name. If not provided, it defaults to the saved app name based on the index.
- `-e, --email <email>`: Get the value of an environment variable.


he -a my-heroku-app -r MY_VAR
```
## Notes
- Ensure that the environment variables `HEROKU_TOOL_APP_1`, `HEROKU_TOOL_APP_2`, and `HEROKU_TOOL_APP_3` are set in your environment to use the index options effectively.
Expand Down
90 changes: 90 additions & 0 deletions dist/commands/transfer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/commands/transfer.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

34 changes: 34 additions & 0 deletions dist/htr.script.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions dist/htr.script.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 93a999b

Please sign in to comment.