Skip to content

Commit 8d6f5ff

Browse files
authored
added more heroku commands
1 parent f69ff5b commit 8d6f5ff

1 file changed

Lines changed: 45 additions & 1 deletion

File tree

data/heroku-cli.json

Lines changed: 45 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,34 @@
8484
}
8585
]
8686
},
87+
{
88+
"title": "হিরোকো কন্টেইনার",
89+
"items": [{
90+
"definition": "হিরোকো কন্টেইনার এ লগিন",
91+
"code": "heroku container:login"
92+
},
93+
{
94+
"definition": "হিরোকো অ্যাপ থেকে web ইমেজ পুল করুন",
95+
"code": "heroku container:pull web"
96+
},
97+
{
98+
"definition": "ডকার ফাইল হিরোকো তে পুশ করুন",
99+
"code": "heroku container:push web -app <app>"
100+
},
101+
{
102+
"definition": "আগের পুশ করা ডকার ইমেজ রিলিজ করুন",
103+
"code": "heroku container:release web -app <app>"
104+
},
105+
{
106+
"definition": "ওয়েব কন্টেইনার রিমুভ করুন",
107+
"code": "heroku container:rm web -app <app>"
108+
},
109+
{
110+
"definition": "হিরোকো কন্টেইনার লগ আউট করুন",
111+
"code": "heroku container:logout"
112+
}
113+
]
114+
},
87115
{
88116
"title": "এসএসএইচ ম্যানেজ",
89117
"items": [{
@@ -147,6 +175,22 @@
147175
"code": "heroku pg:credentials:url"
148176
}
149177
]
178+
},
179+
{
180+
"title": "মেইনটেনেন্স স্টেটাস",
181+
"items": [{
182+
"definition": "বর্তমান মেইনটেনেন্স স্টেটাস চেক করা",
183+
"code": "heroku maintenance"
184+
},
185+
{
186+
"definition": "মেইনটেনেন্স স্টেটাস চালু করা",
187+
"code": "heroku maintenance:on"
188+
},
189+
{
190+
"definition": "মেইনটেনেন্স স্টেটাস বন্ধ করা",
191+
"code": "heroku maintenance:off"
192+
}
193+
]
150194
}
151195
]
152-
}
196+
}

0 commit comments

Comments
 (0)