sanitize-marathon-app-id
v1.1.0
Published
Sanitize marathon app ids.
Downloads
11
Readme
sanitize-marathon-app-id
:put_litter_in_its_place: 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>