Skip to content

Instantly share code, notes, and snippets.

View sats17's full-sized avatar
:octocat:
alive

Satish Kumbhar sats17

:octocat:
alive
View GitHub Profile
## dependency
<dependency>
<groupId>io.swagger</groupId>
<artifactId>swaggerhub-maven-plugin</artifactId>
<version>1.0.8</version>
</dependency>
## plugin
<plugin>
<groupId>io.swagger</groupId>
############################################################################################################
################## #############################
################## #############################
This Gist collection contains all scripts for python
################## #############################
################## #############################
############################################################################################################
@sats17
sats17 / consul-cheatsheet
Last active March 30, 2022 20:21
Contains cheetsheet for consul
1) Start consul cluster -
# consul agent -server -bootstrap-expect=1 -data-dir=consul-data -ui -bind=127.0.0.1
2) put key-values
# consul kv put config/key value
3) get key-values -
# consul kv get config/key
4) get keys from consul with host and acl-token(Your own hosted consul) -
############################################################################################################
################## #############################
################## #############################
This Gist collection contains all localstack related examples
################## #############################
################## #############################
############################################################################################################