mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +00:00
- generate host keys and SSH keys - prompt for deploy key setup - generate gitrepo source - wait for source to sync
10 lines
196 B
Modula-2
10 lines
196 B
Modula-2
module github.com/fluxcd/toolkit
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/blang/semver v3.5.1+incompatible
|
|
github.com/manifoldco/promptui v0.7.0
|
|
github.com/spf13/cobra v0.0.6
|
|
k8s.io/client-go v0.18.0
|
|
)
|