Deploying to gh-pages from @ sobolevn/git-secret@1578a4be85 🚀

gh-pages
sobolevn 2 years ago
parent 2daec7de59
commit 390dc67d68

@ -5,7 +5,7 @@ description: Shell scripts to encrypt your private data inside a git repository.
baseurl: "" # the subpath of your site, e.g. /blog
url: "git-secret.io" # the base hostname & protocol for your site
# Github links:
# GitHub links:
github_username: sobolevn
github_changelog: "https://github.com/sobolevn/git-secret/blob/master/CHANGELOG.md"

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-add'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-add
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-cat'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-cat
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-changes'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-changes
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-clean'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-clean
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-hide'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-hide
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-init'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-init
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-list'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-list
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-remove'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-remove
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-removeperson'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-removeperson
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-reveal'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-reveal
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-tell'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-tell
categories: command
---
@ -14,7 +14,7 @@ git-secret-tell - adds person who can access private data.
## DESCRIPTION
`git-secret tell` - adds user(s) to the list of those able to encypt/decrypt secrets.
`git-secret tell` - adds user(s) to the list of those able to encrypt/decrypt secrets.
This lets the specified user encrypt new files,
but will not immediately be able to decrypt existing files, which were encrypted without their key.

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-usage'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-usage
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret-whoknows'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret-whoknows
categories: command
---

@ -1,7 +1,7 @@
---
layout: post
title: 'git-secret'
date: 2022-06-17 18:35:07 +0000
date: 2022-07-20 06:33:24 +0000
permalink: git-secret
categories: usage
---

@ -28,7 +28,7 @@ function copy_to_posts {
timestamp=$(date "+%Y-%m-%d %H:%M:%S %z")
current_date=$(date "+%Y-%m-%d")
# Creating command refernce:
# Creating command reference:
for com in "$MAN_LOCATION"/git-secret-*.1.md; do
local short_name
short_name=$(echo "$com" | sed -n "s|$MAN_LOCATION/\(.*\)\.1\.md|\1|p")

@ -22,7 +22,7 @@ You can check the full list of automated test platforms
We are always interested in getting `git-secret` working and tested on additional systems.
If you get `git-secret` working on a new system and the tests pass for you,
you can add a Github Action to test your platform to that file.
you can add a GitHub Action to test your platform to that file.
Also we welcome improvements to tests or `git-secret` code for any platform.
## Installation process
@ -160,6 +160,6 @@ PREFIX="/usr/local" make install
```
Note that you can change `PREFIX` to be any directory you subsequently include in in your `PATH`
environment variable. We generally recommend you stick to the the default
environment variable. We generally recommend you stick to the default
install locations for simplicity, but if you know what you're doing you are welcome to change it.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-ADD" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-ADD" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-add\fR \- starts to track added files\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-CAT" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-CAT" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-cat\fR \- decrypts files passed on command line to stdout\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-CHANGES" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-CHANGES" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-changes\fR \- view diff of the hidden files\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-CLEAN" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-CLEAN" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-clean\fR \- removes all the hidden files\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-HIDE" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-HIDE" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-hide\fR \- encrypts all added files with repo keyring\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-INIT" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-INIT" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-init\fR \- initializes git\-secret repository\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-LIST" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-LIST" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-list\fR \- prints all the added files\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-REMOVE" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-REMOVE" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-remove\fR \- removes files from index\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-REMOVEPERSON" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-REMOVEPERSON" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-removeperson\fR \- removes user\'s public key from repo keyring\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-REVEAL" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-REVEAL" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-reveal\fR \- decrypts all added files\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-TELL" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-TELL" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-tell\fR \- adds person who can access private data\.
@ -15,7 +15,7 @@ git secret tell [\-m] [\-d dir] [emails]\.\.\.
.fi
.
.SH "DESCRIPTION"
\fBgit\-secret tell\fR \- adds user(s) to the list of those able to encypt/decrypt secrets\.
\fBgit\-secret tell\fR \- adds user(s) to the list of those able to encrypt/decrypt secrets\.
.
.P
This lets the specified user encrypt new files, but will not immediately be able to decrypt existing files, which were encrypted without their key\. Files should be re\-encrypted with the new keyring by someone who already has access in order for the new user to be able to decrypt the files\.

@ -7,7 +7,7 @@ git-secret-tell - adds person who can access private data.
## DESCRIPTION
`git-secret tell` - adds user(s) to the list of those able to encypt/decrypt secrets.
`git-secret tell` - adds user(s) to the list of those able to encrypt/decrypt secrets.
This lets the specified user encrypt new files,
but will not immediately be able to decrypt existing files, which were encrypted without their key.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-USAGE" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-USAGE" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-usage\fR \- prints all the available commands\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET\-WHOKNOWS" "1" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET\-WHOKNOWS" "1" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\-whoknows\fR \- print email for each key in the keyring\.

@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
.TH "GIT\-SECRET" "7" "June 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.TH "GIT\-SECRET" "7" "July 2022" "sobolevn" "git-secret 0.5.1-alpha1"
.
.SH "NAME"
\fBgit\-secret\fR \- bash tool to store private data inside a git repo\.

Loading…
Cancel
Save