From e04838eaa2b411e6242100b22f6d81f449a29910 Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Tue, 6 Aug 2019 18:56:47 +0200 Subject: [PATCH] Updated readme cli help --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7afae708..f2c13057 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,8 @@ Available commands: config config:generate-charset [DEPRECATED] Generates a character set sample just by shuffling the default one, "0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ". Then it can be set in the SHORTCODE_CHARS environment variable config:generate-secret [DEPRECATED] Generates a random secret string that can be used for JWT token encryption + db + db:create Creates the database needed for shlink to work. It will do nothing if the database already exists short-url short-url:delete [short-code:delete] Deletes a short URL short-url:generate [shortcode:generate|short-code:generate] Generates a short URL for provided long URL and returns it