flux2/cmd/tk
stefanprodan 0cd820e923 Add export for public git repos
..
bootstrap.go Implement GitHub repository bootstrap
bootstrap_github.go Improve cluster sync wait
check.go Replace SSH shell-outs with Go implementation
completion.go Add bash completion cmd
create.go Add export flag to create commands
create_kustomization.go Add export flag to create commands
create_source.go Refactor create command
create_source_git.go Add export for public git repos
delete.go Add -s alias for silent arg
delete_kustomization.go Add bash completion cmd
delete_source.go Implement delete for git sources
delete_source_git.go Add bash completion cmd
export.go Implement export to YAML
export_kustomization.go Add credentials export option for git sources
export_source.go Add credentials export option for git sources
export_source_git.go Add credentials export option for git sources
flags.go Improve host key scanner, add Ed25519 generator
get.go Implement get commands
get_kustomization.go Fix get cmd early exit
get_source.go Implement get commands
get_source_git.go Implement get commands
install.go Use kustomize API instead of binary
log.go log: improve cmd logs
main.go Set tk version at release time
resume.go Implement ks delete, suspend, resume commands
resume_kustomization.go Fix resume waiting
suspend.go Implement ks delete, suspend, resume commands
suspend_kustomization.go Implement ks delete, suspend, resume commands
sync.go Implement sync command
sync_kustomization.go Implement get commands
sync_source.go Implement sync command
sync_source_git.go Add poll interval global variable
uninstall.go Add -s alias for silent arg
utils.go Implement GitHub repository bootstrap