MCPcopy Create free account
hub / github.com/firebase/firebase-functions-test / printUsage

Function printUsage

scripts/tweet.js:6–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4const Twitter = require("twitter");
5
6function printUsage() {
7 console.error(
8 `
9Usage: tweet.js <version>
10Credentials must be stored in "twitter.json" in this directory.
11Arguments:
12 - version: Version of module that was released. e.g. "1.2.3"
13`
14 );
15 process.exit(1);
16}
17
18function getUrl(version) {
19 return `https://github.com/firebase/firebase-functions-test/releases/tag/v${version}`;

Callers 1

tweet.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…