gate-api

command module
v0.0.0-...-5c63047 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 30, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

README

First Golang cli tool - API Intergration

dep install

go get -u github.com/golang/dep/cmd/dep

compile dep binary and copy to C:\Windows\system32\

dep init
dep ensure
Usage

get program version

GateAPI.exe version

query project id by name

GateAPI.exe getProjectId --ju <JIRA_USER> --jp <JIRA_PASS> --uri 192.168.100.100:1180 --gu <GATE_USER> --gp <GATE_PASS> --project <JIRA_PROJECTNAME>

POST jenkins deploy data to Gate ​

GateAPI.exe startDeploy --ju <JIRA_USER> --jp <JIRA_PASS> --uri 192.168.100.100:1180 --gu <GATE_USER> --gp <GATE_PASS> --project <JIRA_PROJECTNAME> --versionname <JIRA_VERSION_NAME> --component <DEPLOY_ITEMS> --envname <DEPLOY_ENV>

Jenkins Intergration

Windows

Set-ExecutionPolicy Remotesigned -Force
(new-object Net.WebClient).DownloadFile('http://nexus.yourcompanyname.com:8081/nexus/content/repositories/software/cm/tools/cli/GateAPI/v2.0/GateAPI-v2.0.exe','GateAPI.exe')

Linux

wget http://nexus.yourcompanyname.com:8081/nexus/content/repositories/software/cm/tools/cli/GateAPI/v2.0/GateAPI-v2.0.0 -O GateAPI
chmod 755 GateAPI
GateAPI.exe startDeploy --ju <JIRA_USER> --jp <JIRA_PASS> --uri 192.168.100.100:1180 --gu <GATE_USER> --gp <GATE_PASS> --project <JIRA_PROJECTNAME> --versionname <JIRA_VERSION_NAME> --envname <DEPLOY_ENV> --teams "ACE TAP" --stacks "XXXTradingDataServices XXXTradingServices" --services "cmQueryService cmQueryServiceDemo"

Documentation

Overview

Copyright © 2021 NAME HERE <EMAIL ADDRESS>

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL