mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
Update New CLI (#500)
* Update New CLI * Fix shell * ssh: Include hassio bash completion (#501)
This commit is contained in:
@@ -1,12 +1,15 @@
|
||||
# Changelog
|
||||
|
||||
## 7.0
|
||||
- Update Hass.io CLI to 2.0.1
|
||||
|
||||
## 6.1
|
||||
- Bugfix in git diff command while comparing commits
|
||||
|
||||
## 6
|
||||
## 6.0
|
||||
- Allow to disable Home Assistant restart for specific file changes
|
||||
|
||||
## 5
|
||||
## 5.0
|
||||
- Update Hass.io CLI to 1.4.0
|
||||
- Add new API role profile
|
||||
|
||||
|
||||
@@ -16,6 +16,5 @@ RUN apk add --no-cache curl \
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"args": {
|
||||
"CLI_VERSION": "1.4.0"
|
||||
"CLI_VERSION": "2.0.1"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Git pull",
|
||||
"version": "6.1",
|
||||
"version": "7.0",
|
||||
"slug": "git_pull",
|
||||
"description": "Simple git pull to update the local configuration",
|
||||
"url": "https://home-assistant.io/addons/git_pull/",
|
||||
|
||||
0
git_pull/run.sh
Normal file → Executable file
0
git_pull/run.sh
Normal file → Executable file
Reference in New Issue
Block a user