You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ru/manuals/extender-local-setup.md
+5-3Lines changed: 5 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -101,18 +101,20 @@ docker compose -p extender down
101
101
Если вы хотите скачать последние версии jar файлов, то вы можете использовать следующие команды для определения последних доступных для скачивания версий
102
102
```sh
103
103
EXTENDER_VERSION=$(gcloud artifacts versions list \
104
+
--project=extender-426409 \
104
105
--location=europe-west1 \
105
106
--repository=extender-maven \
106
107
--package="com.defold.extender:server" \
107
108
--sort-by="~createTime" \
108
109
--limit=1 \
109
-
--format="get(name)"| awk -F'/''{print $NF}')
110
+
--format="value(name)")
110
111
111
112
MANIFESTMERGETOOL_VERSION=$(gcloud artifacts versions list \
0 commit comments