mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
feature(cloudcmd) rm now (zeit/micro/issues/377)
This commit is contained in:
parent
edd1665c55
commit
719119b793
4 changed files with 3 additions and 67 deletions
|
|
@ -1,17 +0,0 @@
|
|||
platform: x64
|
||||
|
||||
install:
|
||||
- ps: Install-Product node $env:nodejs_version $env:platform
|
||||
|
||||
build: off
|
||||
|
||||
build_script:
|
||||
- node --version
|
||||
- npm --version
|
||||
|
||||
- npm i now nupdate -g
|
||||
- nupdate -a gritty
|
||||
- now rm cloudcmd -y -t %NOW_TOKEN% || true
|
||||
- now --public -t %NOW_TOKEN%
|
||||
- now alias -t %NOW_TOKEN%
|
||||
|
||||
4
HELP.md
4
HELP.md
|
|
@ -1,13 +1,11 @@
|
|||
# Cloud Commander v14.0.0
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL], ![Now][NOW_LIVE_IMG] [Now][NowURL])
|
||||
### [Main][MainURL] [Blog][BlogURL] Live(![Heroku][Heroku_LIVE_IMG] [Heroku][HerokuURL])
|
||||
|
||||
[MainURL]: http://cloudcmd.io "Main"
|
||||
[BlogURL]: http://blog.cloudcmd.io "Blog"
|
||||
[HerokuURL]: https://cloudcmd.herokuapp.com/ "Heroku"
|
||||
[NowURL]: https://cloudcmd.now.sh/ "Now"
|
||||
[HEROKU_LIVE_IMG]: https://status.cloudcmd.io/host/cloudcmd.herokuapp.com/img/file.png "Heroku"
|
||||
[NOW_LIVE_IMG]: https://status.cloudcmd.io/host/cloudcmd.now.sh/img/file.png "Now"
|
||||
|
||||
[DWORD]: https://github.com/cloudcmd/dword "Editor based on CodeMirror"
|
||||
[EDWARD]: https://github.com/cloudcmd/edward "Editor based on Ace"
|
||||
|
|
|
|||
|
|
@ -1,12 +1,11 @@
|
|||
# Cloud Commander v14.0.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Now status][BuildAppveyorIMGURL]][BuildAppveyorURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](https://app.fossa.io/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd?ref=badge_shield)
|
||||
# Cloud Commander v14.0.0 [![Build Status][BuildStatusIMGURL]][BuildStatusURL] [![Codacy][CodacyIMG]][CodacyURL] [![Gitter][GitterIMGURL]][GitterURL] [](https://app.fossa.io/projects/git%2Bgithub.com%2Fcoderaiser%2Fcloudcmd?ref=badge_shield)
|
||||
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL], [Now][NowURL])
|
||||
### [Main][MainURL] [Blog][BlogURL] Live([Heroku][HerokuURL])
|
||||
|
||||
[NPM_INFO_IMG]: https://nodei.co/npm/cloudcmd.png
|
||||
[MainURL]: http://cloudcmd.io "Main"
|
||||
[BlogURL]: http://blog.cloudcmd.io "Blog"
|
||||
[HerokuURL]: https://cloudcmd.herokuapp.com/ "Heroku"
|
||||
[NowURL]: https://cloudcmd.now.sh/ "Now"
|
||||
[BuildStatusURL]: https://travis-ci.org/coderaiser/cloudcmd "Build Status"
|
||||
[BuildStatusIMGURL]: https://img.shields.io/travis/coderaiser/cloudcmd.svg?style=flat-squere&longCache=true
|
||||
|
||||
|
|
|
|||
44
now.json
44
now.json
|
|
@ -1,44 +0,0 @@
|
|||
{
|
||||
"version": 1,
|
||||
"type": "npm",
|
||||
"alias": "cloudcmd",
|
||||
"env": {
|
||||
"cloudcmd_config_dialog": "true",
|
||||
"cloudcmd_config_auth": "false",
|
||||
"cloudcmd_terminal": "true",
|
||||
"cloudcmd_terminal_path": "gritty",
|
||||
"cloudcmd_import": "true",
|
||||
"cloudcmd_import_listen": "true",
|
||||
"cloudcmd_import_token": "hello",
|
||||
"cloudcmd_import_url": "https://cloudcmd.herokuapp.com",
|
||||
"cloudcmd_export": "true",
|
||||
"cloudcmd_export_token": "hello",
|
||||
"cloudcmd_name": "Cloud Commander - Now",
|
||||
"cloudcmd_open": "false"
|
||||
},
|
||||
"engines": {
|
||||
"node": "8"
|
||||
},
|
||||
"files": [
|
||||
"bin",
|
||||
"server",
|
||||
".babelrc",
|
||||
".madrun.js",
|
||||
"css",
|
||||
"font",
|
||||
"favicon.ico",
|
||||
"client",
|
||||
"common",
|
||||
"html",
|
||||
"tmpl",
|
||||
"img",
|
||||
"man",
|
||||
"modules",
|
||||
"madrun.js",
|
||||
".webpack",
|
||||
"webpack.config.js",
|
||||
"cssnano.config.js",
|
||||
"json",
|
||||
"HELP.md"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue