Skip to content

Commit

Permalink
Version 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
percyhanna committed Jul 12, 2021
1 parent db2578e commit faa8067
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 @@ -44,7 +44,7 @@ OPTIONS
-s, --subdomain=subdomain Aha! subdomain to use for authentication
```

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

## `aha auth:login`

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

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

## `aha extension:add-contribution`

Expand All @@ -77,7 +77,7 @@ OPTIONS
-s, --subdomain=subdomain Aha! subdomain to use for authentication
```

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

## `aha extension:build`

Expand All @@ -92,7 +92,7 @@ OPTIONS
--noCache skip cached http imports
```

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

## `aha extension:create`

Expand All @@ -106,7 +106,7 @@ OPTIONS
-s, --subdomain=subdomain Aha! subdomain to use for authentication
```

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

## `aha extension:install`

Expand All @@ -122,7 +122,7 @@ OPTIONS
--noCache skip cached http imports
```

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

## `aha extension:tail`

Expand All @@ -136,7 +136,7 @@ OPTIONS
-s, --subdomain=subdomain Aha! subdomain to use for authentication
```

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

## `aha extension:uninstall`

Expand All @@ -150,7 +150,7 @@ OPTIONS
-s, --subdomain=subdomain Aha! subdomain to use for authentication
```

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

## `aha extension:watch`

Expand All @@ -165,7 +165,7 @@ OPTIONS
--noCache skip cached http imports
```

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

## `aha help [COMMAND]`

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.9.9",
"version": "1.10.0",
"author": "Aha! ([email protected])",
"bin": {
"aha": "./bin/run"
Expand Down

0 comments on commit faa8067

Please sign in to comment.