No description
Find a file
2025-02-22 15:59:32 +01:00
.gitignore Implement login & list 2025-02-22 12:42:00 +00:00
auth.ts Deploy command 2025-02-22 14:24:15 +00:00
bootstrap.js Implement login & list 2025-02-22 12:42:00 +00:00
deploy.ts limit concurrency + avoid spamming whole terminal on upload 2025-02-22 15:47:29 +01:00
index.ts Deploy command 2025-02-22 14:24:15 +00:00
LICENSE add eupl license 2025-02-20 20:25:54 +01:00
package-lock.json rename bin 2025-02-22 15:59:32 +01:00
package.json rename bin 2025-02-22 15:59:32 +01:00
README.md rename to dxfl 2025-02-22 15:54:56 +01:00
tsconfig.json Initial commit 2025-02-20 19:58:05 +01:00
vhosts.ts Implement login & list 2025-02-22 12:42:00 +00:00

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.