JSPM

  • Created
  • Published
  • Downloads 2310
  • Score
    100M100P100Q136233F
  • License Apache-2.0

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (nuxthub) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    NuxtHub CLI

    Interface with the NuxtHub platform from the command line.

    Installation

    Install the package globally:

    npm install -g nuxthub

    Or use npx to run the CLI without installing it:

    npx nuxthub

    Usage

    USAGE nuxthub deploy|link|unlink|open|login|logout|whoami
    
    COMMANDS
    
      deploy    Deploy your project to NuxtHub.                                 
        link    Link a local directory to a NuxtHub project.                    
      unlink    Unlink a local directory from a NuxtHub project.                
        open    Open in browser the project URL linked to the current directory.
       login    Authenticate with NuxtHub.                                       
      logout    Logout the current authenticated user.                          
      whoami    Shows the username of the currently logged in user.             
    
    Use nuxthub <command> --help for more information about a command.

    License

    Apache 2.0