diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-20 14:05:00 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-03-20 14:05:36 -0300 |
commit | 86c7e28a811a95d542c9453c363574d17d648dc5 (patch) | |
tree | f5d592e0930c5ca172cd130621b02f551a9919d8 /CHANGELOG.md | |
parent | 435e0f3a27ec3df244881ba0c9b1989de913b41f (diff) | |
download | luarocks-86c7e28a811a95d542c9453c363574d17d648dc5.tar.gz luarocks-86c7e28a811a95d542c9453c363574d17d648dc5.tar.bz2 luarocks-86c7e28a811a95d542c9453c363574d17d648dc5.zip |
upload: new flag --temp-key
New flag `--temp-key` for `luarocks upload`, allowing you to easily
upload rocks into an alternate account without disrupting the
stored configuration of your main account.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd8c0c0..971d220d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md | |||
@@ -9,6 +9,9 @@ What's new in LuaRocks 3.0 | |||
9 | For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and | 9 | For example, if you have `/some/dir/lua/5.1/` in your `$LUA_PATH` and |
10 | you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line | 10 | you are running Lua 5.2, `luarocks.loader` and the `luarocks` command-line |
11 | tool will convert it to `/some/dir/lua/5.2/`. | 11 | tool will convert it to `/some/dir/lua/5.2/`. |
12 | * New flag `--temp-key` for `luarocks upload`, allowing you to easily | ||
13 | upload rocks into an alternate account without disrupting the | ||
14 | stored configuration of your main account. | ||
12 | * New flag `--dev`, for enabling development-branch sub-repositories. | 15 | * New flag `--dev`, for enabling development-branch sub-repositories. |
13 | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: | 16 | This adds support for easily requesting `dev` modules from LuaRocks.org, as in: |
14 | `luarocks install --dev luafilesystem`. The list of URLs configured | 17 | `luarocks install --dev luafilesystem`. The list of URLs configured |