Kasra Bigdeli
58273efcb2
better error management
2019-01-06 16:40:47 -08:00
Kasra Bigdeli
5d6e6c3e9b
final CLI testing
2019-01-06 16:16:54 -08:00
Kasra Bigdeli
d4c1fa5dee
CLI seems to be working
2019-01-06 15:45:57 -08:00
Kasra Bigdeli
ea3305f72a
deploy working
2019-01-06 12:27:09 -08:00
Kasra Bigdeli
b85145b162
upload for deploy is working
2019-01-05 23:21:29 -08:00
Kasra Bigdeli
d0ed60388d
logout and list are now working.
2019-01-05 16:50:30 -08:00
Kasra Bigdeli
d01b9f3f2b
Login working
2019-01-05 13:08:16 -08:00
Kasra Bigdeli
23e19ddbe9
fixed conversion bugs
2019-01-04 00:04:08 -08:00
Kasra Bigdeli
1ae2a90ef3
api changed to ts
2019-01-04 00:00:35 -08:00
Kasra Bigdeli
8f63c31c9f
commands converted to ts
2019-01-03 23:48:38 -08:00
Kasra Bigdeli
28b7d8e2d0
Made files executable
2019-01-03 23:30:34 -08:00
Kasra Bigdeli
47e9936f39
Added delete before build
2019-01-03 23:29:17 -08:00
Kasra Bigdeli
23fb5e4131
helpers converted
2019-01-03 23:27:30 -08:00
Kasra Bigdeli
5ee897c3e7
converted utils to tsc
2019-01-03 00:08:03 -08:00
Kasra Bigdeli
2fc636c83b
two files converted
2019-01-02 23:55:24 -08:00
Kasra Bigdeli
c57f481e4c
updated tsconfig
2019-01-02 23:44:08 -08:00
Kasra Bigdeli
caf6e6b574
Building TypeScript scaffolding for cli
2019-01-02 23:33:07 -08:00
Kasra Bigdeli
574d490c9e
Re-apply fixes in https://github.com/githubsaturn/captainduckduck/issues/338
2019-01-02 22:57:58 -08:00
Kasra Bigdeli
cffd36a85c
merge conflict fix
2019-01-02 21:24:29 -08:00
Kasra Bigdeli
00312e5dac
updated CLI commands to use the node env values - fix the issue with yarn, see the previous commit
2018-12-29 10:58:21 -08:00
Kasra Bigdeli
a1ff473853
Fixed yarn installation.
2018-12-29 10:43:25 -08:00
Daniel Treviño
e25f2dfec0
Merge remote-tracking branch 'upstream/master'
2018-12-25 11:38:01 -06:00
Daniel Treviño
a0927bd265
Refactor inquirer promt to use async/await
2018-12-14 16:04:50 +01:00
Daniel Treviño
180b458bf6
Code cleaning
2018-12-14 15:31:14 +01:00
Daniel Treviño
766901911e
Finish adding tests for utils
2018-12-14 10:45:49 +01:00
Daniel Treviño
38ff3077cb
Refactor on validateAuthentication method
2018-12-11 20:18:47 +01:00
Daniel Treviño
4b1a2ab6b6
Add manual deployment, adding some tests as well
2018-12-11 20:05:57 +01:00
Kasra Bigdeli
38255569d1
updated dependencies
2018-12-10 19:17:05 -08:00
Daniel Treviño
967ecd74c3
Add stateless deployment
2018-12-10 22:54:35 +01:00
Daniel Treviño
eb2d702243
Add deploy as default values
2018-12-10 22:08:47 +01:00
Daniel Treviño
40a314f62b
Read/Save app to localstorage after being deployed
2018-12-09 22:22:15 +01:00
Daniel Treviño
6ac4545602
Add AppURL to DeployApi
2018-11-18 22:19:05 +01:00
Daniel Treviño
395971c378
Fix deploy with logs and refactor error messages
2018-11-18 22:16:04 +01:00
Daniel Treviño
0b31e30846
Add post with file to MainApi
2018-11-18 19:33:30 +01:00
Daniel Treviño
a8bbf2c216
Start refactor of deploy
2018-11-18 12:46:58 +01:00
Daniel Treviño
ce7b573fe3
Refactor to serversetup
2018-11-04 21:15:50 +01:00
Daniel Treviño
46949f7dc2
Fix Logout function on MachineHelper
2018-11-02 09:11:49 +01:00
Daniel Treviño
212cfc1af5
Add MachineHelper
2018-11-01 21:30:57 +01:00
Daniel Treviño
0b8c020245
Use messageHandler on the other modules
2018-11-01 12:06:08 +01:00
Daniel Treviño
c4e3965ff5
Refactor messageHandler and catch unknown commands
2018-11-01 12:05:33 +01:00
Daniel Treviño
8e2f2f53b8
Add Api files, fully working login, logout and list commands
2018-10-31 12:21:14 +01:00
Daniel Treviño
0ce0f1fb52
Change folder structure and starting to refactor files
2018-10-30 08:30:59 +01:00
Daniel Treviño
c3b026b1d6
Add linter files
2018-10-30 08:06:07 +01:00
Kasra Bigdeli
d6e3451f18
misconfigured package
2018-06-02 11:54:05 -07:00
Kasra Bigdeli
d287dd21da
version up CLI
2018-06-02 11:52:11 -07:00
Kasra Bigdeli
f4dbbf18fc
added support for specifying tarfile in CLI deploy
2018-06-02 11:49:09 -07:00
Kasra Bigdeli and GitHub
ab20d8183e
Update readme.md
2018-03-18 11:16:13 -07:00
Kasra Bigdeli
dc765fdf96
moved check for expired password to before deploy
2018-02-24 13:52:25 -08:00
Kasra Bigdeli
3d3655aeea
default to HTTP for app links
2018-01-31 21:17:11 -08:00
drmrbrewer and GitHub
02dfb6fa9b
Minor typo / grammar
...
Also, at the end of the build when it says `App is available at:` I think that if https has not yet been enabled for the app concerned, then the link is wrong... it should be http not https.
2018-01-29 08:41:21 +00:00