uffizzi-cli 2.0.32 → 2.0.35

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0dc57b33203297c00105c4b79e979b60a2864910bbd127660fb886e0250be977
4
- data.tar.gz: 6ffa134529f56cda6772ff1f40fb1eabc3044115c7efcdde5b3a4521a3efaa0b
3
+ metadata.gz: 2ce4e169f833a82e239af7385a2ad4c46f01d1150d19f85f3feedff4a98e4279
4
+ data.tar.gz: a4e435c280b9b5658c1b0048f73f78c5b245e8e37a4d5709d15eea8862d99ca9
5
5
  SHA512:
6
- metadata.gz: f5d39e97fcce246b17d6bdf1c8770bab776a80d675bab5fef1358ca3da35dcd0a2335f65623159b12d29746f301077dd964ffaaf466906a6a1f94a050930402a
7
- data.tar.gz: 3172caa792a864bf3850f61fb6bba58a2eae58694b73da6dbb45c8917cc8eb9c6ed53fe68036c793c76dde2e93d963931626bb0af8718077210375eb68012263
6
+ metadata.gz: 9dbbf25f1500a9ad99a4a4ec27a9524d7a7c2ead0ca0231af6949f0dd67663cf687da3ff98336d5473f332d90abd8d55e4c11a0e92358e508e6943c5eefc097a
7
+ data.tar.gz: b38e45251cb074ed709e0fb169108e23f758af7ba9e3473f01e2db7d67e0964181a8c3a4a2a3093cbd52e2ade39c0d3610da71ec1d42cddaa648075040955286
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Uffizzi
4
- VERSION = '2.0.32'
4
+ VERSION = '2.0.35'
5
5
  end
data/man/uffizzi-login CHANGED
@@ -1,6 +1,6 @@
1
1
  .\" generated with Ronn-NG/v0.9.1
2
2
  .\" http://github.com/apjanke/ronn-ng/tree/0.9.1
3
- .TH "UFFIZZI\-LOGIN" "" "August 2023" ""
3
+ .TH "UFFIZZI\-LOGIN" "" "September 2023" ""
4
4
  .SH "NAME"
5
5
  \fBuffizzi\-login\fR \- login to Uffizzi to view and manage your previews\.
6
6
  .SH "SYNOPSIS"
@@ -14,6 +14,21 @@ The uffizzi login command lets you authenticate with Uffizzi\.
14
14
  For more information on authentication and credential types, see:
15
15
  https://docs\.uffizzi\.com/references/cli/
16
16
  .fi
17
+ .SH "FLAGS"
18
+ .nf
19
+ \-\-email
20
+ Login using an email and a password
21
+ .fi
22
+ .SH "OPTIONS"
23
+ .nf
24
+ OPTION is one of the following:
25
+
26
+ \-\-server
27
+ Login with an alternative server\.
28
+
29
+ \-\-username
30
+ Login with a username different from the one in the config
31
+ .fi
17
32
  .SH "UFFIZZI WIDE FLAGS"
18
33
  .nf
19
34
  These flags are available to all commands: \-\-project\. Run $ uffizzi
@@ -5,11 +5,24 @@
5
5
  uffizzi login [UFFIZZI_WIDE_FLAG ...]
6
6
 
7
7
  ## DESCRIPTION
8
- The uffizzi login command lets you authenticate with Uffizzi.
8
+ The uffizzi login command lets you authenticate with Uffizzi.
9
9
 
10
10
  For more information on authentication and credential types, see:
11
11
  https://docs.uffizzi.com/references/cli/
12
12
 
13
+ ## FLAGS
14
+ --email
15
+ Login using an email and a password
16
+
17
+ ## OPTIONS
18
+ OPTION is one of the following:
19
+
20
+ --server
21
+ Login with an alternative server.
22
+
23
+ --username
24
+ Login with a username different from the one in the config
25
+
13
26
  ## UFFIZZI WIDE FLAGS
14
27
  These flags are available to all commands: --project. Run $ uffizzi
15
28
  help for details.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: uffizzi-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.32
4
+ version: 2.0.35
5
5
  platform: ruby
6
6
  authors:
7
7
  - Josh Thurman
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2023-09-07 00:00:00.000000000 Z
12
+ date: 2023-09-08 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport