Skip to main content

A cli for publishing Java maven projects to an S3 maven repository

Project description

Java 2 S3 CLI

Python CLI for publish maven projects to an S3 maven repository. Requires maven installed in your path.

Install

pip install j2s3-cli

Usage

Usage: j2s3 [OPTIONS] COMMAND [ARGS]...

  CLI for publish maven Java projects to an s3 maven repository

Options:
  --help  Show this message and exit.

Commands:
  publish  Publish a maven project to an s3 maven...
Usage: j2s3 publish [OPTIONS]

  Publish a maven project to an s3 maven repository.  Your input directory
  must contain valid java source and a maven pom.xml file.  Your s3 bucket
  must exist and your IAM user must have GetObject and PutObject access.

Options:
  -i TEXT  Input directory containing Java source and pom.xml file
  -u TEXT  AWS_ACCESS_KEY_ID for an IAM user with s3 access
  -p TEXT  AWS_SECRET_ACCESS_KEY for an IAM user with s3 access
  -b TEXT  Existing AWS S3 bucket name
  --help   Show this message and exit.

Contributing

Pull requests and bug reports welcome on the github repository and the underlying library.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

j2s3-cli-1.0.2.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

j2s3_cli-1.0.2-py3-none-any.whl (2.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page