New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

formcarry-cli

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

formcarry-cli

The command line interface for Formcarry

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

Formcarry CLI

Usage

Formcarry CLI enables form creation, listing and removing forms in your terminal.

Installation:

$ npm install -g formcarry-cli

Login to Your Account:

$ formcarry login

Available Commands:

CommandDescription
loginlogin to your formcarry account
add [options] create a new form
delete delete form with id
formsList your form's

Create A New Form:

$ formcarry add "My Sweet Form"

Output:

✔ Your form is successfully created
✔ Your endpoint url copied to clipboard:
https://formcarry.com/s/BywEPAJNb

Available Options:

OptionDescription
-n, --notify notify those email adresses, split with comma
-r, --return specify return url

With options:

$ formcarry add "My Sweet Form" -r "https://myreturnurl.io" -n "myfist@mail.com, mysecond@mail.com"

Output:

✔ Your form is successfully created
✔ Your endpoint url copied to clipboard:
https://formcarry.com/s/BywEPAJNb

Deleting Form:

$ formcarry delete BJedGRDQZ

Output:

✔ Your form is successfully deleted.

Listing Forms:

$ formcarry forms

Output:

┌───────────┬──────────────────┬─────────────────────────────┐
│ ID        │ Name             │ Created At                  │
├───────────┼──────────────────┼─────────────────────────────┤
│ rJwOBh6XZ │ First.           │ June 26th 2017, 1:12:39 am  │
├───────────┼──────────────────┼─────────────────────────────┤
│ BJedGRDQZ │ Second.          │ June 21st 2017, 2:01:27 pm  │
└───────────┴──────────────────┴─────────────────────────────┘

Keywords

FAQs

Package last updated on 20 Sep 2017

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc