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

Registration #4

Open
bbarker opened this issue Sep 28, 2020 · 1 comment
Open

Registration #4

bbarker opened this issue Sep 28, 2020 · 1 comment

Comments

@bbarker
Copy link

bbarker commented Sep 28, 2020

Hi,

I tried taking a quick peak at the source but am still not sure what is intended for registration. I tried the following, for instance:

[nix-shell:~/workspace/Free]$ inigo register
usage: Inigo <command> <...args>

        archive <pkg_file> <out_file>: Archive a given package
        build <code-gen=node>: Build program under given code gen
        build-deps: Build all deps
        exec ...args: Execute program with given args [WIP codegen]
        extract <archive_file> <out_path>: Extract a given archive to directory
        fetch-deps <server>: Fetch and build all deps (opts: --no-build, --dev)
        init <namespace> <package>: Initialize a new project with given namespace and package name
        login <server>: Login to an account
        pull <server> <package_ns> <package_name> <version?>: Pull a package from remote
        push <server> <pkg_file>: Push a package to remote
        register <server>: Register an account namespace
        test: Run tests via IdrTest

[nix-shell:~/workspace/Free]$ inigo register inigo.pm
usage: Inigo <command> <...args>

        archive <pkg_file> <out_file>: Archive a given package
        build <code-gen=node>: Build program under given code gen
        build-deps: Build all deps
        exec ...args: Execute program with given args [WIP codegen]
        extract <archive_file> <out_path>: Extract a given archive to directory
        fetch-deps <server>: Fetch and build all deps (opts: --no-build, --dev)
        init <namespace> <package>: Initialize a new project with given namespace and package name
        login <server>: Login to an account
        pull <server> <package_ns> <package_name> <version?>: Pull a package from remote
        push <server> <pkg_file>: Push a package to remote
        register <server>: Register an account namespace
        test: Run tests via IdrTest

Perhaps I missed some step prior, though as I understood it the register command is independent of other commands being run first.

@hayesgm
Copy link

hayesgm commented Sep 29, 2020

Ah great point (this is from early testing). Right now, you need to point at a local dev server or the main prod server. So inigo register prod is what you're looking for. The CLI will likely be overhauled in due time.

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

No branches or pull requests

2 participants