GithubHelp home page GithubHelp logo

efishery-challenge's Introduction

Deskripsi

App simpel untuk config/env management

Penggunaan

Aplikasi ini sudah dihubungkan secara live di host 164.68.113.243 port 1337. Segala perubahan pada branch main akan otomatis di update ke server tersebut. Berikut adalah contoh penggunaan

Operator:

  • SET : Set key dengan value
  • GET : Mengambil value dari sebuah key
  • LIST: Mengambil semua key yang ada pada sistem
  • UNSET : Menghapus key
  • IMPORT : Import key value file yang tersimpan pada format .env/yaml/json di URL
$ nc -vvv 164.68.113.243 1337
Connection to 164.68.113.243 1337 port [tcp/*] succeeded!
SET kunci jawaban
Penulisan key berhasil

GET kunci
jawaban

LIST
APP_ID
APP_SECRET
kunci

GET APP_ID
1234567

UNSET APP_ID
key APP_ID berhasil dihapus

UNSET APP_SECRET
key APP_SECRET berhasil dihapus

LIST
kunci

IMPORT YAML https://raw.githubusercontent.com/habibiefaried/efishery-challenge/main/yaml.sample
import berhasil

LIST
APP_ID
APP_SECRET
kunci

GET APP_SECRET
abcdef

download
Penggunaan: download "<tipe: .env/json/yaml>"
download .env
APP_ID=1234567
APP_SECRET=abcdef
kunci=test
download json
{"APP_ID":"1234567","APP_SECRET":"abcdef","kunci":"test"}
download yaml
APP_ID: 1234567
APP_SECRET: abcdef
kunci: test

Semua env akan ditulis dengan nama file sesuai dengan key yang dimaksud, dengan konten yang sesuai dengan value.

$ ls fsdir/
APP_ID  APP_SECRET  a  kunci
$ cat fsdir/APP_ID
1234567

efishery-challenge's People

Contributors

habibiefaried avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.