Skip to content

skycluster-project/kcl-modules

Repository files navigation

kcl-modules

Use up cli command to fetch the modules.

up project init dummy


# Add dependencies, examples:
up dependency add xpkg.upbound.io/upbound/provider-aws-ec2:v1
up dependency add xpkg.upbound.io/upbound/provider-aws-sqs:v1
up dependency add xpkg.upbound.io/upbound/provider-aws-cloudwatch:v1

# xpkg.upbound.io/upbound/provider-azure-containerservice:v1
# xpkg.upbound.io/upbound/provider-azure-compute:v1

# xpkg.upbound.io/upbound/provider-gcp-compute:v1.14.1
# xpkg.upbound.io/upbound/provider-gcp-gke:v1
# xpkg.upbound.io/upbound/provider-gcp-container:v1

# Find dependencies located in .up folder.

To update the local libraries with the latest commit, try to replace all instances of old commit with the new one:

# 's/oldCommit/newCommit/g' {} +
find ./ -type f -exec sed -i 's/1b426db/d5febc7/g' {} +

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published