Upload public packages on gemfury

205 Views Asked by At

Using the command line tool, is there a way to upload package already marked as public ?

2

There are 2 best solutions below

0
On

An initial upload of a package to Gemfury will always be private. Once you've marked an uploaded package as public, all subsequently uploaded versions of that package will be public as well.

0
On

You can do fury push --public <file>

Usage:
  fury push FILE

  Options:
      [--public], [--no-public]  # Create as public package
  -q, [--quiet], [--no-quiet]    # Do not show progress bar
      [--as=AS]                  # Access an account other than your own
      [--api-token=API_TOKEN]    # API token to use for commands