File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- # v0.4.16 (unreleased)
1
+ # v0.4.16
2
2
- feat: enhance ` arkiver list ` command, see ` arkiver list --help `
3
3
- feat: added 3 new commands to the CLI:
4
4
- ` arkiver keygen ` to generate a new API key
5
5
- ` arkiver keyrm ` to remove an API key
6
6
- ` arkiver keyls ` to list all API keys
7
+ - feat: adjusted ` arkiver init ` command
8
+ - feat: Add --gql-only option to arkiver start command to start only the graphQL server
9
+ - feat: Change EventHandler and BlockHandler return type to be Promise<void > | void
7
10
- fix: bug where deploying while logged out causes issues when trying to login again in the same command
8
11
9
12
# v0.4.15
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import {
17
17
} from './cli/mod.ts'
18
18
import 'https://deno.land/std@0.179.0/dotenv/load.ts'
19
19
20
- export const version = 'v0.4.15 '
20
+ export const version = 'v0.4.16 '
21
21
22
22
const command = new Command ( )
23
23
. name ( 'arkiver' )
You can’t perform that action at this time.
0 commit comments