Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@superdispatch/gh-scripts

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@superdispatch/gh-scripts

Node scripts for GitHub actions

  • 0.2.11
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
2
Created
Source

gh-scripts

Node scripts for GitHub actions

oclif Version Downloads/week License

Commands

gh-scripts build-size:report

Saves build size snapshot

USAGE
  $ gh-scripts build-size:report

OPTIONS
  --dir=dir            (required) Build folder
  --help               show CLI help
  --label=label        Build label
  --snapshot=snapshot  (required) Path to the snapshot file
  --token=token        (required) GitHub access token

See code: lib/commands/build-size/report.js

gh-scripts build-size:snapshot

Saves build size snapshot

USAGE
  $ gh-scripts build-size:snapshot

OPTIONS
  --dir=dir  (required) Specify a build folder
  --help     show CLI help
  --out=out  (required) Specify a path for the snapshot file

See code: lib/commands/build-size/snapshot.js

gh-scripts deploy-preview

Deploy preview

USAGE
  $ gh-scripts deploy-preview

OPTIONS
  --alias=alias                Alias for deployment
  --dir=dir                    (required) Folder to deploy
  --help                       show CLI help
  --label=label                Deployment label
  --netlifySite=netlifySite    (required) Netlify site ID to deploy to
  --netlifyToken=netlifyToken  (required) Netlify access token
  --token=token                (required) GitHub access token

See code: lib/commands/deploy-preview.js

gh-scripts help [COMMAND]

display help for gh-scripts

USAGE
  $ gh-scripts help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

gh-scripts prune-artifacts

Prune artifacts

USAGE
  $ gh-scripts prune-artifacts

OPTIONS
  --help             show CLI help
  --pattern=pattern  [default: .*] RegExp pattern string to match an artifact name
  --token=token      (required) GitHub access token

See code: lib/commands/prune-artifacts.js

Keywords

FAQs

Package last updated on 27 Oct 2020

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