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
npm install -g 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
npm link
dxfl
License
This software is distributed under the EUPL-1.2 license.