New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

yorc

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yorc

A simple deployment tool.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

Yorc - Simple software deployment

Yorc is a simple tool designed to make software deployment easier.

Usage

Yorc can be used to open interactive and non-interactive shell connections to remote servers. Connection details for the remote servers are defined in YAML format target files.

Example target file: dev.yaml

# dev.yaml
host: dev.example.com
user: joe
pasword: letmein

With the above target file in the current directory, an interactive shell to the specified server can be opened with the folowing command:

$ yorc dev

You can execute commands through a non-interactive shell as follows:

$ echo 'uptime' | yorc dev

If you have a script file that you would like to execute on the remote server you can use:

$ yorc dev < my-script.sh

Keywords

deployment

FAQs

Package last updated on 02 Nov 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts