Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Giriş Yap
bubblev
/
bubble
İzle
9
Yıldızla
0
Çatalla
0
Kod
Konular
0
Değişiklik İstekleri
0
Sürümler
130
Wiki
Aktivite
Kaynağa Gözat
update bget utilities, add vultr_list_instance_labels
tags/v0.15.1
Jonathan Cobb
4 yıl önce
ebeveyn
aef7d70a01
işleme
78ff3edd11
5 değiştirilmiş dosya
ile
17 ekleme
ve
8 silme
Görünümü Böl
Diff Seçenekleri
İstatistikleri Göster
Yama Dosyasını İndir
Diff Dosyasını İndir
+2
-2
bin/bgeti
+2
-2
bin/bgeti1
+2
-2
bin/bgetn
+2
-2
bin/bgetn1
+9
-0
bin/vultr/vultr_list_instance_labels.sh
+ 2
- 2
bin/bgeti
Dosyayı Görüntüle
@@ -33,6 +33,6 @@ if [[ ${JSON} = \{* ]] ; then
elif [[ "${JSON}" = \[* ]] ; then
echo "${JSON}" | jq -r .[].uuid
else
echo "not sure what to do with JSON:"
echo "
${JSON}"
die "Invalid JSON received:
${JSON}"
fi
+ 2
- 2
bin/bgeti1
Dosyayı Görüntüle
@@ -33,6 +33,6 @@ if [[ ${JSON} = \{* ]] ; then
elif [[ "${JSON}" = \[* ]] ; then
echo "${JSON}" | jq -r .[].uuid | head -1
else
echo "not sure what to do with JSON:"
echo "
${JSON}"
die "Invalid JSON received:
${JSON}"
fi
+ 2
- 2
bin/bgetn
Dosyayı Görüntüle
@@ -33,6 +33,6 @@ if [[ ${JSON} = \{* ]] ; then
elif [[ "${JSON}" = \[* ]] ; then
echo "${JSON}" | jq -r .[].name
else
echo "not sure what to do with JSON:"
echo "
${JSON}"
die "Invalid JSON received:
${JSON}"
fi
+ 2
- 2
bin/bgetn1
Dosyayı Görüntüle
@@ -33,6 +33,6 @@ if [[ ${JSON} = \{* ]] ; then
elif [[ "${JSON}" = \[* ]] ; then
echo "${JSON}" | jq -r .[].name | head -1
else
echo "not sure what to do with JSON:"
echo "
${JSON}"
die "Invalid JSON received:
${JSON}"
fi
+ 9
- 0
bin/vultr/vultr_list_instance_labels.sh
Dosyayı Görüntüle
@@ -0,0 +1,9 @@
#!/bin/bash
#
# Copyright (c) 2020 Bubble, Inc. All rights reserved. For personal (non-commercial) use, see license: https://getbubblenow.com/bubble-license/
#
THISDIR=$(cd $(dirname ${0}) && pwd)
VCURL=${THISDIR}/vcurl
LABEL=${1}
${VCURL} server/list | jq -r '.[].label'
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet