⬆️ Updates the Home Assistant CLI to v4.0.1

This commit is contained in:
Franck Nijhof 2020-02-15 16:33:41 +01:00
parent 8f859dddc1
commit 02b0e0b069
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
2 changed files with 11 additions and 12 deletions

View file

@ -93,9 +93,9 @@ RUN \
&& mv /tmp/code-server /usr/local/bin/code-server \
&& chmod a+x /usr/local/bin/code-server \
\
&& curl -L -s -o /usr/bin/hassio \
"https://github.com/home-assistant/hassio-cli/releases/download/3.1.2/hassio_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/hassio \
&& curl -L -s -o /usr/bin/ha \
"https://github.com/home-assistant/cli/releases/download/4.0.1/ha_${BUILD_ARCH}" \
&& chmod a+x /usr/bin/ha \
\
&& git clone --branch master --single-branch --depth 1 \
"git://github.com/robbyrussell/oh-my-zsh.git" ~/.oh-my-zsh \

View file

@ -1,12 +1,11 @@
_ _ _
| | | | (_)
| |__| | __ _ ___ ___ _ ___
| __ |/ _` / __/ __| | |/ _ \
| | | | (_| \__ \__ \_| | (_) |
|_| |_|\__,_|___/___(_)_|\___/
_ _ _ _ _
| | | | /\ (_) | | | |
| |__| | ___ _ __ ___ ___ / \ ___ ___ _ ___| |_ __ _ _ __ | |_
| __ |/ _ \| '_ ` _ \ / _ \ / /\ \ / __/ __| / __| __/ _` | '_ \| __|
| | | | (_) | | | | | | __/ / ____ \\__ \__ \ \__ \ || (_| | | | | |_
|_| |_|\___/|_| |_| |_|\___| /_/ \_\___/___/_|___/\__\__,_|_| |_|\__|
Our Cli:
$ hassio help
Our command line:
$ ha help