diff options
| author | Amir Zarrinkafsh <nightah@me.com> | 2020-04-22 13:55:30 +1000 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-22 13:55:30 +1000 | 
| commit | 9eb9d107f1828abd4dc779a07ecb6dbb1c5aae57 (patch) | |
| tree | 4afc3402e9c86d35abc0a3ac8d6cbd14f83196f0 /cmd/authelia | |
| parent | 54694c4fca6c43e292fa55ffd03cb01c0e485f62 (diff) | |
[DEPRECATE] Remove migration tools from latest version of Authelia (#894)
* [DEPRECATE] Remove migration tools from latest version of Authelia
Also update references to point to container version 4.14.2 for any of the migration examples.
* [DOCS] Remove v4 release statement in README.md
Diffstat (limited to 'cmd/authelia')
| -rw-r--r-- | cmd/authelia/main.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/authelia/main.go b/cmd/authelia/main.go index 0b02b5edd..9b93cc38f 100644 --- a/cmd/authelia/main.go +++ b/cmd/authelia/main.go @@ -130,7 +130,7 @@ func main() {  		},  	} -	rootCmd.AddCommand(versionCmd, commands.MigrateCmd, commands.HashPasswordCmd) +	rootCmd.AddCommand(versionCmd, commands.HashPasswordCmd)  	rootCmd.AddCommand(commands.CertificatesCmd)  	if err := rootCmd.Execute(); err != nil {  		log.Fatal(err)  | 
