We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2970345 commit 0a485fbCopy full SHA for 0a485fb
cloud2sql/__init__.py
@@ -11,4 +11,4 @@
11
__author__ = "Some Engineering Inc."
12
__license__ = "Apache 2.0"
13
__copyright__ = "Copyright © 2022 Some Engineering Inc."
14
-__version__ = "0.6.4"
+__version__ = "0.7.0"
config-example.yaml
@@ -9,7 +9,5 @@ sources:
9
- path: "~/.kube/config"
10
all_contexts: true
destinations:
- # sqlite:
- # database: resoto.db
- s3:
15
- bucket_name:
+ sqlite:
+ database: resoto.db
0 commit comments