mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
parent
9f4461b223
commit
9d815598cc
@ -37,6 +37,7 @@ Read more about the session argument for computed fields in the [docs](https://h
|
||||
(Add entries here in the order of: server, console, cli, docs, others)
|
||||
|
||||
- console: add read replica support section to pro popup (#4118)
|
||||
- cli: list all avialable commands in root command help (fix #4623)
|
||||
|
||||
## `v1.2.0`
|
||||
|
||||
|
@ -48,6 +48,7 @@ func (o *helpOptions) run() {
|
||||
NewMigrateCmd(o.EC),
|
||||
NewMetadataCmd(o.EC),
|
||||
NewConsoleCmd(o.EC),
|
||||
NewActionsCmd(o.EC),
|
||||
},
|
||||
},
|
||||
{
|
||||
@ -55,6 +56,9 @@ func (o *helpOptions) run() {
|
||||
Commands: []*cobra.Command{
|
||||
NewCompletionCmd(o.EC),
|
||||
NewVersionCmd(o.EC),
|
||||
NewPluginsCmd(o.EC),
|
||||
NewScriptsCmd(o.EC),
|
||||
NewUpdateCLICmd(o.EC),
|
||||
},
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user