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

fast-release-notes

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fast-release-notes

This script is meant to reduce the fixed time spent on release note publication.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Fast Publish

Reduce the fixed time spent on release note publication.

Build Status

Getting Started

npm install fast-release-notes -g

CLI Help

Call fast-release-notes --help for CLI help.

Usage:
  fast-release-notes [OPTIONS] <command> [ARGS]

Options:
  -m, --markup [STRING]  Markup type: html | markdown | textile (Default is markdown)
      --confUrl [STRING] Confluence URL (Default is https://intranet.servicerocket.com)
  -sp, --confSpaceKey [STRING]Confluence Space Key (Default is Tools)
      --getSatDomain [STRING]GetSat Domain (Default is servicerocket)
      --getSatProduct STRINGGetSat Product
  -u, --username STRING  Username
  -p, --password STRING  Password
  -t, --title STRING     Title of the post
  -c, --content STRING   Content for publishing
  -f, --file FILE        Read content from file for publishing
  -h, --help             Display help and usage details

Commands:
  confluence-blogpost, getsat-announcement

How? (v0.0.1)

There are a few scripts, each designed publishing to a specific destination, e.g. to Confluence:

MARKUP=<html|markdown|textile> URL=https://intranet.servicerocket.com USERNAME=<u> PASSWORD=<p> SPACE=<s> FILE=content.md node --harmony confluence.js

Or to GetSatisfaction:

MARKUP=<html|markdown|textile> DOMAIN=servicerocket USERNAME=<u> PASSWORD=<p> PRODUCT=<d> FILE=content.md node --harmony getsat.js

When required variables are not provided, you should receive an error, otherwise you may identify them, e.g

cat confluence.js  | grep -E "[A-Z]{2,}"

FAQs

Package last updated on 22 Oct 2015

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