README
vy CLI
Tool for deploy your app in nibaldonoso.fr
Note
It supports only React, Vue, Angular and Symfony frameworks.
Table of Contents
Installing globally
npm install -g vycli
Usage
Signup / Login / Create / Clone / Build / Start / Serve / Update / Stop / Remove / List / Logout
Signup
A github count is necessary
vy signup
? github username:
? github email:
? password
Login
vy login
? github username:
? password:
Deploy
- First Step: Create.
vy create
? url repository github (public):
- Second Step: Clone.
vy clone
? url repository github (public):
? framework [React, Vue, Angular, Symfony]:
- Third Step: Build ( select your application to build).
vy build
- Fourth Step: Start (select your application to start).
vy start
- Fiveth Step: Serve (select your application to serve).
vy serve
Update
- if your application has changed and you want to update it. (select your app to update)
vy update
Stop
- Select yout app to stop.
- If you want to restart your application: use Start command again.
vy stop
Remove
- if you want to remove your application. (select your app to stop).
- Your application must be stopped first: Stop command.
vy remove
List
- if you want to know the state of your applications.
vy list
Logout
vy logout