Skip to content

stackinabox/docker-uc-deploy-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Docker image with ucd client.

Usage

Run UCD client command

docker run --rm stackinabox/urbancode-deploy-client:latest --help

Run UCD client against differnet UCD server

docker run --rm stackinabox/urbancode-deploy-client:latest udclient [--weburl http(s)://my-ucd-host(:PORT)] [--username myUser] [--password myPassword] [command] [-h] [-CMD_OPTIONS]

Trigger UCD to create a new component version.

docker run --rm stackinabox/urbancode-deploy-client:latest udclient [--weburl http(s)://my-ucd-host(:PORT)] [--username myUser] [--password myPassword] createVersion -component [MY_COMPONENT] -name [NEW_COMPONENT_VERSION]

Trigger UCD component to addVersionFiles

If you wish to upload files to the version simply mount a volume to the container and reference that volume in the command args. Any files within this directory will be uploaded automatically.

docker run --rm stackinabox/urbancode-deploy-client:latest -v $(pwd)/version-files:/version-files udclient [--weburl http(s)://my-ucd-host(:PORT)] [--username myUser] [--password myPassword] addVersionFiles -component [MY_COMPONENT] -version [MY_COMPONENT_VERSION] -base /version-files

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published