项目作者: NeuraLegion

项目描述 :
CircleCI NexPloit Orb
高级语言: Dockerfile
项目地址: git://github.com/NeuraLegion/circleci-orb.git
创建时间: 2019-09-01T13:08:45Z
项目社区:https://github.com/NeuraLegion/circleci-orb

开源协议:

下载


Commands to work with orb

Publish a new version of the orb:

  1. $ circleci orb publish ./.config.yml neuralegion/nexploit@0.0.13

Useful to see how CircleCI config is expanding with the orb:

  1. $ circleci config process .circleci/config.yml

Create a new orb in namespace:

  1. $ circleci orb create neuralegion/nexploit

Create a new namespace:

  1. $ circleci namespace create neuralegion github NeuraLegion

To push image to Docker Hub:

  1. $ docker build -t nexploit-cli . && docker tag nexploit-cli neuralegion/nexploit-cli && \
  2. docker push neuralegion/nexploit-cli