You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.
Firstly, after installation, I get warnings about 2 vulnerabilities:
npm WARN deprecated @types/pino@7.0.5: This is a stub types definition. pino provides its own type definitions, so you do not need this installed.
npm WARN deprecated cli-ux@5.6.7: Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.
added 412 packages, and audited 413 packages in 1m
42 packages are looking for funding
run `npm fund` for details
2 critical severity vulnerabilities
To address all issues (including breaking changes), run:
npm audit fix --force
Run `npm audit` for details.
Then, when I try to run a command using npx directusctl instance connect:
SYNOPSIS
directusctl <command> [options]
COMMANDS
These are all the commands you can use to manage your project or
installation
OPTIONS
--help boolean Show help for the specified command
Thank you!
The text was updated successfully, but these errors were encountered:
I'm experiencing the same in MacOS. Haven't use the CLI before so I don't have a past reference on how it should work. But it seems that the commands are missing.
Note: I am running this on Windows.
Firstly, after installation, I get warnings about 2 vulnerabilities:
Then, when I try to run a command using
npx directusctl instance connect
:When I run
--help
, no commands are listed:Thank you!
The text was updated successfully, but these errors were encountered: