3.1.4 • Published 9 years ago

screwdriver-dynamic-dynamodb v3.1.4

Weekly downloads
5
License
BSD-3-Clause
Repository
github
Last release
9 years ago

Dynamic DynamoDB

Version Downloads Build Status Open Issues Dependency Status License

A utility CLI for creating Screwdriver datastore tables in DynamoDB

Usage

Installation

$ npm install -g screwdriver-dynamic-dynamodb

API

# Creates all DynamoDB tables ("builds", "jobs", "pipelines", "users")
$ screwdriver-db-setup create

# Creates all DynamoDB tables in Ireland
$ screwdriver-db-setup --region eu-west-1 create

# Creates "builds" table in Ireland
$ screwdriver-db-setup --region eu-west-1 create build

# Drops all DynamoDB tables
$ screwdriver-db-setup drop

Testing

npm test

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

3.1.4

9 years ago

3.1.3

9 years ago

3.1.2

9 years ago

3.1.1

10 years ago

3.1.0

10 years ago

3.0.2

10 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.0

10 years ago

0.0.1

10 years ago