用于将Java Maven项目发布到S3 Maven存储库的CLI

j2s3-cli的Python项目详细描述


Java 2 S3客户端

用于将maven项目发布到s3maven存储库的python cli。需要在您的路径中安装maven。

安装

pip install j2s3-cli

用法

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:
  -l, --location PATH  Input directory containing Java source and pom.xml file
  -u, --username TEXT  AWS_ACCESS_KEY_ID for an IAM user with s3 access
  -p, --password TEXT  AWS_SECRET_ACCESS_KEY for an IAM user with s3 access
  -b, --bucket TEXT    Existing AWS S3 bucket name
  -d, --dry            Dry run
  --help               Show this message and exit

贡献

欢迎使用github repositoryunderlying library上的请求和错误报告。

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java如何从通知中获取图像?   java按住按钮将循环一个动作,直到它被释放   JavaJavassist:如何将动态生成的类添加到特定的包中?   java我需要获取一个字符串并输出字符串中出现最多的单词   java合并排序堆栈溢出错误   java如何使用spring boot配置hibernate   Android中带选择器的Java TCP服务器NIO   java对于长度急剧变化的输入,什么是最佳的StringBuffer初始容量?   java SpringBoot:REST endpint中@RequestParam参数的自定义验证   JavaJPaQuery。fetchResults()已弃用,应如何替换它?   JavaJNA结构创建带来麻烦   java创建只包含响应中某些元素的POJO   java巨大的Perm Gen与应用程序大小相比,是否正常?   JavalibgdxMoveToAction。将setPosition()设置为负坐标,以将演员移出舞台