Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(bin): Update publish options #114

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jiralite
Copy link

@Jiralite Jiralite commented Dec 24, 2024

Since this uses Deno under-the-hood, the documented options became unfortunately outdated. They have now been updated to the following, which matches the stable release (2.1.4):

Publish Options:
            --allow-dirty  Allow publishing if the repository has uncommitted changed.
       --allow-slow-types  Allow publishing with slow types.
                --dry-run  Prepare the package for publishing performing all checks and validations without uploading.
          --no-provenance  Disable provenance attestation. Enabled by default on Github actions, publicly links the package to where it was built and published from.
  --set-version <VERSION>  Set version for a package to be published. This flag can be used while publishing individual packages and cannot be used in a workspace
          --token <Token>  The API token to use when publishing. If unset, interactive authentication will be used.

Previously, the options would result in showing outdated options such as --provenance, which no longer exists.

@CLAassistant
Copy link

CLAassistant commented Dec 24, 2024

CLA assistant check
All committers have signed the CLA.

@Jiralite Jiralite force-pushed the fix/publish-options branch from 179c42d to 35f5bf8 Compare December 24, 2024 01:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants