version number -h, -- help output usage information Commands: publish [options] <namespace> <name> <provider> <version> publish the terraform module Environment variables below need to set * CITIZEN_ADDR : citizen registry server address to pubilsh a module server [options] run a terraform registry Environment variables below need to set * CITIZEN_STORAGE : storage type, file or s3 * CITIZEN_STORAGE_PATH : directory to save module files if CITIZEN_STORAGE is file (absolute/relative path can be used). * CITIZEN_AWS_S3_BUCKET : s3 bucket to save module files if CITIZEN_STORAGE is s3 * AWS_ACCESS_KEY_ID : your AWS access key if CITIZEN_STORAGE is s3 * AWS_SECRET_ACCESS_KEY : your AWS secret access key if CITIZEN_STORAGE is s3 Citizen CLI
version number -h, -- help display help for command Commands: module [options] <namespace> <name> <provider> <version> Publish the terraform module provider [options] <namespace> <type> <version> [protocols] Publish the terraform provider server [options] Run a terraform registry Citizen CLI