A CLI to upload files to IPFS and interact with them using wbeb3.storage

Overview

Storli

logo

oclif Version Downloads/week License

A CLI to upload files to IPFS and interact with them using web3.storage


Usage

$ npm install -g storli
$ storli COMMAND
running command...
$ storli (--version)
storli/1.0.2 linux-x64 node-v16.14.2
$ storli --help [COMMAND]
USAGE
  $ storli COMMAND
...

Commands

storli config

Configure the CLI

USAGE
  $ storli config

DESCRIPTION
  Configure the CLI

See code: dist/commands/config/index.ts

storli download CID

Download files from an upload

USAGE
  $ storli download [CID]

ARGUMENTS
  CID  The CID of the upload

DESCRIPTION
  Download files from an upload

See code: dist/commands/download/index.ts

storli help [COMMAND]

Display help for storli.

USAGE
  $ storli help [COMMAND] [-n]

ARGUMENTS
  COMMAND  Command to show help for.

FLAGS
  -n, --nested-commands  Include all nested commands in the output.

DESCRIPTION
  Display help for storli.

See code: @oclif/plugin-help

storli list

List all uploads made by you

USAGE
  $ storli list

DESCRIPTION
  List all uploads made by you

ALIASES
  $ storli ls

See code: dist/commands/list/index.ts

storli ls

List all uploads made by you

USAGE
  $ storli ls

DESCRIPTION
  List all uploads made by you

ALIASES
  $ storli ls

storli status CID

Check the status of an upload

USAGE
  $ storli status [CID]

ARGUMENTS
  CID  The CID of the upload to check the status of

DESCRIPTION
  Check the status of an upload

See code: dist/commands/status/index.ts

storli upload FILEPATH

Upload a file or directory to IPFS

USAGE
  $ storli upload [FILEPATH] [-n <value>] [-d]

ARGUMENTS
  FILEPATH  Filepath of the file or directory to upload

FLAGS
  -d, --dontWrapCID   Don't wrap the file/dir with the CID in IPFS (by default, it is wrapped, recommended to be used
                      when uploading a directory)
  -n, --name=<value>  Name you want to give to the upload (defaults to Upload at <date and time>)

DESCRIPTION
  Upload a file or directory to IPFS

See code: dist/commands/upload/index.ts

Comments
  • chore(deps-dev): bump typescript from 4.8.2 to 4.9.3

    chore(deps-dev): bump typescript from 4.8.2 to 4.9.3

    Bumps typescript from 4.8.2 to 4.9.3.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.9

    For release notes, check out the release announcement.

    Downloads are available on:

    Changes:

    • 93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.
    • 107f832b80df2dc97748021cb00af2b6813db75b Update LKG.
    • 31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]
    • 1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.
    • 7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9
    • e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json
    • 8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json
    • 5cfb3a2fe344a5350734305193e6cc99516285ca Only call return() for an abrupt completion in user code (#51297)
    • a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9 Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
    • 7f8426f4df0d0a7dd8b72079dafc3e60164a23b1 fix for-in enumeration containing yield in generator (#51295)
    • 3d2b4017eb6b9a2b94bc673291e56ae95e8beddd Fix assertion functions accessed via wildcard imports (#51324)
    • 64d0d5ae140b7b26a09e75114517b418d6bcaa9f fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)
    • 754eeb2986bde30d5926e0fa99c87dda9266d01b Update CodeQL workflow and configuration, fix found bugs (#51263)
    • d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b Update package-lock.json
    • d4f26c840b1db76c0b25a405c8e73830a2b45cbc fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)
    • 16faf45682173ea437a50330feb4785578923d7f Update package-lock.json
    • 8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)
    • 170a17fad57eae619c5ef2b7bdb3ac00d6c32c47 Dom update 2022-10-25 (#51300)
    • 9c4e14d75174432f6a4dc5967a09712a6784ab88 Remove "No type information for this code" from baseline (#51311)
    • 88d25b4f232929df59729156dfda6b65277affec fix(50068): Refactors trigger debug failure when JSX text has a ' and a tag on the same line. (#51299)
    • 8bee69acf410d4986cb0cc102b949e2d133d5380 Update package-lock.json
    • 702de1eeaaef88a189e4d06e5a2aae287853790a Fix early call to return/throw on generator (#51294)
    • 2c12b1499908ad7718e65d20e264561207c22375 Add a GH Action to file a new issue if we go a week without seeing a typescript-error-deltas issue (#51271)
    • 6af270dee09d62516f6dc02ec102a745ffebc037 Update package-lock.json
    • 2cc4c16a26672a7ba6c97ba16309fcf334db7cae Update package-lock.json
    • 60934915d9ccc4ca9c0fb2cd060d7ec81601942b Fix apparent typo in getStringMappingType (#51248)
    • 61c26096e3373719ece686b84c698423890e9a5f Update package-lock.json
    • ef69116c41cb6805f89e6592eacb0ccb7f02207d Generate shortest rootDirs module specifier instead of first possible (#51244)
    • bbb42f453dc684e03d977c5b70391124d57543a9 Fix typo in canWatchDirectoryOrFile found by CodeQL (#51262)
    • a56b254ad3c52b598bc5d44f83f3d0a1cf806068 Include 'this' type parameter in isRelatedTo fast path (#51230)
    • 3abd351c0eea55758f27ee5558a4a1525b77f45b Fix super property transform in async arrow in method (#51240)
    • eed05112180e0d94f78aa02d676d49468f15dc31 Update package-lock.json
    • 2625c1feae25aede35465ca835440fc57bf13d52 Make the init config category order predictable (#51247)
    • 1ca99b34029dafad2c18af7bdc0711f4abf7e522 fix(50551): Destructuring assignment with var bypasses "variable is used before being assigned" check (2454) (#50560)
    • 3f28fa12dfecb8dfd66ce4684bf26f64e1f092f1 Update package-lock.json
    • 906ebe49334a3a9c2dbd73cd3c902898bc712b66 Revert structuredTypeRelatedTo change and fix isUnitLikeType (#51076)
    • 8ac465239f52de1da3ada8cdc4c3f107f4d62e45 change type (#51231)
    • 245a02cbed7ad50a21289730159abc8d19a66f40 fix(51222): Go-to-definition on return statements should jump to the containing function declaration (#51227)
    • 2dff34e8c4a91c0005ca9ccfb7e045e225b6f2e4 markAliasReferenced should include ExportValue as well (#51219)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps-dev): bump oclif from 3.1.2 to 3.3.0

    chore(deps-dev): bump oclif from 3.1.2 to 3.3.0

    Bumps oclif from 3.1.2 to 3.3.0.

    Release notes

    Sourced from oclif's releases.

    3.3.0

    Features

    • add 'target' argument when packing/uploading macOS (#1033) (fb6473d)

    3.3.0-beta.6

    Bug Fixes

    • quotes around windows signing command args (7118365)

    3.3.0-beta.5

    Bug Fixes

    3.3.0-beta.4

    Bug Fixes

    3.3.0-beta.3

    Performance Improvements

    • optional xz hashes in parallel (4d59d34)

    3.3.0-beta.2

    Bug Fixes

    3.3.0-beta.1

    Features

    • publishes debian packages with qq (32266de)
    • remove qq and parallelize build/promote (9b7c1d1)

    3.2.31

    Bug Fixes

    • deps: bump github-slugger from 1.4.0 to 1.5.0 (a41baca)

    3.2.30

    Bug Fixes

    • deps: bump minimatch from 3.0.4 to 3.1.2 (dcd7ba2)

    3.2.28

    Bug Fixes

    • deps: bump @​oclif/plugin-warn-if-update-available (e096886)

    ... (truncated)

    Changelog

    Sourced from oclif's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    3.2.2 (2022-09-16)

    3.2.1 (2022-09-09)

    Bug Fixes

    3.2.0 (2022-09-06)

    Features

    Commits
    • 7790ec1 chore(release): 3.3.0 [skip ci]
    • fb6473d feat: add 'target' argument when packing/uploading macOS (#1033)
    • 6823c1b chore(release): 3.2.31 [skip ci]
    • 69c69bb Merge pull request #1038 from oclif/dependabot-npm_and_yarn-github-slugger-1.5.0
    • a1dd42f Merge pull request #1039 from oclif/dependabot-npm_and_yarn-types-node-14.18.33
    • 19f6406 chore(release): 3.2.30 [skip ci]
    • 3fd1427 Merge pull request #1041 from oclif/dependabot-npm_and_yarn-minimatch-3.1.2
    • dcd7ba2 fix(deps): bump minimatch from 3.0.4 to 3.1.2
    • bde4fe8 Merge pull request #1040 from oclif/dependabot-npm_and_yarn-oclif-test-2.2.12
    • c677572 chore(dev-deps): bump @​oclif/test from 2.2.10 to 2.2.12
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps): bump @oclif/core from 1.16.0 to 1.20.4

    chore(deps): bump @oclif/core from 1.16.0 to 1.20.4

    Bumps @oclif/core from 1.16.0 to 1.20.4.

    Release notes

    Sourced from @​oclif/core's releases.

    1.20.4

    Bug Fixes

    • deps: bump tslib from 2.3.1 to 2.4.1 (e2d4cd3)

    1.20.3

    Bug Fixes

    • deps: bump @​oclif/screen from 3.0.2 to 3.0.3 (154ed80)

    1.20.2

    Bug Fixes

    • table: use screen from @​oclif/core (#546) (be3bea7)

    1.20.1

    Bug Fixes

    1.20.0

    Features

    1.19.2

    Bug Fixes

    1.19.1

    Bug Fixes

    1.19.0

    Features

    • make flag deprecation warnings less noisy (#527) (a5fb337)

    1.18.0

    Features

    • support flag and command deprecations (#511) (b0bf379)

    1.17.0

    Features

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    1.16.4 (2022-09-23)

    Bug Fixes

    1.16.3 (2022-09-16)

    1.16.2 (2022-09-16)

    Bug Fixes

    1.16.1 (2022-09-08)

    Bug Fixes

    Commits
    • 11c5752 chore(release): 1.20.4 [skip ci]
    • 5ddbd8b Merge pull request #549 from oclif/dependabot-npm_and_yarn-tslib-2.4.1
    • e2d4cd3 fix(deps): bump tslib from 2.3.1 to 2.4.1
    • 8cdb8e7 chore(release): 1.20.3 [skip ci]
    • 93b071f Merge pull request #550 from oclif/dependabot-npm_and_yarn-oclif-screen-3.0.3
    • 276577e Merge pull request #551 from oclif/dependabot-npm_and_yarn-types-semver-7.3.13
    • 0a6a35e chore(dev-deps): bump @​types/semver from 7.3.9 to 7.3.13
    • 154ed80 fix(deps): bump @​oclif/screen from 3.0.2 to 3.0.3
    • 1429311 Merge pull request #544 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 6a1e01e chore(dev-deps): bump @​oclif/plugin-help from 5.1.11 to 5.1.17
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps-dev): bump @oclif/test from 2.1.1 to 2.2.12

    chore(deps-dev): bump @oclif/test from 2.1.1 to 2.2.12

    Bumps @oclif/test from 2.1.1 to 2.2.12.

    Release notes

    Sourced from @​oclif/test's releases.

    2.2.12

    Bug Fixes

    • deps: bump fancy-test from 2.0.6 to 2.0.7 (839c532)

    2.2.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (b033347)

    2.2.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3686a0a)

    2.2.9

    Bug Fixes

    • deps: bump fancy-test from 2.0.5 to 2.0.6 (d9bcd90)

    2.2.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (94591ce)

    2.2.7

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (cf359e1)

    2.2.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (d8376ce)

    2.2.5

    Bug Fixes

    • deps: bump fancy-test from 2.0.4 to 2.0.5 (25af47e)

    2.2.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a2688d6)

    2.2.3

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (c56beb0)

    ... (truncated)

    Changelog

    Sourced from @​oclif/test's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • adb0c93 chore(release): 2.2.12 [skip ci]
    • bac27e8 Merge pull request #297 from oclif/dependabot-npm_and_yarn-fancy-test-2.0.7
    • 839c532 fix(deps): bump fancy-test from 2.0.6 to 2.0.7
    • ff64e4b Merge pull request #299 from oclif/dependabot-npm_and_yarn-chai-and-types-cha...
    • 139af49 chore(release): 2.2.11 [skip ci]
    • 8ea0385 Merge pull request #300 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4
    • b033347 fix(deps): bump @​oclif/core from 1.20.3 to 1.20.4
    • f1405a4 chore(dev-deps): bump chai and @​types/chai
    • 5c149ec chore(release): 2.2.10 [skip ci]
    • 0e7f991 Merge pull request #295 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.3
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.9

    chore(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.9

    Bumps @oclif/plugin-not-found from 2.3.1 to 2.3.9.

    Release notes

    Sourced from @​oclif/plugin-not-found's releases.

    2.3.9

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.1 to 1.0.2 (9fe38df)

    2.3.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3c5352d)

    2.3.7

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (1cd2001)

    2.3.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (4dfa00a)

    2.3.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a844b43)

    2.3.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (ba204d6)

    2.3.3

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (f7f17a1)

    2.3.2

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (faa9d72)
    Changelog

    Sourced from @​oclif/plugin-not-found's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 8a26f1b chore(release): 2.3.9 [skip ci]
    • 0911466 Merge pull request #326 from oclif/dependabot-npm_and_yarn-oclif-config-1.18.6
    • b55fc32 chore(dev-deps): bump @​oclif/config from 1.18.5 to 1.18.6
    • 398e48e Merge pull request #327 from oclif/dependabot-npm_and_yarn-oclif-color-1.0.2
    • 9fe38df fix(deps): bump @​oclif/color from 1.0.1 to 1.0.2
    • 5993ef3 Merge pull request #329 from oclif/dependabot-npm_and_yarn-oclif-plugin-help-...
    • 153f2be chore(dev-deps): bump @​oclif/plugin-help from 5.1.17 to 5.1.18
    • 1e201ac chore(release): 2.3.8 [skip ci]
    • c6aea7e Merge pull request #325 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.3
    • 3c5352d fix(deps): bump @​oclif/core from 1.20.0 to 1.20.3
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps-dev): bump @types/node from 16.11.56 to 16.18.4

    chore(deps-dev): bump @types/node from 16.11.56 to 16.18.4

    Bumps @types/node from 16.11.56 to 16.18.4.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.19

    chore(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.19

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.19.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (7cd0e0a)

    5.1.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.2 (b786c8f)

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 7f7ef1e chore(release): 5.1.19 [skip ci]
    • 5970d29 Merge pull request #429 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.4
    • 7cd0e0a fix(deps): bump @​oclif/core from 1.20.3 to 1.20.4
    • ace07ad Merge pull request #430 from oclif/dependabot-npm_and_yarn-chai-and-types-cha...
    • 2fddef7 chore(dev-deps): bump chai and @​types/chai
    • 0732311 Merge pull request #427 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • ca1e7fd chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.5 to 2.1.7
    • 68d87d5 chore(release): 5.1.18 [skip ci]
    • 399face Merge pull request #425 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.2
    • b786c8f fix(deps): bump @​oclif/core from 1.20.0 to 1.20.2
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps): bump @oclif/core from 1.16.0 to 1.20.2

    chore(deps): bump @oclif/core from 1.16.0 to 1.20.2

    Bumps @oclif/core from 1.16.0 to 1.20.2.

    Release notes

    Sourced from @​oclif/core's releases.

    1.20.2

    Bug Fixes

    • table: use screen from @​oclif/core (#546) (be3bea7)

    1.20.1

    Bug Fixes

    1.20.0

    Features

    1.19.2

    Bug Fixes

    1.19.1

    Bug Fixes

    1.19.0

    Features

    • make flag deprecation warnings less noisy (#527) (a5fb337)

    1.18.0

    Features

    • support flag and command deprecations (#511) (b0bf379)

    1.17.0

    Features

    1.16.7

    Bug Fixes

    • deps: bump minimist from 1.2.5 to 1.2.7 (3c987c2)

    1.16.6

    Bug Fixes

    • stop inserting extra line breaks in description (#519) (76aee62)

    ... (truncated)

    Changelog

    Sourced from @​oclif/core's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    1.16.4 (2022-09-23)

    Bug Fixes

    1.16.3 (2022-09-16)

    1.16.2 (2022-09-16)

    Bug Fixes

    1.16.1 (2022-09-08)

    Bug Fixes

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps-dev): bump oclif from 3.1.2 to 3.2.24

    chore(deps-dev): bump oclif from 3.1.2 to 3.2.24

    Bumps oclif from 3.1.2 to 3.2.24.

    Release notes

    Sourced from oclif's releases.

    3.2.24

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.20.0 (a0a0a50)

    3.2.23

    Bug Fixes

    • deps: bump concurrently from 7.4.0 to 7.5.0 (08caed4)

    3.2.22

    Bug Fixes

    • deps: bump @​oclif/plugin-not-found from 2.3.5 to 2.3.6 (f886f7a)

    3.2.21

    Bug Fixes

    • deps: bump @​oclif/plugin-help from 5.1.15 to 5.1.16 (18a6633)

    3.2.20

    Bug Fixes

    3.2.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.18.0 (badd7b0)

    3.2.18

    Bug Fixes

    • deps: bump @​oclif/plugin-not-found from 2.3.4 to 2.3.5 (b9a658e)

    3.2.17

    Bug Fixes

    • deps: bump @​oclif/plugin-help from 5.1.14 to 5.1.15 (33b7925)

    3.2.16

    Bug Fixes

    • deps: bump aws-sdk from 2.1227.0 to 2.1231.0 (e1234f5)

    3.2.15

    Bug Fixes

    • deps: bump semver from 7.3.7 to 7.3.8 (cda6620)

    ... (truncated)

    Changelog

    Sourced from oclif's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    3.2.2 (2022-09-16)

    3.2.1 (2022-09-09)

    Bug Fixes

    3.2.0 (2022-09-06)

    Features

    Commits
    • b6b1c09 chore(release): 3.2.24 [skip ci]
    • 78c4395 Merge pull request #1017 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • 1422977 Merge pull request #1018 from oclif/dependabot-npm_and_yarn-types-semver-7.3.13
    • 0019f3a chore(release): 3.2.23 [skip ci]
    • 67fb35b Merge pull request #1019 from oclif/dependabot-npm_and_yarn-concurrently-7.5.0
    • 08caed4 fix(deps): bump concurrently from 7.4.0 to 7.5.0
    • 3ac4417 chore(dev-deps): bump @​types/semver from 7.3.12 to 7.3.13
    • a0a0a50 fix(deps): bump @​oclif/core from 1.18.0 to 1.20.0
    • 7c69a2d chore(release): 3.2.22 [skip ci]
    • ed3fd73 Merge pull request #1010 from oclif/dependabot-npm_and_yarn-oclif-plugin-not-...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.17

    chore(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.17

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.17.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 67ddfac chore(release): 5.1.17 [skip ci]
    • f194bd0 Merge pull request #423 from oclif/dependabot-npm_and_yarn-oclif-core-1.20.0
    • 5943d70 fix(deps): bump @​oclif/core from 1.19.1 to 1.20.0
    • f4a969a Merge pull request #418 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 74914ce chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.4 to 2.1.5
    • 0ff15db chore(release): 5.1.16 [skip ci]
    • 39b43e6 Merge pull request #419 from oclif/dependabot-npm_and_yarn-oclif-core-1.19.1
    • 9a8168d fix(deps): bump @​oclif/core from 1.18.0 to 1.19.1
    • 3ecba49 chore([no ci]): Synced local '.github/workflows/manualRelease.yml' with remot...
    • 93431ae Merge pull request #416 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps-dev): bump chai from 4.3.4 to 4.3.6

    chore(deps-dev): bump chai from 4.3.4 to 4.3.6

    Bumps chai from 4.3.4 to 4.3.6.

    Release notes

    Sourced from chai's releases.

    v4.3.6

    Update loupe to 2.3.1

    v4.3.5

    • build chaijs fca5bb1
    • build(deps-dev): bump codecov from 3.1.0 to 3.7.1 (#1446) 747eb4e
    • fix package.json exports 022c2fa
    • fix: package.json - deprecation warning on exports field (#1400) 5276af6
    • feat: use chaijs/loupe for inspection (#1401) (#1407) c8a4e00

    https://github.com/chaijs/chai/compare/v4.3.4...v4.3.5

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 2
  • chore(deps-dev): bump oclif from 3.1.2 to 3.4.3

    chore(deps-dev): bump oclif from 3.1.2 to 3.4.3

    Bumps oclif from 3.1.2 to 3.4.3.

    Release notes

    Sourced from oclif's releases.

    3.4.3

    Bug Fixes

    • make oclif.s3.folder optional for --indexes (#1063) (df9db2f)

    3.4.2

    Bug Fixes

    3.4.1

    Bug Fixes

    3.4.0

    Features

    • remove qq and parallelize build/pack/promote (#1035) (db2a858)

    3.3.1

    Bug Fixes

    • deps: bump concurrently from 7.5.0 to 7.6.0 (49b301e)

    3.3.0

    Features

    • add 'target' argument when packing/uploading macOS (#1033) (fb6473d)

    3.3.0-beta.11

    Features

    • parallel exe and signing (767b41b)

    3.3.0-beta.10

    Bug Fixes

    • use the word "sign" in osslsigncode (034a3c9)

    3.3.0-beta.9

    Bug Fixes

    3.3.0-beta.8

    Bug Fixes

    • revert previous path change for move (f8d0fb1)
    • sequential win signing (bd68bcf)

    ... (truncated)

    Changelog

    Sourced from oclif's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    3.2.2 (2022-09-16)

    3.2.1 (2022-09-09)

    Bug Fixes

    3.2.0 (2022-09-06)

    Features

    Commits
    • 1b3de4f chore(release): 3.4.3 [skip ci]
    • df9db2f fix: make oclif.s3.folder optional for --indexes (#1063)
    • e30ade0 chore(release): 3.4.2 [skip ci]
    • bc23384 fix: win pack error (#1054)
    • 688beb1 chore(release): 3.4.1 [skip ci]
    • 25d1513 fix: json output formatting (#1051)
    • ef8ffd0 chore(release): 3.4.0 [skip ci]
    • db2a858 feat: remove qq and parallelize build/pack/promote (#1035)
    • a4d258a Merge pull request #1046 from oclif/dependabot-npm_and_yarn-types-lodash-4.14...
    • 5324bf7 chore(dev-deps): bump @​types/lodash from 4.14.186 to 4.14.191
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • chore(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.22

    chore(deps): bump @oclif/plugin-help from 5.1.12 to 5.1.22

    Bumps @oclif/plugin-help from 5.1.12 to 5.1.22.

    Release notes

    Sourced from @​oclif/plugin-help's releases.

    5.1.22

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (0a8983c)

    5.1.21

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (5abc37d)

    5.1.20

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (8aff346)

    5.1.19

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (7cd0e0a)

    5.1.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.2 (b786c8f)

    5.1.17

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (5943d70)

    5.1.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (9a8168d)

    5.1.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (9fc07cf)

    5.1.14

    Bug Fixes

    • deps: bump ejs from 3.1.6 to 3.1.8 (5764c46)

    5.1.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.6.4 to 1.16.4 (939ef4c)
    Changelog

    Sourced from @​oclif/plugin-help's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 9b2856a chore(release): 5.1.22 [skip ci]
    • dc652e9 Merge pull request #448 from oclif/dependabot-npm_and_yarn-json5-2.2.3
    • 0a8983c fix(deps): bump json5 from 2.2.0 to 2.2.3
    • c94a690 chore(release): 5.1.21 [skip ci]
    • af35f7c Merge pull request #447 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • 5abc37d fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 2033060 Merge pull request #444 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 48cc302 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.9 to 2.1.10
    • 0c8a7da Merge pull request #440 from oclif/dependabot-npm_and_yarn-oclif-plugin-plugi...
    • 5f2f124 chore(dev-deps): bump @​oclif/plugin-plugins from 2.1.8 to 2.1.9
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • chore(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.13

    chore(deps): bump @oclif/plugin-not-found from 2.3.1 to 2.3.13

    Bumps @oclif/plugin-not-found from 2.3.1 to 2.3.13.

    Release notes

    Sourced from @​oclif/plugin-not-found's releases.

    2.3.13

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (c676b34)

    2.3.12

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.2 (0059f30)

    2.3.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (c6a2aef)

    2.3.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (4137a07)

    2.3.9

    Bug Fixes

    • deps: bump @​oclif/color from 1.0.1 to 1.0.2 (9fe38df)

    2.3.8

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3c5352d)

    2.3.7

    Bug Fixes

    • deps: bump @​oclif/core from 1.19.1 to 1.20.0 (1cd2001)

    2.3.6

    Bug Fixes

    • deps: bump @​oclif/core from 1.18.0 to 1.19.1 (4dfa00a)

    2.3.5

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.5 to 1.18.0 (a844b43)

    2.3.4

    Bug Fixes

    • deps: bump @​oclif/core from 1.16.4 to 1.16.5 (ba204d6)

    ... (truncated)

    Changelog

    Sourced from @​oclif/plugin-not-found's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • cec2fa5 chore(release): 2.3.13 [skip ci]
    • 886d056 Merge pull request #344 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • c676b34 fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 444e409 chore(release): 2.3.12 [skip ci]
    • d3bfde1 Merge pull request #343 from oclif/dependabot-npm_and_yarn-json5-2.2.2
    • 0059f30 fix(deps): bump json5 from 2.2.0 to 2.2.2
    • 67ce921 Merge pull request #342 from oclif/dependabot-npm_and_yarn-oclif-plugin-comma...
    • f4bcd5d chore(dev-deps): bump @​oclif/plugin-commands from 2.2.1 to 2.2.2
    • 9a7a834 Merge pull request #336 from oclif/dependabot-npm_and_yarn-chalk-5.2.0
    • 79cbfce chore(dev-deps): bump chalk from 5.1.2 to 5.2.0
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @types/node from 16.11.56 to 16.18.11

    chore(deps-dev): bump @types/node from 16.11.56 to 16.18.11

    Bumps @types/node from 16.11.56 to 16.18.11.

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • chore(deps-dev): bump typescript from 4.8.2 to 4.9.4

    chore(deps-dev): bump typescript from 4.8.2 to 4.9.4

    Bumps typescript from 4.8.2 to 4.9.4.

    Release notes

    Sourced from typescript's releases.

    TypeScript 4.9.4

    For release notes, check out the release announcement.

    For the complete list of fixed issues, check out the

    Downloads are available on:

    Changes:

    • e2868216f637e875a74c675845625eb15dcfe9a2 Bump version to 4.9.4 and LKG.
    • eb5419fc8d980859b98553586dfb5f40d811a745 Cherry-pick #51704 to release 4.9 (#51712)
    • b4d382b9b12460adf2da4cc0d1429cf19f8dc8be Cherry-pick changes for narrowing to tagged literal types.
    • e7a02f43fce47e1a39259ada5460bcc33c8e98b5 Port of #51626 and #51689 to release-4.9 (#51627)
    • 1727912f0437a7f367d90040fc4b0b4f3efd017a Cherry-pick fix around visitEachChild to release-4.9. (#51544)

    This list of changes was auto generated.

    TypeScript 4.9

    For release notes, check out the release announcement.

    Downloads are available on:

    Changes:

    • 93bd577458d55cd720b2677705feab5c91eb12ce Bump version to 4.9.3 and LKG.
    • 107f832b80df2dc97748021cb00af2b6813db75b Update LKG.
    • 31bee5682df130a14ffdd5742f994dbe7313dd0e Cherry-pick PR #50977 into release-4.9 (#51363) [ #50872 ]
    • 1e2fa7ae15f8530910fef8b916ec8a4ed0b59c45 Update version to 4.9.2-rc and LKG.
    • 7ab89e5c6e401d161f31f28a6c555a3ba530910e Merge remote-tracking branch 'origin/main' into release-4.9
    • e5cd686defb1a4cbdb36bd012357ba5bed28f371 Update package-lock.json
    • 8d40dc15d1b9945837e7860320fdccfe27c40cad Update package-lock.json
    • 5cfb3a2fe344a5350734305193e6cc99516285ca Only call return() for an abrupt completion in user code (#51297)
    • a7a9d158e817fcb0e94dc1c24e0a401b21be0cc9 Fix for broken baseline in yieldInForInInDownlevelGenerator (#51345)
    • 7f8426f4df0d0a7dd8b72079dafc3e60164a23b1 fix for-in enumeration containing yield in generator (#51295)
    • 3d2b4017eb6b9a2b94bc673291e56ae95e8beddd Fix assertion functions accessed via wildcard imports (#51324)
    • 64d0d5ae140b7b26a09e75114517b418d6bcaa9f fix(51301): Fixing an unused import at the end of a line removes the newline (#51320)
    • 754eeb2986bde30d5926e0fa99c87dda9266d01b Update CodeQL workflow and configuration, fix found bugs (#51263)
    • d8aad262006ad2d2c91aa7a0e4449b4b83c57f7b Update package-lock.json
    • d4f26c840b1db76c0b25a405c8e73830a2b45cbc fix(51245): Class with parameter decorator in arrow function causes "convert to default export" refactoring failure (#51256)
    • 16faf45682173ea437a50330feb4785578923d7f Update package-lock.json
    • 8b1ecdb701e2a2e19e9f8bcdd6b2beac087eabee fix(50654): "Move to a new file" breaks the declaration of referenced variable (#50681)
    • 170a17fad57eae619c5ef2b7bdb3ac00d6c32c47 Dom update 2022-10-25 (#51300)

    ... (truncated)

    Commits

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
  • chore(deps-dev): bump @oclif/test from 2.1.1 to 2.2.19

    chore(deps-dev): bump @oclif/test from 2.1.1 to 2.2.19

    Bumps @oclif/test from 2.1.1 to 2.2.19.

    Release notes

    Sourced from @​oclif/test's releases.

    2.2.19

    Bug Fixes

    • deps: bump json5 from 2.2.0 to 2.2.3 (345eae8)

    2.2.18

    Bug Fixes

    • deps: bump @​oclif/core from 1.22.0 to 1.23.1 (b8132cf)

    2.2.17

    Bug Fixes

    • deps: bump fancy-test from 2.0.9 to 2.0.10 (4d4ad6b)

    2.2.16

    Bug Fixes

    • deps: bump @​oclif/core from 1.21.0 to 1.22.0 (58e256d)

    2.2.15

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.4 to 1.21.0 (17f54a1)

    2.2.14

    Bug Fixes

    • deps: bump fancy-test from 2.0.7 to 2.0.9 (291336b)

    2.2.13

    Bug Fixes

    • deps: bump minimatch from 3.0.4 to 3.1.2 (05f5417)

    2.2.12

    Bug Fixes

    • deps: bump fancy-test from 2.0.6 to 2.0.7 (839c532)

    2.2.11

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.3 to 1.20.4 (b033347)

    2.2.10

    Bug Fixes

    • deps: bump @​oclif/core from 1.20.0 to 1.20.3 (3686a0a)

    ... (truncated)

    Changelog

    Sourced from @​oclif/test's changelog.

    Changelog

    All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

    Commits
    • 6bc20f7 chore(release): 2.2.19 [skip ci]
    • 3ec8dd2 Merge pull request #312 from oclif/dependabot-npm_and_yarn-json5-2.2.3
    • 345eae8 fix(deps): bump json5 from 2.2.0 to 2.2.3
    • b1fd093 chore(release): 2.2.18 [skip ci]
    • 719df77 Merge pull request #311 from oclif/dependabot-npm_and_yarn-oclif-core-1.23.1
    • b8132cf fix(deps): bump @​oclif/core from 1.22.0 to 1.23.1
    • 32f7b4d chore(release): 2.2.17 [skip ci]
    • 7d18549 Merge pull request #309 from oclif/dependabot-npm_and_yarn-fancy-test-2.0.10
    • 4d4ad6b fix(deps): bump fancy-test from 2.0.9 to 2.0.10
    • fa7fd6a chore(release): 2.2.16 [skip ci]
    • Additional commits viewable in compare view

    Dependabot compatibility score

    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


    Dependabot commands and options

    You can trigger Dependabot actions by commenting on this PR:

    • @dependabot rebase will rebase this PR
    • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
    • @dependabot merge will merge this PR after your CI passes on it
    • @dependabot squash and merge will squash and merge this PR after your CI passes on it
    • @dependabot cancel merge will cancel a previously requested merge and block automerging
    • @dependabot reopen will reopen this PR if it is closed
    • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    opened by dependabot[bot] 1
Releases(v1.0.1)
  • v1.0.1(May 17, 2022)

  • v1.0.0(May 17, 2022)

    First release :)

    What's Changed

    • chore(deps-dev): bump shx from 0.3.3 to 0.3.4 by @dependabot in https://github.com/AnishDe12020/storli/pull/1
    • chore(deps): bump @oclif/plugin-plugins from 2.0.11 to 2.1.0 by @dependabot in https://github.com/AnishDe12020/storli/pull/2
    • chore(deps-dev): bump @oclif/test from 2.0.3 to 2.1.0 by @dependabot in https://github.com/AnishDe12020/storli/pull/3
    • chore(deps-dev): bump mocha and @types/mocha by @dependabot in https://github.com/AnishDe12020/storli/pull/4
    • chore(deps-dev): bump @types/node from 16.11.12 to 16.11.35 by @dependabot in https://github.com/AnishDe12020/storli/pull/5
    • chore(deps-dev): bump globby from 11.0.4 to 11.1.0 by @dependabot in https://github.com/AnishDe12020/storli/pull/9
    • chore(deps-dev): bump ts-node from 10.4.0 to 10.7.0 by @dependabot in https://github.com/AnishDe12020/storli/pull/6
    • chore(deps): bump @oclif/plugin-help from 5.1.10 to 5.1.12 by @dependabot in https://github.com/AnishDe12020/storli/pull/8
    • chore(deps-dev): bump typescript from 4.5.3 to 4.6.4 by @dependabot in https://github.com/AnishDe12020/storli/pull/10
    • chore(deps-dev): bump @types/node from 16.11.35 to 16.11.36 by @dependabot in https://github.com/AnishDe12020/storli/pull/12
    • chore(deps): bump minimist from 1.2.5 to 1.2.6 by @dependabot in https://github.com/AnishDe12020/storli/pull/13

    New Contributors

    • @dependabot made their first contribution in https://github.com/AnishDe12020/storli/pull/1

    Full Changelog: https://github.com/AnishDe12020/storli/commits/v1.0.0

    Source code(tar.gz)
    Source code(zip)
Owner
Anish De
14 • Tech Enthusiast • Fullstack Web Developer • Blogger • Tech YouTuber
Anish De
Dead simple program to upload NFT data to IPFS via nft.storage

NFTP The simplest way to publish files and folders to IPFS, with one command. 100% FREE to upload as much files as you want, powered by nft.storage. N

factoria 35 Dec 11, 2022
The repos includes script for uploading bulk files in a directory to ipfs using nft.storage

Uploading Foloder to IPFS using nft.storage This repository includes script for uploading bulk files in a directory to ipfs using nft.storage Acknowle

Dapp Composer 22 Dec 17, 2022
A simple to do list webpage where you can log the daily tasks you have to do, mark them as checked, modify them, reorder them and remove them. Made using HTML, CSS and JavaScript.

To-Do-List This Webpage is for an app called To-Do-List which helps you add, remove or check tasks you have to do. It is a simple web page which conta

Zeeshan Haider 9 Mar 12, 2022
upload your GitHub repo to IPFS -- creating censorship resistant code 🤘

githubtoipfs.com ⛓ What is this? githubtoipfs is a site to backup any public GitHub repo to IPFS, creating censorship resistant code ?? Why did I buil

Aleem Rehmtulla 7 Aug 22, 2022
✨ An IRL tokenization platform to turn your hopes, dreams, and desires into fundable NFTs on the Polygon blockchain using Chainlink, IPFS, Moralis, and NFT.Storage.

GoFundYourself Getting funding for your passion project, needs or dream doesn't have to be a nightmare! check out our live demo on Netlify Let's Fundi

Brian H. Hough | brianhuff.eth 7 Dec 6, 2022
Upload or Upload & Publish your bundle (apk or aab) to Huawei AppGallery with ConnectApi

appgallery-publisher Upload/Publish your bundle (apk or aab) to AppGallery automatically with appgallery-publisher Usage Single Javascript File Bash F

Mustafa Yiğit 17 Sep 19, 2022
the music metadata you love, with IPFS hosting on nft.storage :rainbow:

Music NFT IPFS Metadata Standard for musicians pioneered by Catalog & Mint Songs. Compatible with contracts created by: Catalog Sound.xyz Manifold - W

sweetman.eth 12 Oct 17, 2022
Firebase Storage with Angular 14 example: Upload File, Retrieve, Display, Download Url & Delete using @angular/fire AngularFireStorage

Angular 14 File Upload to Firebase Storage example I will show you how to make Angular 14 Firebase Storage: File Upload/Display/Delete Application usi

null 7 Sep 7, 2022
On this page, you can save and load all the awesome books you have and save the name and the author into the local storage. this project uses Javascript to interact with the pages

Awesome Books: refactor to use JavaScript classes In this project, We add the links to the applications into the final project Getting Started if you

Cesar Valencia 8 Nov 29, 2022
This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit them or delete them.

To Do List This is a Webpack based to-do-list project. With this app, users can add thier daily routine tasks to the list, mark them as complet, edit

Ali Aqa Atayee 12 Oct 30, 2022
This is a simple script to upload Multiple files into google drive using google drive API and Nodejs.

Welcome to gDrive Multiple File Upload ?? This is a simple script to upload Multiple files into google drive using google drive API and Nodejs Install

Jayamal Sanuka Hettiarachchi 1 Dec 29, 2021
A package that allows your bot of discord.js v13 & v14 to create the new awesome Discord Modals and interact with them

A package that allows your bot of discord.js v13 & v14 to create the new awesome Discord Modals and interact with them

MateoDeveloper 85 Dec 23, 2022
🌸 A cli can automatically generate files from Excel files.

unxlsx A cli can automatically generate files from Excel files. Why We often need to export some information from XLSX to generate our files, such as

Frozen FIsh 24 Aug 22, 2022
JavaScript library for parsing Dirtywave M8 files, complete with a CLI for interacting with M8 files.

m8-js This repository contains a JavaScript library for parsing Dirtywave M8 files, as well as a CLI for interacting with M8 files. The hopes are not

Jeremy Whitlock 20 Dec 17, 2022
A file sharing service, where you can upload files and provide a download link for anyone on the internet by sharing the link 🔗 or via mail ✉️ which remains active for 24hours 🕙.

eShare | File Sharing App A file sharing service, where you can upload files and provide a download link for anyone on the internet by sharing the lin

Akhil Bhalerao 7 Nov 20, 2022
Interplanetary Database: A Database built on top of IPFS and made immutable using Ethereum blockchain.

IPDB IPDB (Interplanetary Database) is a key/value store database built on top of IPFS (Interplanetary File System). Project is intended to be an MVP

turinglabs 8 Oct 6, 2022
A simple to-do app for managing daily tasks built with Webpack, JavaScript, HTML, and CSS with the functionality to manipulate multiple completed tasks and store them to local storage.

TODO LIST APP In this project, I have built a simple HTML list of To Do tasks. The list is styled according to the listed specifications . This simple

Selma Belhadj 8 Jun 7, 2022
Decentralized twitter using Solidity, Ethereum, hardhat, ethers, IPFS, Next.JS, TypeScript, TailwindCSS.

DWITTER: Decentralized Twitter Check out the deployed version of this app at https://dwtr.wajeshubham.in Transactions on Ethereum are slow. Therefore,

Shubham Waje 12 Sep 2, 2022