Skip to content

Commit

Permalink
Version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
percyhanna committed Mar 28, 2024
1 parent 8a89963 commit c7f4468
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ DESCRIPTION
Check if the stored credentials work
```

_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/auth/check.ts)_
_See code: [src/commands/auth/check.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/auth/check.ts)_

## `aha auth:login`

Expand All @@ -67,7 +67,7 @@ DESCRIPTION
Credentials are saved in ~/.netrc
```

_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/auth/login.ts)_
_See code: [src/commands/auth/login.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/auth/login.ts)_

## `aha extension:add-contribution`

Expand All @@ -84,7 +84,7 @@ DESCRIPTION
Add a contribution to an extension
```

_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/add-contribution.ts)_
_See code: [src/commands/extension/add-contribution.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/add-contribution.ts)_

## `aha extension:build`

Expand All @@ -102,7 +102,7 @@ DESCRIPTION
Build an extension into a zip file for ease of distribution
```

_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/build.ts)_
_See code: [src/commands/extension/build.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/build.ts)_

## `aha extension:create`

Expand All @@ -119,7 +119,7 @@ DESCRIPTION
Create an example extension
```

_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/create.ts)_
_See code: [src/commands/extension/create.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/create.ts)_

## `aha extension:install`

Expand All @@ -138,7 +138,7 @@ DESCRIPTION
Install the extension from the current directory
```

_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/install.ts)_
_See code: [src/commands/extension/install.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/install.ts)_

## `aha extension:tail`

Expand All @@ -155,7 +155,7 @@ DESCRIPTION
Live tail extension logs
```

_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/tail.ts)_
_See code: [src/commands/extension/tail.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/tail.ts)_

## `aha extension:uninstall`

Expand All @@ -172,7 +172,7 @@ DESCRIPTION
Uninstall the extension in the current directory
```

_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/uninstall.ts)_
_See code: [src/commands/extension/uninstall.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/uninstall.ts)_

## `aha extension:watch`

Expand All @@ -190,7 +190,7 @@ DESCRIPTION
Watch the current directory for changes and install the extension each time a file changes
```

_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.14.0/src/commands/extension/watch.ts)_
_See code: [src/commands/extension/watch.ts](https://github.com/aha-app/aha-cli/blob/v1.15.0/src/commands/extension/watch.ts)_

## `aha help [COMMANDS]`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "aha-cli",
"description": "Command line interface for Aha! (www.aha.io)",
"version": "1.14.0",
"version": "1.15.0",
"author": "Aha! ([email protected])",
"bin": {
"aha": "./bin/run"
Expand Down

0 comments on commit c7f4468

Please sign in to comment.