Skip to content

Commit 3207dce

Browse files
committed
Version bump
1 parent 288ceb1 commit 3207dce

2 files changed

Lines changed: 28 additions & 28 deletions

File tree

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ $ npm install -g @nefty/cli
4646
$ nefty COMMAND
4747
running command...
4848
$ nefty (--version)
49-
@nefty/cli/0.3.0 darwin-arm64 node-v18.19.1
49+
@nefty/cli/0.3.1 darwin-arm64 node-v18.20.4
5050
$ nefty --help [COMMAND]
5151
USAGE
5252
$ nefty COMMAND
@@ -276,7 +276,7 @@ DESCRIPTION
276276
Manages a collection's assets.
277277
```
278278

279-
_See code: [src/commands/assets/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/assets/index.ts)_
279+
_See code: [src/commands/assets/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/assets/index.ts)_
280280

281281
## `nefty assets mint INPUT`
282282

@@ -303,7 +303,7 @@ EXAMPLES
303303
$ nefty assets mint test.xls -c alpacaworlds
304304
```
305305

306-
_See code: [src/commands/assets/mint.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/assets/mint.ts)_
306+
_See code: [src/commands/assets/mint.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/assets/mint.ts)_
307307

308308
## `nefty config`
309309

@@ -317,7 +317,7 @@ DESCRIPTION
317317
Manages the configuration.
318318
```
319319

320-
_See code: [src/commands/config/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/config/index.ts)_
320+
_See code: [src/commands/config/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/config/index.ts)_
321321

322322
## `nefty config auth`
323323

@@ -336,7 +336,7 @@ EXAMPLES
336336
$ nefty config auth auth
337337
```
338338

339-
_See code: [src/commands/config/auth.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/config/auth.ts)_
339+
_See code: [src/commands/config/auth.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/config/auth.ts)_
340340

341341
## `nefty config get`
342342

@@ -353,7 +353,7 @@ EXAMPLES
353353
$ nefty config get
354354
```
355355

356-
_See code: [src/commands/config/get.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/config/get.ts)_
356+
_See code: [src/commands/config/get.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/config/get.ts)_
357357

358358
## `nefty config init`
359359

@@ -373,7 +373,7 @@ EXAMPLES
373373
$ nefty config init
374374
```
375375

376-
_See code: [src/commands/config/init.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/config/init.ts)_
376+
_See code: [src/commands/config/init.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/config/init.ts)_
377377

378378
## `nefty config set [PROPERTY] [VALUE]`
379379

@@ -396,7 +396,7 @@ EXAMPLES
396396
$ nefty config set explorerUrl https://waxblock.io
397397
```
398398

399-
_See code: [src/commands/config/set.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/config/set.ts)_
399+
_See code: [src/commands/config/set.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/config/set.ts)_
400400

401401
## `nefty generate`
402402

@@ -410,7 +410,7 @@ DESCRIPTION
410410
Generates excel files to use in other batch commands.
411411
```
412412

413-
_See code: [src/commands/generate/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/generate/index.ts)_
413+
_See code: [src/commands/generate/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/generate/index.ts)_
414414

415415
## `nefty generate create-liquidity-file OUTPUT`
416416

@@ -432,7 +432,7 @@ EXAMPLES
432432
$ nefty generate create-liquidity-file pools.xlsx
433433
```
434434

435-
_See code: [src/commands/generate/create-liquidity-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/generate/create-liquidity-file.ts)_
435+
_See code: [src/commands/generate/create-liquidity-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/generate/create-liquidity-file.ts)_
436436

437437
## `nefty generate mint-file OUTPUT`
438438

@@ -464,7 +464,7 @@ EXAMPLES
464464
$ nefty generate mint-file mints.xlsx -c alpacaworlds
465465
```
466466

467-
_See code: [src/commands/generate/mint-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/generate/mint-file.ts)_
467+
_See code: [src/commands/generate/mint-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/generate/mint-file.ts)_
468468

469469
## `nefty generate pfp-file OUTPUT`
470470

@@ -496,7 +496,7 @@ EXAMPLES
496496
$ nefty generate pfp-file pfp-layers.xlsx -l Body -l Face -l Hair -a
497497
```
498498

499-
_See code: [src/commands/generate/pfp-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/generate/pfp-file.ts)_
499+
_See code: [src/commands/generate/pfp-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/generate/pfp-file.ts)_
500500

501501
## `nefty generate template-file OUTPUT`
502502

@@ -528,7 +528,7 @@ EXAMPLES
528528
$ nefty generate template-file templates.xlsx -c alpacaworlds
529529
```
530530

531-
_See code: [src/commands/generate/template-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/generate/template-file.ts)_
531+
_See code: [src/commands/generate/template-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/generate/template-file.ts)_
532532

533533
## `nefty generate token-transfer-file OUTPUT`
534534

@@ -550,7 +550,7 @@ EXAMPLES
550550
$ nefty generate token-transfer-file transfers.xlsx
551551
```
552552

553-
_See code: [src/commands/generate/token-transfer-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/generate/token-transfer-file.ts)_
553+
_See code: [src/commands/generate/token-transfer-file.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/generate/token-transfer-file.ts)_
554554

555555
## `nefty help [COMMAND]`
556556

@@ -584,7 +584,7 @@ DESCRIPTION
584584
Commands to manage a PFP collection.
585585
```
586586

587-
_See code: [src/commands/pfps/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/pfps/index.ts)_
587+
_See code: [src/commands/pfps/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/pfps/index.ts)_
588588

589589
## `nefty pfps build INPUT`
590590

@@ -615,7 +615,7 @@ EXAMPLES
615615
$ nefty pfps build ./pfps-folder -c alpacaworls -t 11324 -a alpacaworlds -n "My NFT" -r
616616
```
617617

618-
_See code: [src/commands/pfps/build.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/pfps/build.ts)_
618+
_See code: [src/commands/pfps/build.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/pfps/build.ts)_
619619

620620
## `nefty pfps cover INPUT`
621621

@@ -647,7 +647,7 @@ EXAMPLES
647647
ff28ca1c5749e6a6369dae7fe7d334b5b5ca40e43f1c345e7f0b4b22b36c0c6b
648648
```
649649

650-
_See code: [src/commands/pfps/cover.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/pfps/cover.ts)_
650+
_See code: [src/commands/pfps/cover.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/pfps/cover.ts)_
651651

652652
## `nefty pfps generate INPUT OUTPUT`
653653

@@ -677,7 +677,7 @@ EXAMPLES
677677
$ nefty pfps generate pfps-specs.xlsx pfps
678678
```
679679

680-
_See code: [src/commands/pfps/generate.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/pfps/generate.ts)_
680+
_See code: [src/commands/pfps/generate.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/pfps/generate.ts)_
681681

682682
## `nefty pfps mint INPUT`
683683

@@ -703,7 +703,7 @@ EXAMPLES
703703
$ nefty pfps mint ./pfps-folder
704704
```
705705

706-
_See code: [src/commands/pfps/mint.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/pfps/mint.ts)_
706+
_See code: [src/commands/pfps/mint.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/pfps/mint.ts)_
707707

708708
## `nefty pfps mosaic INPUT`
709709

@@ -736,7 +736,7 @@ EXAMPLES
736736
ff28ca1c5749e6a6369dae7fe7d334b5b5ca40e43f1c345e7f0b4b22b36c0c6b
737737
```
738738

739-
_See code: [src/commands/pfps/mosaic.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/pfps/mosaic.ts)_
739+
_See code: [src/commands/pfps/mosaic.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/pfps/mosaic.ts)_
740740

741741
## `nefty swap`
742742

@@ -750,7 +750,7 @@ DESCRIPTION
750750
Manages liquidity pools.
751751
```
752752

753-
_See code: [src/commands/swap/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/swap/index.ts)_
753+
_See code: [src/commands/swap/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/swap/index.ts)_
754754

755755
## `nefty swap create-pools INPUT`
756756

@@ -773,7 +773,7 @@ EXAMPLES
773773
$ nefty swap create-pools test.xls
774774
```
775775

776-
_See code: [src/commands/swap/create-pools.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/swap/create-pools.ts)_
776+
_See code: [src/commands/swap/create-pools.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/swap/create-pools.ts)_
777777

778778
## `nefty templates`
779779

@@ -787,7 +787,7 @@ DESCRIPTION
787787
Manages a collection's templates.
788788
```
789789

790-
_See code: [src/commands/templates/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/templates/index.ts)_
790+
_See code: [src/commands/templates/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/templates/index.ts)_
791791

792792
## `nefty templates create INPUT`
793793

@@ -811,7 +811,7 @@ EXAMPLES
811811
$ nefty templates create template.xls -c alpacaworlds
812812
```
813813

814-
_See code: [src/commands/templates/create.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/templates/create.ts)_
814+
_See code: [src/commands/templates/create.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/templates/create.ts)_
815815

816816
## `nefty templates export OUTPUT`
817817

@@ -843,7 +843,7 @@ EXAMPLES
843843
$ nefty templates export templates.xlsx -c alpacaworlds
844844
```
845845

846-
_See code: [src/commands/templates/export.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/templates/export.ts)_
846+
_See code: [src/commands/templates/export.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/templates/export.ts)_
847847

848848
## `nefty tokens`
849849

@@ -857,7 +857,7 @@ DESCRIPTION
857857
Manages an account's tokens
858858
```
859859

860-
_See code: [src/commands/tokens/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/tokens/index.ts)_
860+
_See code: [src/commands/tokens/index.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/tokens/index.ts)_
861861

862862
## `nefty tokens transfer INPUT`
863863

@@ -880,5 +880,5 @@ EXAMPLES
880880
$ nefty tokens transfer test.xls
881881
```
882882

883-
_See code: [src/commands/tokens/transfer.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.0/src/commands/tokens/transfer.ts)_
883+
_See code: [src/commands/tokens/transfer.ts](https://github.com/neftyblocks/neftyblocks-cli/blob/v0.3.1/src/commands/tokens/transfer.ts)_
884884
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nefty/cli",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "The NeftyBlocks cli will help you manage your collection with commands to create templates, mint assets, and more.",
55
"keywords": [
66
"oclif"

0 commit comments

Comments
 (0)