Skip to content

CLI: add a setup-profile command for user to create a registry profile

Motivation and Context

We need a separate CLI command to setup user profiles on registry. Making it a part of forgot-password flow isn't enough.

Description

This MR creates a CLI command setup-profile to create a user profile on the ligo package registry.

Component

  • compiler
  • website
  • webide
  • vscode-plugin
  • debugger

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Performance improvement (non-breaking change that improves performance)
  • None (change with no changelog)

Changelog

  • Adds a command setup-profile for users to create a profile on LIGO package registry

Checklist:

  • Documentation has been updated.

Merge request reports