Skip to content

Commit 1a6c0af

Browse files
chore: release 3.16.0 (#550)
1 parent 95963c1 commit 1a6c0af

38 files changed

+228
-215
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [3.16.0](https://github.com/box/boxcli/compare/v3.15.0...v3.16.0) (2024-11-25)
6+
7+
8+
### New Features and Enhancements
9+
10+
* add support for `template_id` during sign request creation ([#549](https://github.com/box/boxcli/issues/549)) ([95963c1](https://github.com/box/boxcli/commit/95963c19650937f9d67c47184cc8a743166eae60))
11+
12+
### Bug Fixes
13+
14+
* Change zone name in the mass update user zone script ([#546](https://github.com/box/boxcli/issues/546)) ([1a1d603](https://github.com/box/boxcli/commit/1a1d603267b928e08df32394637f53264e9e57c9))
15+
516
## [3.15.0](https://github.com/box/boxcli/compare/v3.14.1...v3.15.0) (2024-08-06)
617

718

docs/ai.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ EXAMPLE
3535
box ai:ask --items=id=12345,type=file --prompt "What is the status of this document?"
3636
```
3737

38-
_See code: [src/commands/ai/ask.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/ai/ask.js)_
38+
_See code: [src/commands/ai/ask.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/ai/ask.js)_
3939

4040
## `box ai:text-gen`
4141

@@ -75,4 +75,4 @@ EXAMPLE
7575
document?"
7676
```
7777

78-
_See code: [src/commands/ai/text-gen.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/ai/text-gen.js)_
78+
_See code: [src/commands/ai/text-gen.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/ai/text-gen.js)_

docs/collaboration-allowlist.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ EXAMPLE
4646
box collaboration-allowlist
4747
```
4848

49-
_See code: [src/commands/collaboration-allowlist/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/index.js)_
49+
_See code: [src/commands/collaboration-allowlist/index.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/index.js)_
5050

5151
## `box collaboration-allowlist:add DOMAIN`
5252

@@ -79,7 +79,7 @@ EXAMPLE
7979
box collaboration-allowlist:add example.com --direction outbound
8080
```
8181

82-
_See code: [src/commands/collaboration-allowlist/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/add.js)_
82+
_See code: [src/commands/collaboration-allowlist/add.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/add.js)_
8383

8484
## `box collaboration-allowlist:delete ID`
8585

@@ -111,7 +111,7 @@ EXAMPLE
111111
box collaboration-allowlist:delete 12345
112112
```
113113

114-
_See code: [src/commands/collaboration-allowlist/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/delete.js)_
114+
_See code: [src/commands/collaboration-allowlist/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/delete.js)_
115115

116116
## `box collaboration-allowlist:exemptions`
117117

@@ -147,7 +147,7 @@ EXAMPLE
147147
box collaboration-allowlist:exemptions
148148
```
149149

150-
_See code: [src/commands/collaboration-allowlist/exemptions/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/index.js)_
150+
_See code: [src/commands/collaboration-allowlist/exemptions/index.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/exemptions/index.js)_
151151

152152
## `box collaboration-allowlist:exemptions:create USERID`
153153

@@ -179,7 +179,7 @@ EXAMPLE
179179
box collaboration-allowlist:exemptions:create 11111
180180
```
181181

182-
_See code: [src/commands/collaboration-allowlist/exemptions/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/create.js)_
182+
_See code: [src/commands/collaboration-allowlist/exemptions/create.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/exemptions/create.js)_
183183

184184
## `box collaboration-allowlist:exemptions:delete ID`
185185

@@ -211,7 +211,7 @@ EXAMPLE
211211
box collaboration-allowlist:exemptions:delete 12345
212212
```
213213

214-
_See code: [src/commands/collaboration-allowlist/exemptions/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/delete.js)_
214+
_See code: [src/commands/collaboration-allowlist/exemptions/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/exemptions/delete.js)_
215215

216216
## `box collaboration-allowlist:exemptions:get ID`
217217

@@ -243,7 +243,7 @@ EXAMPLE
243243
box collaboration-allowlist:exemptions:get 12345
244244
```
245245

246-
_See code: [src/commands/collaboration-allowlist/exemptions/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/exemptions/get.js)_
246+
_See code: [src/commands/collaboration-allowlist/exemptions/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/exemptions/get.js)_
247247

248248
## `box collaboration-allowlist:get ID`
249249

@@ -275,4 +275,4 @@ EXAMPLE
275275
box collaboration-allowlist:get 12345
276276
```
277277

278-
_See code: [src/commands/collaboration-allowlist/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaboration-allowlist/get.js)_
278+
_See code: [src/commands/collaboration-allowlist/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaboration-allowlist/get.js)_

docs/collaborations.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ EXAMPLE
8383
box collaborations:create 22222 folder --role editor --user-id 33333
8484
```
8585

86-
_See code: [src/commands/collaborations/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/create.js)_
86+
_See code: [src/commands/collaborations/create.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaborations/create.js)_
8787

8888
## `box collaborations:delete ID`
8989

@@ -119,7 +119,7 @@ EXAMPLE
119119
box collaborations:delete 12345
120120
```
121121

122-
_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/delete.js)_
122+
_See code: [src/commands/collaborations/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaborations/delete.js)_
123123

124124
## `box collaborations:get ID`
125125

@@ -151,7 +151,7 @@ EXAMPLE
151151
box collaborations:get 12345
152152
```
153153

154-
_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/get.js)_
154+
_See code: [src/commands/collaborations/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaborations/get.js)_
155155

156156
## `box collaborations:pending`
157157

@@ -190,7 +190,7 @@ EXAMPLE
190190
box collaborations:pending
191191
```
192192

193-
_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/pending.js)_
193+
_See code: [src/commands/collaborations/pending.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaborations/pending.js)_
194194

195195
## `box collaborations:update ID`
196196

@@ -263,4 +263,4 @@ EXAMPLE
263263
box collaborations:update 12345 --role viewer
264264
```
265265

266-
_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collaborations/update.js)_
266+
_See code: [src/commands/collaborations/update.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collaborations/update.js)_

docs/collections.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ EXAMPLE
3838
box collections
3939
```
4040

41-
_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/index.js)_
41+
_See code: [src/commands/collections/index.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collections/index.js)_
4242

4343
## `box collections:add ITEMTYPE ITEMID COLLECTIONID`
4444

@@ -72,7 +72,7 @@ EXAMPLE
7272
box collections:add file 11111 12345
7373
```
7474

75-
_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/add.js)_
75+
_See code: [src/commands/collections/add.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collections/add.js)_
7676

7777
## `box collections:items ID`
7878

@@ -111,7 +111,7 @@ EXAMPLE
111111
box collections:items 12345
112112
```
113113

114-
_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/items.js)_
114+
_See code: [src/commands/collections/items.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collections/items.js)_
115115

116116
## `box collections:remove ITEMTYPE ITEMID COLLECTIONID`
117117

@@ -145,4 +145,4 @@ EXAMPLE
145145
box collections:remove file 11111 12345
146146
```
147147

148-
_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/collections/remove.js)_
148+
_See code: [src/commands/collections/remove.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/collections/remove.js)_

docs/comments.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ EXAMPLE
4343
box comments:create 11111 --message "Thanks for the update!"
4444
```
4545

46-
_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/create.js)_
46+
_See code: [src/commands/comments/create.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/comments/create.js)_
4747

4848
## `box comments:delete ID`
4949

@@ -75,7 +75,7 @@ EXAMPLE
7575
box comments:delete 12345
7676
```
7777

78-
_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/delete.js)_
78+
_See code: [src/commands/comments/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/comments/delete.js)_
7979

8080
## `box comments:get ID`
8181

@@ -107,7 +107,7 @@ EXAMPLE
107107
box comments:get 12345
108108
```
109109

110-
_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/get.js)_
110+
_See code: [src/commands/comments/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/comments/get.js)_
111111

112112
## `box comments:reply ID`
113113

@@ -143,7 +143,7 @@ EXAMPLE
143143
box comments:reply 12345 --message "No problem!"
144144
```
145145

146-
_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/reply.js)_
146+
_See code: [src/commands/comments/reply.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/comments/reply.js)_
147147

148148
## `box comments:update ID`
149149

@@ -177,4 +177,4 @@ EXAMPLE
177177
box comments:update 12345 --message "Thank you for the update!"
178178
```
179179

180-
_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/comments/update.js)_
180+
_See code: [src/commands/comments/update.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/comments/update.js)_

docs/configure.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ OPTIONS
5555
Set this new environment as your current environment
5656
```
5757

58-
_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/add.js)_
58+
_See code: [src/commands/configure/environments/add.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/environments/add.js)_
5959

6060
## `box configure:environments:delete [NAME]`
6161

@@ -75,7 +75,7 @@ OPTIONS
7575
--no-color Turn off colors for logging
7676
```
7777

78-
_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/delete.js)_
78+
_See code: [src/commands/configure/environments/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/environments/delete.js)_
7979

8080
## `box configure:environments:get`
8181

@@ -94,7 +94,7 @@ OPTIONS
9494
--no-color Turn off colors for logging
9595
```
9696

97-
_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/get.js)_
97+
_See code: [src/commands/configure/environments/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/environments/get.js)_
9898

9999
## `box configure:environments:set-current [NAME]`
100100

@@ -117,7 +117,7 @@ ALIASES
117117
$ box configure:environments:select
118118
```
119119

120-
_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/set-current.js)_
120+
_See code: [src/commands/configure/environments/set-current.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/environments/set-current.js)_
121121

122122
## `box configure:environments:switch-user [USERID]`
123123

@@ -147,7 +147,7 @@ OPTIONS
147147
--save-to-file-path=save-to-file-path Override default file path to save report
148148
```
149149

150-
_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/switch-user.js)_
150+
_See code: [src/commands/configure/environments/switch-user.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/environments/switch-user.js)_
151151

152152
## `box configure:environments:update [NAME]`
153153

@@ -181,7 +181,7 @@ OPTIONS
181181
be stored for each Box environment
182182
```
183183

184-
_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/environments/update.js)_
184+
_See code: [src/commands/configure/environments/update.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/environments/update.js)_
185185

186186
## `box configure:settings`
187187

@@ -213,4 +213,4 @@ OPTIONS
213213
--reports-folder-path=reports-folder-path Set folder path for the reports folder
214214
```
215215

216-
_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/configure/settings.js)_
216+
_See code: [src/commands/configure/settings.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/configure/settings.js)_

docs/device-pins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ EXAMPLE
4242
box device-pins
4343
```
4444

45-
_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/device-pins/index.js)_
45+
_See code: [src/commands/device-pins/index.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/device-pins/index.js)_
4646

4747
## `box device-pins:delete ID`
4848

@@ -74,7 +74,7 @@ EXAMPLE
7474
box device-pins:delete 12345
7575
```
7676

77-
_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/device-pins/delete.js)_
77+
_See code: [src/commands/device-pins/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/device-pins/delete.js)_
7878

7979
## `box device-pins:get ID`
8080

@@ -106,4 +106,4 @@ EXAMPLE
106106
box device-pins:get 12345
107107
```
108108

109-
_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/device-pins/get.js)_
109+
_See code: [src/commands/device-pins/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/device-pins/get.js)_

docs/events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ EXAMPLES
9898
box events --enterprise --created-after 2019-01-01
9999
```
100100

101-
_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/events/index.js)_
101+
_See code: [src/commands/events/index.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/events/index.js)_
102102

103103
## `box events:poll`
104104

@@ -140,4 +140,4 @@ OPTIONS
140140
shorthand syntax 00t, like 05w for 5 weeks. If not used, defaults to now
141141
```
142142

143-
_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/events/poll.js)_
143+
_See code: [src/commands/events/poll.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/events/poll.js)_

docs/file-requests.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ EXAMPLE
5555
box file-requests:copy 22222 44444
5656
```
5757

58-
_See code: [src/commands/file-requests/copy.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/copy.js)_
58+
_See code: [src/commands/file-requests/copy.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/file-requests/copy.js)_
5959

6060
## `box file-requests:delete ID`
6161

@@ -87,7 +87,7 @@ EXAMPLE
8787
box file-requests:delete 12345
8888
```
8989

90-
_See code: [src/commands/file-requests/delete.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/delete.js)_
90+
_See code: [src/commands/file-requests/delete.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/file-requests/delete.js)_
9191

9292
## `box file-requests:get ID`
9393

@@ -119,7 +119,7 @@ EXAMPLE
119119
box file-requests:get 12345
120120
```
121121

122-
_See code: [src/commands/file-requests/get.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/get.js)_
122+
_See code: [src/commands/file-requests/get.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/file-requests/get.js)_
123123

124124
## `box file-requests:update ID`
125125

@@ -170,4 +170,4 @@ EXAMPLE
170170
box file-requests:update 12345 --description "New file request description!"
171171
```
172172

173-
_See code: [src/commands/file-requests/update.js](https://github.com/box/boxcli/blob/v3.15.0/src/commands/file-requests/update.js)_
173+
_See code: [src/commands/file-requests/update.js](https://github.com/box/boxcli/blob/v3.16.0/src/commands/file-requests/update.js)_

0 commit comments

Comments
 (0)