No description
.gitignore | ||
.npmignore | ||
auth.ts | ||
deploy.ts | ||
index.ts | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.json | ||
vhosts.ts |
dxfl
A CLI tool to manage your Deuxfleurs account.
Install
From NPM:
npm install -g dxfl
From git:
npm install -g git+https://git.deuxfleurs.fr/Deuxfleurs/dxfl
Usage
Not ready
Start by login with your username, for example for john
:
dxfl login john
Then you can list your websites:
dxfl list
And then to deploy your _public
folder on example.com
:
dxfl deploy example.com _public
Development
git clone https://git.deuxfleurs.fr/Deuxfleurs/dxfl
cd dxfl
npm install
node bootstrap.js
License
This software is distributed under the EUPL-1.2 license.