neetob 0.5.9 → 0.5.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.env +1 -1
- data/Gemfile.lock +1 -1
- data/lib/neetob/cli/cloudflare/base.rb +2 -4
- data/lib/neetob/cli/sre/base.rb +21 -21
- data/lib/neetob/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bbc06c85f927fdeae34ab2c8ac746ddcb0fc55755d64cabc82d6eec71774d019
|
4
|
+
data.tar.gz: dc4bc815924f950f982e7b0076fbf2692ff3f292cb7e0f1c95041ff3c50fd863
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f55644c3ef1bcfded6e86dd9f0758cc3f8ea83605507ea05826e433a620a55700d24000c9c0d4c0a04e318b6aa9c7a94200f78adce9d6141a49b2c84c5ca2d41
|
7
|
+
data.tar.gz: 6dd680f72164d0af11d4b11103c02e293124944c16f81ba2df07475a7f193c8b048fb4ee84bc809bb9ff7f256353ac912950b881af4a2fe3112bd36d9b15bb77
|
data/.env
CHANGED
@@ -1 +1 @@
|
|
1
|
-
AUTH_PARAMS='{"provider": "github","client_id": "
|
1
|
+
AUTH_PARAMS='{"provider": "github","client_id": "Iv23lijkorVWxj43SaI6","grant_type": "urn:ietf:params:oauth:grant-type:device_code","auth_uris": {"auth_req": "https://github.com/login/device/code","token_req": "https://github.com/login/oauth/access_token"},"scope": "repo,user"}'
|
data/Gemfile.lock
CHANGED
@@ -15,8 +15,8 @@ module Neetob
|
|
15
15
|
"neetocal.net": "899c96f5c95884c96c8f40574749e6b0",
|
16
16
|
"neetocentral.com": "94d1a30430c247be253dd131bbf75994",
|
17
17
|
"neetocentral.net": "fce73845e62b663124cf51190bdfc2b8",
|
18
|
-
"
|
19
|
-
"
|
18
|
+
"neetoengage.com": "deeccc1424c6732db8d372522a7254ea",
|
19
|
+
"neetoengage.net": "c0330ba264a485e76e9b88bde90f7583",
|
20
20
|
"neetochat.com": "17295de45a5455d02725f337e60e5664",
|
21
21
|
"neetochat.net": "1bcdc8e62717e703cf2f6954e6525e20",
|
22
22
|
"neetochatify.com": "021482cc245d96cd8806ef19c20d6b10",
|
@@ -41,8 +41,6 @@ module Neetob
|
|
41
41
|
"neetogit.net": "a4a850fb571785305ca517949a4efdb9",
|
42
42
|
"neetogrow.com": "784cda433030c1475b7a32295e98feb7",
|
43
43
|
"neetogrow.net": "67a171f16ae95e6435b1789f203a7853",
|
44
|
-
"neetoinvisible.com": "5d6b37f2985fd0a45b49b13e88dd0bae",
|
45
|
-
"neetoinvisible.net": "d2753ed781ce97f8b3803a90c8c9384f",
|
46
44
|
"neetoinvoice.com": "0394b5ce1d094459ca700fa051f01d60",
|
47
45
|
"neetoinvoice.net": "4c864591b2b986abcb6de133b6c3815d",
|
48
46
|
"neetokb.com": "25804f331677e305adb550cba3a672dc",
|
data/lib/neetob/cli/sre/base.rb
CHANGED
@@ -8,25 +8,25 @@ module Neetob
|
|
8
8
|
class Base < CLI::Base
|
9
9
|
APPS_LIST = {
|
10
10
|
"heroku": [
|
11
|
-
"neeto-auth-web-production",
|
12
|
-
"neeto-chat-web-production",
|
13
|
-
"neeto-cal-web-production",
|
14
|
-
"neeto-desk-web-production",
|
15
|
-
"neeto-kb-web-production",
|
16
|
-
"neeto-invoice-web-production",
|
17
|
-
"neeto-form-web-production",
|
18
|
-
"neeto-runner-web-production",
|
19
11
|
"neeto-deploy-web-production"
|
20
12
|
],
|
21
13
|
"neetodeploy": [
|
22
14
|
"neeto-auth-web-staging",
|
15
|
+
"neeto-auth-web-production",
|
23
16
|
"neeto-chat-web-staging",
|
17
|
+
"neeto-chat-web-production",
|
24
18
|
"neeto-cal-web-staging",
|
19
|
+
"neeto-cal-web-production",
|
25
20
|
"neeto-desk-web-staging",
|
21
|
+
"neeto-desk-web-production",
|
26
22
|
"neeto-kb-web-staging",
|
23
|
+
"neeto-kb-web-production",
|
27
24
|
"neeto-invoice-web-staging",
|
25
|
+
"neeto-invoice-web-production",
|
28
26
|
"neeto-form-web-staging",
|
27
|
+
"neeto-form-web-production",
|
29
28
|
"neeto-runner-web-staging",
|
29
|
+
"neeto-runner-web-production",
|
30
30
|
"neeto-course-web-staging",
|
31
31
|
"neeto-course-web-production",
|
32
32
|
"neeto-ci-web-production",
|
@@ -36,8 +36,6 @@ module Neetob
|
|
36
36
|
"neeto-crm-web-staging",
|
37
37
|
"neeto-git-web-production",
|
38
38
|
"neeto-git-web-staging",
|
39
|
-
"neeto-invisible-web-production",
|
40
|
-
"neeto-invisible-web-staging",
|
41
39
|
"neeto-planner-web-production",
|
42
40
|
"neeto-planner-web-staging",
|
43
41
|
"neeto-quiz-web-production",
|
@@ -55,7 +53,9 @@ module Neetob
|
|
55
53
|
"neeto-wireframe-web-production",
|
56
54
|
"neeto-wireframe-web-staging",
|
57
55
|
"neeto-publish-web-staging",
|
58
|
-
"neeto-publish-web-production"
|
56
|
+
"neeto-publish-web-production",
|
57
|
+
"neeto-engage-web-staging",
|
58
|
+
"neeto-engage-web-production"
|
59
59
|
]
|
60
60
|
}
|
61
61
|
|
@@ -192,16 +192,6 @@ module Neetob
|
|
192
192
|
app: "neeto-git-web-production"
|
193
193
|
}
|
194
194
|
},
|
195
|
-
"NeetoInvisible": {
|
196
|
-
"staging": {
|
197
|
-
dns: "neetoinvisible.net",
|
198
|
-
app: "neeto-invisible-web-staging"
|
199
|
-
},
|
200
|
-
"production": {
|
201
|
-
dns: "neetoinvisible.com",
|
202
|
-
app: "neeto-invisible-web-production"
|
203
|
-
}
|
204
|
-
},
|
205
195
|
"NeetoPlanner": {
|
206
196
|
"staging": {
|
207
197
|
dns: "neetoplanner.net",
|
@@ -291,6 +281,16 @@ module Neetob
|
|
291
281
|
dns: "neetowireframe.com",
|
292
282
|
app: "neeto-wireframe-web-production"
|
293
283
|
}
|
284
|
+
},
|
285
|
+
"NeetoEngage": {
|
286
|
+
"staging": {
|
287
|
+
dns: "neetoengage.net",
|
288
|
+
app: "neeto-engage-web-staging"
|
289
|
+
},
|
290
|
+
"production": {
|
291
|
+
dns: "neetoengage.com",
|
292
|
+
app: "neeto-engage-web-production"
|
293
|
+
}
|
294
294
|
}
|
295
295
|
}
|
296
296
|
|
data/lib/neetob/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: neetob
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.5.
|
4
|
+
version: 0.5.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Udai Gupta
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-10-
|
11
|
+
date: 2024-10-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: thor
|