npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@metacall/deploy

v0.1.32

Published

Tool for deploying into MetaCall FaaS platform.

Downloads

916

Readme

NPM Workflow install size discord

Table of Contents

About

metacall-deploy provides the interface of options to deploy functions on Metacall FaaS platform. You can deploy your serverless functions within a few clicks without interacting with Dashboard

giphyT

How to install

npm i -g @metacall/deploy

Check installation

metacall-deploy --help

Configuration

The configuration is stored in: - Unix: $HOME/.metacall/deploy/config.ini - Windows: %APPDATA%\metacall\deploy\config.ini

Token

The token is stored in the configuration and can be overwritten at any time with METACALL_API_KEY environment variable.

Supported arguments and commands

The metacall-deploy offers many commands for a variety of typical operations.

metacall-deploy --[args=value]

| CLI Args | Description | | --------------- | ------------------------------------------------------------------------------------------------------------- | | --help | Prints a user manual to assist you in using the cli. | | --version | Prints current version of the cli. | | --workdir | Accepts relative path to application directory, Defaults to cwd | | --addrepo | Accepts url of repository to deploy | | --projectName | Accepts a string indicating the name of your project | | --email | Accepts email id for authentication | | --password | Accepts password for authentication | | --token | Accepts token for authentication, either pass email & password or token. | | --force | Accepts boolean value: it deletes the deployment present on an existing plan and deploys again | | --plan | Accepts type of plan: "Essential", "Standard", "Premium" | | --inspect | Accepts format of output : "Table", "Raw", "OpenAPIv3" and Lists out all the deployments with specifications. | | --delete | Accepts boolean value: it provides you all the available deployment options to delete | | --confDir | Accepts relative path for changing default config directory | | --logout | Accepts boolean value: use it in order to expire your current session. | | --listPlans | Accepts boolean value: list all the plans that are offered in your account using it. |

Ignore Files

If you don't want to deploy node modules or any other file, simply put it inside the .gitignore file as we use for ignoring files.

Exit codes and their meanings

| Exit Code | Description | | --------- | -------------------- | | 0 | Success | | 1 | NotDirectoryRootPath | | 2 | EmptyRootPath | | 3 | NotFoundRootPath | | 4 | AccountDisabled |

New to MetaCall? Create account and buy a plan

Go to https://dashboard.metacall.io, signin and buy a plan. Learn more...

Contribute

You Can Directly Start Contributing to this deployer in Cloud with ready to run, build & test the project.

Open in Gitpod

To use it on your forked repo, edit the 'Open in Gitpod' button url to https://gitpod.io/#https://github.com/<my-github-username>/deploy

License

This project is currently licensed under the Apache License version 2.0.