1.3.4-beta.1.2 ⢠Published 9 months ago
csdeploy v1.3.4-beta.1.2
/$$$$$$ /$$$$$$ /$$$$$$$ /$$$$$$$$ /$$$$$$$ /$$ /$$$$$$ /$$ /$$
/$$__ $$ /$$__ $$| $$__ $$| $$_____/| $$__ $$| $$ |_ $$_/ | $$ /$$/
| $$ \__/| $$ \__/| $$ \ $$| $$ | $$ \ $$| $$ | $$ \ $$ /$$/
| $$ | $$$$$$ | $$ | $$| $$$$$ | $$$$$$$/| $$ | $$ \ $$$$/
| $$ \____ $$| $$ | $$| $$__/ | $$____/ | $$ | $$ \ $$/
| $$ $$ /$$ \ $$| $$ | $$| $$ | $$ | $$ | $$ | $$
| $$$$$$/| $$$$$$/| $$$$$$$/| $$$$$$$$| $$ | $$$$$$$$ /$$$$$$ | $$
\______/ \______/ |_______/ |________/|__/ |________/|______/ |__/
"The Future of Deployment is Here" - Fast, Friendly, and Hyper-Modern Web Deployment
ā” [ QUICK START ] [ FEATURES ] [ DOCS ] ā”
š Features
š® Command Interface
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā NEXT-GEN COMMAND SYSTEM ā
ā Intuitive ⢠Powerful ⢠Future-Ready ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
RUN
ā” Smart command executionCOPY
š¦ Seamless file replicationMOVE
š Efficient file transferWORKDIR
š Dynamic directory navigation
šÆ Deployment Options
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā DEPLOYMENT MATRIX ā
ā Choose Your Style ⢠Your Way ⢠Your Future ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
FILES
š Smart file deploymentCOMMANDS
ā” Remote command executionHYBRID
š Full-spectrum deploymentIGNORE
šÆ Precision filtering
š”ļø Security Suite
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā SECURITY PROTOCOLS ā
ā Safe ⢠Secure ⢠Reliable ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
SSH
š Advanced encryptionSFTP
š” Secure file transferKEYS
š Smart authenticationCONFIG
āļø Flexible configuration
š Browse Mode
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā INTERACTIVE FILE MANAGEMENT ā
ā Browse ⢠Manage ⢠Execute ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
# š Enter Browse Mode
$ csdeploy browse
# š Available Commands:
ls # List files and directories
cd <dir> # Change directory
pwd # Show current path
mkdir <dir1> [dir2...] # Create directories
rmv <file1> [file2...] # Remove files
rmv -f <dir1> [dir2...] # Remove directories
rmv -all # Remove everything in current path
cp <src> <dest> # Copy files
mv <src> <dest> # Move/rename files
run <command> # Execute remote commands
šÆ Browse Examples
# š Directory Management
mkdir assets images css # Create multiple directories
cd assets # Navigate to directory
pwd # Show current location
# šļø File Operations
rmv file1.txt file2.txt # Remove multiple files
rmv -f folder1 folder2 # Remove multiple directories
rmv -all # Clean current directory
# š¦ File Transfer
cp source.js dest.js # Copy files
mv old.css new.css # Move/rename files
# ā” Remote Execution
run npm install # Run npm commands
run git pull # Execute git commands
š”ļø Browse Features
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā BROWSE MODE CAPABILITIES ā
ā Interactive ⢠Secure ⢠Powerful ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
BROWSE
š Interactive file navigationCREATE
š Multi-directory creationREMOVE
šļø Batch file/directory removalCOPY
š¦ Secure file copyingMOVE
š Smart file relocationEXECUTE
ā” Remote command executionLIST
š Tree-style file listingNAVIGATE
š Seamless directory traversal
š Quick Start
# š Begin Your Journey
$ npm install -g csdeploy
# ⨠Status: Ready for Action!
# š® Type 'csdeploy' to start
š« Setup Guide
# š® Initialize Your Project
$ csdeploy init
# ⨠Created:
# š .cscc-deploy/config.json # Your command center
# š .cscc-ignore # Smart filters
# šÆ .deploycommands # Action sequences
š Command Examples
# š Your Deployment Script
WORKDIR ./your-awesome-project
# š Get Your Code
RUN git clone https://github.com/your/amazing-project.git
# ⨠Deploy Your Files
COPY ./dist/* ./public/
# or
MOVE ./build/* ./live/
š® Commands
š Deploy
# š Launch Your Project
$ csdeploy deploy
# ⨠Choose Your Style:
> š Files only # Smart file sync
> ā” Commands only # Remote execution
> š Full deploy # Complete sync
āļø Configuration
# š ļø Update Settings
$ csdeploy edit
# š View Status
$ csdeploy status
š Configuration
{
"host": "your-awesome-server.net",
"username": "power-user",
"privateKey": ".ssh/deploy-key",
"remotePath": "public/",
"localPath": "./Project",
"passphrase": "your-secure-key",
"type": "SSH"
}
š» Requirements
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā SYSTEM REQUIREMENTS ā
ā Future-Ready ⢠Performance ⢠Reliability ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
OS
š„ļø Any modern systemNODE
ā” v18.0.0 or newerACCESS
š SSH/FTP credentialsSPACE
š¾ Minimal storage needed
š Join Us
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā BE PART OF THE FUTURE ā
ā Create ⢠Innovate ⢠Deploy ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
FORK
š Join the projectCREATE
⨠Make something amazingCOMMIT
š« Share your visionPUSH
š Launch your codePR
šÆ Connect with us
Created with ā¤ļø by Mehdi Harzallah
1.3.4-beta.0
9 months ago
1.3.4-beta.1.2
9 months ago
1.3.4-beta.1
9 months ago
1.3.3
9 months ago
1.3.2
9 months ago
1.3.0
10 months ago
1.2.0
10 months ago
1.2.4
10 months ago
1.2.3
10 months ago
1.2.2
10 months ago
1.2.1
10 months ago
1.1.2
10 months ago
1.1.1
10 months ago
1.1.0
10 months ago