2.0.27 • Published 12 months ago

@chaucharian/console v2.0.27

Weekly downloads
-
License
ISC
Repository
github
Last release
12 months ago

Console

Console is a command-line interface (CLI) tool for deploying files to a remote server using SSH. It supports deploying files from a source directory on your local machine to a destination directory on the remote server.

A menu is also available to select some nginx configuration

Usage

To use Console, open a terminal and navigate to the directory where your files are located. Then, run the following command:

console deploy [login] [sourcePath] [hostPath]

Options

  • login: The login credentials to use when connecting to the remote server. This should be in the format username@hostname.
  • sourcePath: The path to the local directory containing the files you want to deploy.
  • hostPath: The path to the remote directory where you want to deploy the files.

Examples

To deploy the files in the current directory to the /home/example directory on the remote server at example.com, run the following command:

console deploy ssh@example.com . /home/example

Installation

To install Console, you must have Node.js installed on your machine. Then, run the following command to install the package:

npm install -g @chaucharian/console

Once the package is installed, you can run the console command from any directory in your terminal.

License

This project is licensed under the MIT License. See the LICENSE file for details.

2.0.26

12 months ago

2.0.27

12 months ago

2.0.24

12 months ago

2.0.25

12 months ago

2.0.23

12 months ago

2.0.15

1 year ago

2.0.3

1 year ago

2.0.16

1 year ago

2.0.2

1 year ago

2.0.13

1 year ago

2.0.5

1 year ago

2.0.14

1 year ago

2.0.4

1 year ago

2.0.11

1 year ago

2.0.7

1 year ago

2.0.12

1 year ago

2.0.6

1 year ago

2.0.9

1 year ago

2.0.10

1 year ago

2.0.8

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

2.0.19

1 year ago

2.0.17

1 year ago

2.0.18

1 year ago

2.0.22

1 year ago

2.0.20

1 year ago

2.0.21

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.0

2 years ago