Skip to content

DesignSafe-CI/dscli

Repository files navigation

Overview

This is a kit repository for creating distributable, customized CLI tools for projects with their own tenant of the TACC Cloud API

Fork this repository at Github

Clone it locally into

cd <tenant-cli>
make init

The result will be several configuration files that you must customize to your tenant-specific CLI

configuration.rc

Dockerfile

requirements.txt

VERSION

CNAME

CHANGELOG.md

Build

After customizing the config files

make all