gemstash 2.1.0 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +57 -0
- data/lib/gemstash/cache.rb +37 -0
- data/lib/gemstash/cli/authorize.rb +2 -2
- data/lib/gemstash/cli/setup.rb +11 -3
- data/lib/gemstash/configuration.rb +1 -1
- data/lib/gemstash/dependencies.rb +2 -2
- data/lib/gemstash/env.rb +2 -0
- data/lib/gemstash/gem_fetcher.rb +2 -2
- data/lib/gemstash/gem_pusher.rb +2 -2
- data/lib/gemstash/gem_source/private_source.rb +3 -3
- data/lib/gemstash/gem_source.rb +2 -2
- data/lib/gemstash/http_client.rb +8 -3
- data/lib/gemstash/logging.rb +1 -1
- data/lib/gemstash/man/gemstash-authorize.1 +36 -21
- data/lib/gemstash/man/gemstash-authorize.1.txt +21 -19
- data/lib/gemstash/man/gemstash-configuration.5 +118 -106
- data/lib/gemstash/man/gemstash-configuration.5.txt +105 -103
- data/lib/gemstash/man/gemstash-customize.7 +83 -68
- data/lib/gemstash/man/gemstash-customize.7.txt +63 -62
- data/lib/gemstash/man/gemstash-debugging.7 +24 -9
- data/lib/gemstash/man/gemstash-debugging.7.txt +11 -9
- data/lib/gemstash/man/gemstash-deploy.7 +30 -15
- data/lib/gemstash/man/gemstash-deploy.7.txt +18 -16
- data/lib/gemstash/man/gemstash-mirror.7 +25 -10
- data/lib/gemstash/man/gemstash-mirror.7.txt +9 -7
- data/lib/gemstash/man/gemstash-multiple-sources.7 +34 -20
- data/lib/gemstash/man/gemstash-multiple-sources.7.txt +30 -29
- data/lib/gemstash/man/gemstash-private-gems.7 +55 -40
- data/lib/gemstash/man/gemstash-private-gems.7.txt +40 -38
- data/lib/gemstash/man/gemstash-readme.7 +61 -49
- data/lib/gemstash/man/gemstash-readme.7.txt +58 -58
- data/lib/gemstash/man/gemstash-setup.1 +36 -21
- data/lib/gemstash/man/gemstash-setup.1.txt +19 -17
- data/lib/gemstash/man/gemstash-start.1 +29 -14
- data/lib/gemstash/man/gemstash-start.1.txt +14 -12
- data/lib/gemstash/man/gemstash-status.1 +27 -12
- data/lib/gemstash/man/gemstash-status.1.txt +12 -10
- data/lib/gemstash/man/gemstash-stop.1 +27 -12
- data/lib/gemstash/man/gemstash-stop.1.txt +12 -10
- data/lib/gemstash/man/gemstash-version.1 +25 -10
- data/lib/gemstash/man/gemstash-version.1.txt +7 -5
- data/lib/gemstash/storage.rb +5 -4
- data/lib/gemstash/upstream.rb +6 -5
- data/lib/gemstash/version.rb +2 -2
- data/lib/gemstash/web.rb +6 -4
- data/lib/gemstash.rb +1 -1
- metadata +31 -157
@@ -2,9 +2,11 @@ gemstash-readme(7) gemstash-readme(7)
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
|
5
|
+
<!-- Automatically generated by Pandoc -->
|
6
|
+
|
7
|
+
1mGemstash0m
|
8
|
+
1mWhat is Gemstash?0m
|
9
|
+
Gemstash is both a cache for remote servers such as
|
8
10
|
https://rubygems.org, and a private gem source.
|
9
11
|
|
10
12
|
If you are using bundler (http://bundler.io/) across many machines that
|
@@ -18,20 +20,20 @@ gemstash-readme(7) gemstash-readme(7)
|
|
18
20
|
you might want to use Gemstash.
|
19
21
|
|
20
22
|
Are you only using gems from https://rubygems.org, and don't bundle the
|
21
|
-
same gems frequently? Well, maybe you don't need Gemstash...
|
23
|
+
same gems frequently? Well, maybe you don't need Gemstash... yet.
|
22
24
|
|
23
|
-
Gemstash
|
25
|
+
Gemstash is maintained by Ruby Together (https://rubytogether.org/), a
|
24
26
|
grassroots initiative committed to supporting the critical Ruby infra-
|
25
27
|
structure you rely on. Contribute today as an individual
|
26
|
-
(https://rubytogether.org/developers) or
|
28
|
+
(https://rubytogether.org/developers) or even better, as a company
|
27
29
|
(https://rubytogether.org/companies), and ensure that Bundler,
|
28
30
|
RubyGems, Gemstash, and other shared tooling is around for years to
|
29
31
|
come.
|
30
32
|
|
31
|
-
|
32
|
-
|
33
|
-
Gemstash
|
34
|
-
end of this Quickstart Guide, you will be able to bundle
|
33
|
+
1mQuickstart Guide0m
|
34
|
+
1mSetup0m
|
35
|
+
Gemstash is designed to be quick and painless to get set up. By the
|
36
|
+
end of this Quickstart Guide, you will be able to bundle stashed gems
|
35
37
|
from public sources against a Gemstash server running on your machine.
|
36
38
|
|
37
39
|
Install Gemstash to get started:
|
@@ -39,7 +41,7 @@ gemstash-readme(7) gemstash-readme(7)
|
|
39
41
|
$ gem install gemstash
|
40
42
|
|
41
43
|
After it is installed, starting Gemstash requires no additional steps.
|
42
|
-
Simply start the Gemstash server with the
|
44
|
+
Simply start the Gemstash server with the 1mgemstash 22mcommand:
|
43
45
|
|
44
46
|
$ gemstash start
|
45
47
|
|
@@ -47,7 +49,7 @@ gemstash-readme(7) gemstash-readme(7)
|
|
47
49
|
cause Gemstash will run the server in the background by default. The
|
48
50
|
server runs on port 9292.
|
49
51
|
|
50
|
-
|
52
|
+
1mBundling0m
|
51
53
|
With the server running, you can bundle against it. Tell Bundler that
|
52
54
|
you want to use Gemstash to find gems from RubyGems.org:
|
53
55
|
|
@@ -65,19 +67,19 @@ gemstash-readme(7) gemstash-readme(7)
|
|
65
67
|
$ bundle install --path .bundle
|
66
68
|
|
67
69
|
Your Gemstash server has fetched the gems from https://rubygems.org and
|
68
|
-
cached
|
70
|
+
cached them for you! To prove this, you can disable your Internet con-
|
69
71
|
nection and try again. Gem files (*.gem) are cached indefinitely. Gem
|
70
72
|
dependencies metadata are cached for 30 minutes, so if you bundle again
|
71
|
-
before that, you can successfully bundle without
|
73
|
+
before that, you can successfully bundle without an Internet connec-
|
72
74
|
tion:
|
73
75
|
|
74
76
|
$ # Disable your Internet first!
|
75
77
|
$ rm -rf Gemfile.lock .bundle
|
76
78
|
$ bundle
|
77
79
|
|
78
|
-
|
80
|
+
1mFalling back to rubygems.org0m
|
79
81
|
If you want to make sure that your bundling from https://rubygems.org
|
80
|
-
still works as expected when the Gemstash server is not
|
82
|
+
still works as expected when the Gemstash server is not running, you
|
81
83
|
can easily configure Bundler to fallback to https://rubygems.org.
|
82
84
|
|
83
85
|
$ bundle config mirror.https://rubygems.org.fallback_timeout true
|
@@ -88,92 +90,90 @@ gemstash-readme(7) gemstash-readme(7)
|
|
88
90
|
|
89
91
|
$ bundle config mirror.https://rubygems.org.fallback_timeout 3
|
90
92
|
|
91
|
-
|
93
|
+
1mStopping the Server0m
|
92
94
|
Once you've finish using your Gemstash server, you can stop it just as
|
93
95
|
easily as you started it:
|
94
96
|
|
95
97
|
$ gemstash stop
|
96
98
|
|
97
|
-
You'll also want to tell Bundler that it can go back to
|
99
|
+
You'll also want to tell Bundler that it can go back to getting gems
|
98
100
|
from RubyGems.org directly, instead of going through Gemstash:
|
99
101
|
|
100
102
|
$ bundle config --delete mirror.https://rubygems.org
|
101
103
|
|
102
|
-
|
104
|
+
1mUnder the Hood0m
|
103
105
|
You might wonder where the gems are stored. After running the commands
|
104
|
-
above, you will find a new directory at ~/.
|
105
|
-
holds all the cached and private gems.
|
106
|
+
above, you will find a new directory at 1m~/.gemstash22m. This directory
|
107
|
+
holds all the cached and private gems. It also has a server log, the
|
106
108
|
database, and configuration for Gemstash. If you prefer, you can point
|
107
|
-
to a different directory
|
109
|
+
to a different directory.
|
108
110
|
|
109
|
-
Gemstash
|
110
|
-
private gems. The database will be located in ~/.
|
111
|
+
Gemstash uses SQLite (https://www.sqlite.org/) to store details about
|
112
|
+
private gems. The database will be located in 1m~/.gemstash22m, however you
|
111
113
|
won't see the database appear until you start using private gems. If
|
112
|
-
you prefer, you can use a different
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
(http://rack.github.io/), however they are not customizable at this
|
114
|
+
you prefer, you can use a different database.
|
115
|
+
|
116
|
+
Gemstash temporarily caches things like gem dependencies in memory.
|
117
|
+
Anything cached in memory will last for 30 minutes before being re-
|
118
|
+
trieved again. You can use memcached instead of caching in memory.
|
119
|
+
Gem files are always cached permanently, so bundling with a 1mGem-0m
|
120
|
+
1mfile.lock 22mwith all gems cached will never call out to
|
121
|
+
https://rubygems.org.
|
122
|
+
|
123
|
+
The server you ran is provided via Puma (http://puma.io/) and Rack
|
124
|
+
(http://rack.github.io/), however they are not customizable at this
|
124
125
|
point.
|
125
126
|
|
126
|
-
|
127
|
+
1mDeep Dive0m
|
127
128
|
Deep dive into more subjects:
|
128
129
|
|
129
|
-
o Private gems
|
130
|
+
o Private gems
|
130
131
|
|
131
|
-
o Multiple gem sources
|
132
|
+
o Multiple gem sources
|
132
133
|
|
133
|
-
o Using Gemstash as a mirror
|
134
|
+
o Using Gemstash as a mirror
|
134
135
|
|
135
|
-
o Customizing the server (database, storage, caching, and
|
136
|
-
stash help customize.7)
|
136
|
+
o Customizing the server (database, storage, caching, and more)
|
137
137
|
|
138
|
-
o Deploying Gemstash
|
138
|
+
o Deploying Gemstash
|
139
139
|
|
140
|
-
o Debugging Gemstash
|
140
|
+
o Debugging Gemstash
|
141
141
|
|
142
|
-
|
142
|
+
1mReference0m
|
143
143
|
An anatomy of various configuration and commands:
|
144
144
|
|
145
|
-
o Configuration
|
145
|
+
o Configuration
|
146
146
|
|
147
|
-
o Authorize
|
147
|
+
o Authorize
|
148
148
|
|
149
|
-
o Start
|
149
|
+
o Start
|
150
150
|
|
151
|
-
o Stop
|
151
|
+
o Stop
|
152
152
|
|
153
|
-
o Status
|
153
|
+
o Status
|
154
154
|
|
155
|
-
o Setup
|
155
|
+
o Setup
|
156
156
|
|
157
|
-
o Version
|
157
|
+
o Version
|
158
158
|
|
159
159
|
To see what has changed in recent versions of Gemstash, see the
|
160
160
|
CHANGELOG (https://github.com/rubygems/gemstash/blob/master/CHANGEL-
|
161
161
|
OG.md).
|
162
162
|
|
163
|
-
|
164
|
-
After checking out the repo, run
|
165
|
-
Then, run
|
166
|
-
run
|
163
|
+
1mDevelopment0m
|
164
|
+
After checking out the repo, run 1mbin/setup 22mto install dependencies.
|
165
|
+
Then, run 1mrake 22mto run RuboCop and the tests. While developing, you can
|
166
|
+
run 1mbin/gemstash 22mto run Gemstash. You can also run 1mbin/console 22mfor an
|
167
167
|
interactive prompt that will allow you to experiment.
|
168
168
|
|
169
|
-
|
169
|
+
1mContributing0m
|
170
170
|
Bug reports and pull requests are welcome on GitHub at
|
171
171
|
https://github.com/rubygems/gemstash. This project is intended to be a
|
172
172
|
safe, welcoming space for collaboration, and contributors are expected
|
173
173
|
to adhere to the Contributor Covenant (https://github.com/rubygems/gem-
|
174
174
|
stash/blob/master/CODE_OF_CONDUCT.md) code of conduct.
|
175
175
|
|
176
|
-
|
176
|
+
1mLicense0m
|
177
177
|
The gem is available as open source under the terms of the MIT License
|
178
178
|
(http://opensource.org/licenses/MIT).
|
179
179
|
|
@@ -1,43 +1,58 @@
|
|
1
|
-
|
1
|
+
<!-- Automatically generated by Pandoc -->
|
2
|
+
.\" Automatically generated by Pandoc 3.0.1
|
2
3
|
.\"
|
3
|
-
|
4
|
+
.\" Define V font for inline verbatim, using C font in formats
|
5
|
+
.\" that render this, and otherwise B font.
|
6
|
+
.ie "\f[CB]x\f[]"x" \{\
|
7
|
+
. ftr V B
|
8
|
+
. ftr VI BI
|
9
|
+
. ftr VB B
|
10
|
+
. ftr VBI BI
|
11
|
+
.\}
|
12
|
+
.el \{\
|
13
|
+
. ftr V CR
|
14
|
+
. ftr VI CI
|
15
|
+
. ftr VB CB
|
16
|
+
. ftr VBI CBI
|
17
|
+
.\}
|
18
|
+
.TH "gemstash-setup" "1" "October 9, 2015" "" ""
|
4
19
|
.hy
|
5
|
-
.SH
|
20
|
+
.SH Name
|
6
21
|
.PP
|
7
|
-
gemstash
|
8
|
-
.SH
|
22
|
+
gemstash-setup - Customize your Gemstash configuration interactively
|
23
|
+
.SH Synopsis
|
9
24
|
.PP
|
10
|
-
\f[
|
11
|
-
.SH
|
25
|
+
\f[V]gemstash setup [--redo] [--debug] [--config-file FILE]\f[R]
|
26
|
+
.SH Description
|
12
27
|
.PP
|
13
28
|
Customize your Gemstash configuration interactively.
|
14
29
|
This will save your config file, but only if a few checks pass after
|
15
30
|
you\[cq]ve provided your answers.
|
16
|
-
.SS
|
31
|
+
.SS Usage
|
17
32
|
.IP
|
18
33
|
.nf
|
19
34
|
\f[C]
|
20
35
|
gemstash setup
|
21
|
-
gemstash setup
|
22
|
-
gemstash setup
|
36
|
+
gemstash setup --redo
|
37
|
+
gemstash setup --config-file <file>
|
23
38
|
\f[R]
|
24
39
|
.fi
|
25
|
-
.SH
|
40
|
+
.SH Options
|
26
41
|
.IP \[bu] 2
|
27
|
-
\f[
|
28
|
-
This does nothing the first time \f[
|
29
|
-
If you want to change your configuration using \f[
|
42
|
+
\f[V]--redo\f[R]: Redo the configuration.
|
43
|
+
This does nothing the first time \f[V]gemstash setup\f[R] is run.
|
44
|
+
If you want to change your configuration using \f[V]gemstash setup\f[R]
|
30
45
|
after you\[cq]ve run it before, you must provide this option, otherwise
|
31
46
|
Gemstash will simply indicate your setup is complete.
|
32
47
|
.IP \[bu] 2
|
33
|
-
\f[
|
34
|
-
|
48
|
+
\f[V]--debug\f[R]: Output additional information if one of the checks at
|
49
|
+
the end of setup fails.
|
35
50
|
This will do nothing if all checks pass.
|
36
51
|
.IP \[bu] 2
|
37
|
-
\f[
|
52
|
+
\f[V]--config-file FILE\f[R]: Specify the config file to write to.
|
38
53
|
Without this option, your configuration will be written to
|
39
|
-
\f[
|
54
|
+
\f[V]\[ti]/.gemstash/config.yml\f[R].
|
40
55
|
If you write to a custom location, you will need to pass the
|
41
|
-
\f[
|
42
|
-
If you plan to use ERB in your config file
|
43
|
-
|
56
|
+
\f[V]--config-file\f[R] option to all Gemstash commands.
|
57
|
+
If you plan to use ERB in your config file, you might want to use
|
58
|
+
\f[V]\[ti]/.gemstash/config.yml.erb\f[R].
|
@@ -2,39 +2,41 @@ gemstash-setup(1) gemstash-setup(1)
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
<!-- Automatically generated by Pandoc -->
|
6
|
+
|
7
|
+
1mName0m
|
6
8
|
gemstash-setup - Customize your Gemstash configuration interactively
|
7
9
|
|
8
|
-
|
9
|
-
|
10
|
+
1mSynopsis0m
|
11
|
+
1mgemstash setup [--redo] [--debug] [--config-file FILE]0m
|
10
12
|
|
11
|
-
|
13
|
+
1mDescription0m
|
12
14
|
Customize your Gemstash configuration interactively. This will save
|
13
15
|
your config file, but only if a few checks pass after you've provided
|
14
16
|
your answers.
|
15
17
|
|
16
|
-
|
18
|
+
1mUsage0m
|
17
19
|
gemstash setup
|
18
20
|
gemstash setup --redo
|
19
21
|
gemstash setup --config-file <file>
|
20
22
|
|
21
|
-
|
22
|
-
o --
|
23
|
-
|
24
|
-
ing
|
23
|
+
1mOptions0m
|
24
|
+
o 1m--redo22m: Redo the configuration. This does nothing the first time
|
25
|
+
1mgemstash setup 22mis run. If you want to change your configuration us-
|
26
|
+
ing 1mgemstash setup 22mafter you've run it before, you must provide this
|
25
27
|
option, otherwise Gemstash will simply indicate your setup is com-
|
26
28
|
plete.
|
27
29
|
|
28
|
-
o --
|
30
|
+
o 1m--debug22m: Output additional information if one of the checks at the
|
29
31
|
end of setup fails. This will do nothing if all checks pass.
|
30
32
|
|
31
|
-
o --config-file
|
32
|
-
this option, your configuration will be written to ~/.gemstash/con-
|
33
|
-
|
34
|
-
the --config-file
|
35
|
-
use ERB in your config file
|
36
|
-
|
33
|
+
o 1m--config-file FILE22m: Specify the config file to write to. Without
|
34
|
+
this option, your configuration will be written to 1m~/.gemstash/con-0m
|
35
|
+
1mfig.yml22m. If you write to a custom location, you will need to pass
|
36
|
+
the 1m--config-file 22moption to all Gemstash commands. If you plan to
|
37
|
+
use ERB in your config file, you might want to use 1m~/.gemstash/con-0m
|
38
|
+
1mfig.yml.erb22m.
|
37
39
|
|
38
40
|
|
39
41
|
|
40
|
-
October 9, 2015
|
42
|
+
October 9, 2015 gemstash-setup(1)
|
@@ -1,26 +1,41 @@
|
|
1
|
-
|
1
|
+
<!-- Automatically generated by Pandoc -->
|
2
|
+
.\" Automatically generated by Pandoc 3.0.1
|
2
3
|
.\"
|
3
|
-
|
4
|
+
.\" Define V font for inline verbatim, using C font in formats
|
5
|
+
.\" that render this, and otherwise B font.
|
6
|
+
.ie "\f[CB]x\f[]"x" \{\
|
7
|
+
. ftr V B
|
8
|
+
. ftr VI BI
|
9
|
+
. ftr VB B
|
10
|
+
. ftr VBI BI
|
11
|
+
.\}
|
12
|
+
.el \{\
|
13
|
+
. ftr V CR
|
14
|
+
. ftr VI CI
|
15
|
+
. ftr VB CB
|
16
|
+
. ftr VBI CBI
|
17
|
+
.\}
|
18
|
+
.TH "gemstash-start" "1" "October 9, 2015" "" ""
|
4
19
|
.hy
|
5
|
-
.SH
|
20
|
+
.SH Name
|
6
21
|
.PP
|
7
|
-
gemstash
|
8
|
-
.SH
|
22
|
+
gemstash-start - Starts the Gemstash server
|
23
|
+
.SH Synopsis
|
9
24
|
.PP
|
10
|
-
\f[
|
11
|
-
.SH
|
25
|
+
\f[V]gemstash start [--no-daemonize] [--config-file FILE]\f[R]
|
26
|
+
.SH Description
|
12
27
|
.PP
|
13
28
|
Starts the Gemstash server.
|
14
|
-
.SH
|
29
|
+
.SH Options
|
15
30
|
.IP \[bu] 2
|
16
|
-
\f[
|
31
|
+
\f[V]--config-file FILE\f[R]: Specify the config file to use.
|
17
32
|
If you aren\[cq]t using the default config file at
|
18
|
-
\f[
|
19
|
-
\f[
|
20
|
-
|
33
|
+
\f[V]\[ti]/.gemstash/config.yml\f[R] or
|
34
|
+
\f[V]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
|
35
|
+
config file via this option.
|
21
36
|
.IP \[bu] 2
|
22
|
-
\f[
|
37
|
+
\f[V]--no-daemonize\f[R]: The Gemstash server daemonizes itself by
|
23
38
|
default.
|
24
|
-
Provide this option to instead run the server until \f[
|
39
|
+
Provide this option to instead run the server until \f[V]Ctrl-C\f[R] is
|
25
40
|
typed.
|
26
41
|
When not daemonized, the log will be output to standard out.
|
@@ -2,25 +2,27 @@ gemstash-start(1) gemstash-start(1)
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
<!-- Automatically generated by Pandoc -->
|
6
|
+
|
7
|
+
1mName0m
|
6
8
|
gemstash-start - Starts the Gemstash server
|
7
9
|
|
8
|
-
|
9
|
-
|
10
|
+
1mSynopsis0m
|
11
|
+
1mgemstash start [--no-daemonize] [--config-file FILE]0m
|
10
12
|
|
11
|
-
|
13
|
+
1mDescription0m
|
12
14
|
Starts the Gemstash server.
|
13
15
|
|
14
|
-
|
15
|
-
o --config-file
|
16
|
-
using the default config file at ~/.gemstash/config.yml
|
17
|
-
|
18
|
-
|
16
|
+
1mOptions0m
|
17
|
+
o 1m--config-file FILE22m: Specify the config file to use. If you aren't
|
18
|
+
using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
|
19
|
+
1mstash/config.yml.erb22m, then you must specify the config file via this
|
20
|
+
option.
|
19
21
|
|
20
|
-
o --no-
|
21
|
-
Provide this option to instead run the server until
|
22
|
+
o 1m--no-daemonize22m: The Gemstash server daemonizes itself by default.
|
23
|
+
Provide this option to instead run the server until 1mCtrl-C 22mis typed.
|
22
24
|
When not daemonized, the log will be output to standard out.
|
23
25
|
|
24
26
|
|
25
27
|
|
26
|
-
October 9, 2015
|
28
|
+
October 9, 2015 gemstash-start(1)
|
@@ -1,20 +1,35 @@
|
|
1
|
-
|
1
|
+
<!-- Automatically generated by Pandoc -->
|
2
|
+
.\" Automatically generated by Pandoc 3.0.1
|
2
3
|
.\"
|
3
|
-
|
4
|
+
.\" Define V font for inline verbatim, using C font in formats
|
5
|
+
.\" that render this, and otherwise B font.
|
6
|
+
.ie "\f[CB]x\f[]"x" \{\
|
7
|
+
. ftr V B
|
8
|
+
. ftr VI BI
|
9
|
+
. ftr VB B
|
10
|
+
. ftr VBI BI
|
11
|
+
.\}
|
12
|
+
.el \{\
|
13
|
+
. ftr V CR
|
14
|
+
. ftr VI CI
|
15
|
+
. ftr VB CB
|
16
|
+
. ftr VBI CBI
|
17
|
+
.\}
|
18
|
+
.TH "gemstash-status" "1" "October 28, 2015" "" ""
|
4
19
|
.hy
|
5
|
-
.SH
|
20
|
+
.SH Name
|
6
21
|
.PP
|
7
|
-
gemstash
|
8
|
-
.SH
|
22
|
+
gemstash-status - Checks status of the Gemstash server
|
23
|
+
.SH Synopsis
|
9
24
|
.PP
|
10
|
-
\f[
|
11
|
-
.SH
|
25
|
+
\f[V]gemstash status [--config-file FILE]\f[R]
|
26
|
+
.SH Description
|
12
27
|
.PP
|
13
28
|
Checks status of the Gemstash server.
|
14
|
-
.SH
|
29
|
+
.SH Options
|
15
30
|
.IP \[bu] 2
|
16
|
-
\f[
|
31
|
+
\f[V]--config-file FILE\f[R]: Specify the config file to use.
|
17
32
|
If you aren\[cq]t using the default config file at
|
18
|
-
\f[
|
19
|
-
\f[
|
20
|
-
|
33
|
+
\f[V]\[ti]/.gemstash/config.yml\f[R] or
|
34
|
+
\f[V]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
|
35
|
+
config file via this option.
|
@@ -2,21 +2,23 @@ gemstash-status(1) gemstash-status(1)
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
<!-- Automatically generated by Pandoc -->
|
6
|
+
|
7
|
+
1mName0m
|
6
8
|
gemstash-status - Checks status of the Gemstash server
|
7
9
|
|
8
|
-
|
9
|
-
|
10
|
+
1mSynopsis0m
|
11
|
+
1mgemstash status [--config-file FILE]0m
|
10
12
|
|
11
|
-
|
13
|
+
1mDescription0m
|
12
14
|
Checks status of the Gemstash server.
|
13
15
|
|
14
|
-
|
15
|
-
o --config-file
|
16
|
-
using the default config file at ~/.gemstash/config.yml
|
17
|
-
|
18
|
-
|
16
|
+
1mOptions0m
|
17
|
+
o 1m--config-file FILE22m: Specify the config file to use. If you aren't
|
18
|
+
using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
|
19
|
+
1mstash/config.yml.erb22m, then you must specify the config file via this
|
20
|
+
option.
|
19
21
|
|
20
22
|
|
21
23
|
|
22
|
-
October 28, 2015
|
24
|
+
October 28, 2015 gemstash-status(1)
|
@@ -1,20 +1,35 @@
|
|
1
|
-
|
1
|
+
<!-- Automatically generated by Pandoc -->
|
2
|
+
.\" Automatically generated by Pandoc 3.0.1
|
2
3
|
.\"
|
3
|
-
|
4
|
+
.\" Define V font for inline verbatim, using C font in formats
|
5
|
+
.\" that render this, and otherwise B font.
|
6
|
+
.ie "\f[CB]x\f[]"x" \{\
|
7
|
+
. ftr V B
|
8
|
+
. ftr VI BI
|
9
|
+
. ftr VB B
|
10
|
+
. ftr VBI BI
|
11
|
+
.\}
|
12
|
+
.el \{\
|
13
|
+
. ftr V CR
|
14
|
+
. ftr VI CI
|
15
|
+
. ftr VB CB
|
16
|
+
. ftr VBI CBI
|
17
|
+
.\}
|
18
|
+
.TH "gemstash-stop" "1" "October 9, 2015" "" ""
|
4
19
|
.hy
|
5
|
-
.SH
|
20
|
+
.SH Name
|
6
21
|
.PP
|
7
|
-
gemstash
|
8
|
-
.SH
|
22
|
+
gemstash-stop - Stops the Gemstash server
|
23
|
+
.SH Synopsis
|
9
24
|
.PP
|
10
|
-
\f[
|
11
|
-
.SH
|
25
|
+
\f[V]gemstash stop [--config-file FILE]\f[R]
|
26
|
+
.SH Description
|
12
27
|
.PP
|
13
28
|
Stops the Gemstash server.
|
14
|
-
.SH
|
29
|
+
.SH Options
|
15
30
|
.IP \[bu] 2
|
16
|
-
\f[
|
31
|
+
\f[V]--config-file FILE\f[R]: Specify the config file to use.
|
17
32
|
If you aren\[cq]t using the default config file at
|
18
|
-
\f[
|
19
|
-
\f[
|
20
|
-
|
33
|
+
\f[V]\[ti]/.gemstash/config.yml\f[R] or
|
34
|
+
\f[V]\[ti]/.gemstash/config.yml.erb\f[R], then you must specify the
|
35
|
+
config file via this option.
|
@@ -2,21 +2,23 @@ gemstash-stop(1) gemstash-stop(1)
|
|
2
2
|
|
3
3
|
|
4
4
|
|
5
|
-
|
5
|
+
<!-- Automatically generated by Pandoc -->
|
6
|
+
|
7
|
+
1mName0m
|
6
8
|
gemstash-stop - Stops the Gemstash server
|
7
9
|
|
8
|
-
|
9
|
-
|
10
|
+
1mSynopsis0m
|
11
|
+
1mgemstash stop [--config-file FILE]0m
|
10
12
|
|
11
|
-
|
13
|
+
1mDescription0m
|
12
14
|
Stops the Gemstash server.
|
13
15
|
|
14
|
-
|
15
|
-
o --config-file
|
16
|
-
using the default config file at ~/.gemstash/config.yml
|
17
|
-
|
18
|
-
|
16
|
+
1mOptions0m
|
17
|
+
o 1m--config-file FILE22m: Specify the config file to use. If you aren't
|
18
|
+
using the default config file at 1m~/.gemstash/config.yml 22mor 1m~/.gem-0m
|
19
|
+
1mstash/config.yml.erb22m, then you must specify the config file via this
|
20
|
+
option.
|
19
21
|
|
20
22
|
|
21
23
|
|
22
|
-
October 9, 2015
|
24
|
+
October 9, 2015 gemstash-stop(1)
|