Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@primitivedotdev/cli

Package Overview
Dependencies
Maintainers
2
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@primitivedotdev/cli - npm Package Compare versions

Comparing version
1.0.1
to
1.1.0
+3
-2
dist/oclif/root-signup-hint.js

@@ -116,4 +116,5 @@ import { c as resolveConfigEnvironment, i as loadCliConfig, x as normalizeApiBaseUrl } from "../cli-config-B5hrwe8q.js";

" You or your user don't have an account yet?",
" Run `primitive signup <email> --signup-code <invite-code> --accept-terms`",
" to create an account, get your own domain, and get started now.",
" Run `primitive signup <email> --accept-terms`",
" to create an account and get started.",
" Add `--signup-code <code>` if you have one.",
""

@@ -120,0 +121,0 @@ ].join("\n");

{
"name": "@primitivedotdev/cli",
"version": "1.0.1",
"version": "1.1.0",
"description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.",

@@ -65,3 +65,4 @@ "type": "module",

"search": {
"description": "Semantic, hybrid, and keyword search across received and sent mail. Use `primitive semantic-search <query>`."
"description": "Cross-corpus semantic search. Prefer `primitive search <query>` for lexical inbound search and `primitive semantic-search <query>` for meaning-aware ranking across inbound and outbound.",
"hidden": true
},

@@ -68,0 +69,0 @@ "sending": {

+1
-1

@@ -51,3 +51,3 @@ # @primitivedotdev/cli

Use `primitive signup <email>` for new account creation, then `primitive signup confirm <email> <code>` with the emailed verification code. Non-interactive signup is available with `--signup-code` and `--accept-terms`.
Use `primitive signup <email>` for new account creation, then `primitive signup confirm <email> <code>` with the emailed verification code. Non-interactive signup is available with `--accept-terms` (pass `--signup-code <code>` too if you have one).

@@ -54,0 +54,0 @@ ## Command style

Sorry, the diff of this file is too big to display