Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@pitcher/cli
Advanced tools
Pitcher CLI, or pit or pitcher, is a command-line interface to Pitcher for use in your terminal or your scripts.
pit auth token
Prompts user to enter token and saves it in ~/.config/.pitcher.json of local file system.
pit app create [flags]
Create new application (with no release).
-d, --description <string>
Description of the application.
-n, --name <string>
required
Name of the application.
--display-name <string>
Displayed name of the application.
-t, --type <string>
required
Type of the application. Available options: web
, action
.
pit app create -n test-app -d description --display_name 'App Name' -t 'web'
pit app publish
Create a new application if it doesn’t exist with its first version, otherwise it updates it with new version, based on the name of app in app.json inside the zip file.
To create an application interactively, use pit app create with no arguments.
To create an application non-interactively, supply the application name, type, and one of --public or --private.
pit app update
pit app update [<application>] [flags]
Edit application properties.
-d, --description <string>
Description of the application.
-n, --name <string>
Name of the application.
--display-name <string>
Displayed name of the application.
-t, --type <string>
Type of the application. Available options: web
, action
.
pit app update test-app -d 'new description' --display_name 'New App Name' -t 'web'
pit app delete [<application>] [flags]
Delete application. If version is provided delete the specific release of the application.
-v, --version <version>
Delete the specific release with this version.
pit app delete test-app --version 0.1.0
pit app init
Initializer app.json in root folder and prompt user to fill in application settings.
pit app list
List all applications available to the user.
pit app view [<application>] [flags]
View application information.
-v, --version <version>
View the specific release of the app with this version.
pit app view test-app -v 0.1.0
pit app install [flags]
Install a version of the application that is in the app.json file of the root folder to the selected instances. If version is omitted, installs latest version which is not prerelease.
-v, --version <version>
Install this version.
-i, --instances <number>
Install to those instances (instance id’s separated by comma.
pit app install -v 0.1.0 -i 1,2
pit instances
List all instances.
FAQs
A CLI for PITCHER services
We found that @pitcher/cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 8 open source maintainers collaborating on the project.
Did you know?
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.