๐
๐
๐
๐
CLI Cheatsheet ๐ง ๐ฎ๐ฉ
Github
Searchโฆ
Introduction
Chocolatey
Firebase
Git
Heroku
Hugo
Netlify
Nextcloud
now
npm
Other framework
PowerShell
Vercel
Vue
Deta
Powered By
GitBook
Deta
Instalasi
1
curl
-fsSL https://get.deta.dev/cli.sh
|
sh
Copied!
Buat Micro Baru
1.
Pastikan akses login sudah terbuka, caranya buka terminal ketik
deta login
2.
Selanjutnya ketik
deta new --node first_micro
dimana
first_micro
adalah nama node yang akan dibuat sekaligus menjadi nama folder.
3.
Pastikan ada output yang ditampilkan seperti dibawah ini.
1
{
2
"name"
:
"first_micro"
,
3
"runtime"
:
"nodejs12.x"
,
4
"endpoint"
:
"https://<path>.deta.dev"
,
5
"visor"
:
"enabled"
,
6
"http_auth"
:
"enabled"
7
}
Copied!
Previous
Vue
Last modified
5mo ago
Copy link
Contents
Instalasi
Buat Micro Baru