From 4db70858d9b2b6ad99bfa90e006bcadc4e4e07b6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Thu, 3 Apr 2025 18:29:52 +0300 Subject: [ak-pkg] Create and publish a module from a local directory --- bin/ak-pkg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/ak-pkg b/bin/ak-pkg index 971aab6..e73905d 100755 --- a/bin/ak-pkg +++ b/bin/ak-pkg @@ -26,6 +26,7 @@ ## -h, --help Prints this help message ## --make-releases-from-local Makes releases from all local installation's module ## --make-release-from-local Makes release from a local installation's module +## --make-release-from-directory Makes release from a local directory ## --install-from-zblock Installs from a zblock ## --install-from-akfs Installs from an AKFS map ## --uninstall Uninstalls a module selected from a menu @@ -47,6 +48,7 @@ then -h | --help) _ak_usage; exit;; --make-releases-from-local) shift; _ak_pkg_all_modules_make_releases_from_local_installation; exit;; --make-release-from-local) _ak_pkg_all_modules_make_release_from_local_installation $1; exit;; + --make-release-from-directory) shift; _ak_pkg_all_modules_make_release_from_local_directory $1; exit;; --install-from-zblock) shift; _ak_pkg_install_from_zblock $1; exit;; --install-from-akfs) shift; _ak_pkg_install_from_akfsmap $1; exit;; --uninstall) _ak_pkg_uninstall; exit;; -- cgit v1.2.3