Skip to content

Commit

Permalink
feature[setler-cli]: better example to prevent dup network
Browse files Browse the repository at this point in the history
  • Loading branch information
mankins committed Aug 9, 2023
1 parent 81ead19 commit 24efafb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 4 additions & 0 deletions identity-wallet/setler-cli/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ Subsections: (Added, Changed, Deprecated, Removed, Fixed, Security)

## [Unreleased]

### Added

- Better example for setler ns set, as network is already in $s

## [0.0.21] - 2023-08-09

### Changed
Expand Down
3 changes: 1 addition & 2 deletions identity-wallet/setler-cli/src/actions/ns.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ const exec = async (context) => {
dnsValue = sourceAddress;
}
let dnsTtl = context.flags.ttl || 60;
let dnsPath =
context.flags.path || `${network.replace(":", "-")}.$s.${domain}`;
let dnsPath = context.flags.path || `example.$s.${domain}`;

let dnsTypeCount = 0;
if (dnsType) {
Expand Down

2 comments on commit 24efafb

@vercel
Copy link

@vercel vercel bot commented on 24efafb Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ident-agency-net-enola – ./ident-agency/packages/enola

ident-agency-net-enola.vercel.app
ident-agency-net-enola-loremlabs.vercel.app
ident-agency-net-enola-git-main-loremlabs.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 24efafb Aug 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.