sanitize-marathon-app-id

1.1.0 • Public • Published

NPM Version Build Status Coverage Status Dependencies

sanitize-marathon-app-id

🚮 Sanitize marathon app ids.

Marathon only allows a limited character set to be used in an app id. If you generate these ids automatically based on e.g. current system information it is useful to sanitize the app id and filter all characters which are not allowed.

Install

$ npm install sanitize-marathon-app-id

Usage

Programmatic usage

var sanitize = require('sanitize-marathon-app-id');
 
var appId = sanitize('FOO_λ_BAR_1.0.0'); // → foo-bar-1-0-0

CLI

$ sanitize-marathon-app-id --help

  Sanitize marathon app ids.

  Usage
    sanitize-marathon-app-id <input>

Readme

Keywords

Package Sidebar

Install

npm i sanitize-marathon-app-id

Weekly Downloads

0

Version

1.1.0

License

Beerware

Last publish

Collaborators

  • anistal
  • holidaycheck-owner
  • lo1tuma