Skip to content

Commit

Permalink
AU: 1 updated - boxcli
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 17, 2018
1 parent ee2c44a commit 0c2d9fc
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/boxcli/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/19c4e51a2be54f917c2c61d69d806a3e647d49f4/icons/boxcli.png" height="48" width="48" /> ![box Command line interface](https://img.shields.io/chocolatey/v/boxcli.svg?label=box%20Command%20line%20interface&style=for-the-badge)](https://chocolatey.org/packages/boxcli)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19c4e51a2be54f917c2c61d69d806a3e647d49f4/icons/boxcli.png" height="48" width="48" /> ![box Command line interface](https://img.shields.io/chocolatey/v/boxcli.svg?label=box%20Command%20line%20interface&style=for-the-badge)](https://chocolatey.org/packages/boxcli)

Cloud Content Management APIs for developers
Box is a cloud-based enterprise content management platform trusted by thousands of businesses around the world to securely store and manage their business content. Using our APIs, developers can manage and interact with files stored in Box and use Box as a content management layer in their applications.
Expand Down
2 changes: 1 addition & 1 deletion automatic/boxcli/boxcli.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"1.2": "1.2.0",
"1.1": "1.1.1",
"1.1": "1.1.1.20181017",
"1.0": "1.0.2"
}
13 changes: 7 additions & 6 deletions automatic/boxcli/boxcli.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>boxcli</id>
<version>1.0.2</version>
<version>1.1.1.20181017</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/boxcli</packageSourceUrl>
<owners>AdmiringWorm, William Higgs</owners>
<title>Box CLI</title>
<authors>Box</authors>
<projectUrl>https://developer.box.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/19c4e51a2be54f917c2c61d69d806a3e647d49f4/icons/boxcli.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@19c4e51a2be54f917c2c61d69d806a3e647d49f4/icons/boxcli.png</iconUrl>
<copyright>©2018 Box</copyright>
<licenseUrl>https://github.com/box/boxcli/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -30,10 +30,11 @@ Box is a cloud-based enterprise content management platform trusted by thousands
<releaseNotes>[Package Changelog](https://github.com/AdmiringWorm/chocolatey-packages/blob/master/automatic/boxcli/Changelog.md)

## Software Release Notes
- Added shared link commands for Create, Get, Update, and Delete. Located as standalone commands under `box shared-links` as well as under `box folders shared-links` and `box files shared-links`.
- Fixed UTF-8 issue obscuring characters when saving CSV reports.
- Added autopaging for events and fixed faulty event Get command.
- Added date options `w` for weeks and `now` when using date options with commands.</releaseNotes>
- Fixed bug preventing removal of a user from an Enterprise and conversion to a free user account.
- Fixed bug that returned incorrect total count when using `box list users -m` to only list managed users.
- Added CreatedAt field to CSV output for events.
- Removed SyncState from CSV for creating folders.
- Enabled setting a description for a folder when creating the folder.</releaseNotes>
<dependencies>
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions automatic/boxcli/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/box/boxcli/releases/tag/v1.0.2>
location on <https://github.com/box/boxcli/releases/tag/v1.1.1>
and can be verified by doing the following:

1. Download the following <https://github.com/box/boxcli/releases/download/v1.0.2/BoxCLI-win10-x64.msi>
1. Download the following <https://github.com/box/boxcli/releases/download/v1.1.1/BoxCLI-win10-x64.msi>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum: F86C07C1F24E45C53207C9080D22DB10E64F5BDC626629B70A0A133598B1D37D
checksum: 35857CADA2BE9866662CB887F75FAADFEF167F540E48039AB5AA4BB3D69A22B4

The file 'LICENSE.txt' has been obtained from <https://github.com/box/boxcli/blob/066158db5c7a357b2ea513e36c3e845226133a7b/LICENSE>

0 comments on commit 0c2d9fc

Please sign in to comment.