Security News
GitHub Removes Malicious Pull Requests Targeting Open Source Repositories
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
@dasmeta/meta-cli
Advanced tools
oclif example Hello World CLI
$ npm install -g @dasmeta/meta-cli
$ meta COMMAND
running command...
$ meta (--version)
@dasmeta/meta-cli/0.0.5 linux-x64 node-v18.18.2
$ meta --help [COMMAND]
USAGE
$ meta COMMAND
...
meta auth
meta cluster NAME
meta configure
meta exec CLIENT ENV
meta help [COMMANDS]
meta init
meta open CLIENT ENV
meta plugins
meta plugins:install PLUGIN...
meta plugins:inspect PLUGIN...
meta plugins:install PLUGIN...
meta plugins:link PLUGIN
meta plugins:uninstall PLUGIN...
meta plugins:uninstall PLUGIN...
meta plugins:uninstall PLUGIN...
meta plugins update
meta scan
meta auth
describe the command here
USAGE
$ meta auth
DESCRIPTION
describe the command here
EXAMPLES
$ meta auth
See code: src/commands/auth.ts
meta cluster NAME
describe the command here
USAGE
$ meta cluster NAME
ARGUMENTS
NAME client name to connect
DESCRIPTION
describe the command here
EXAMPLES
$ meta cluster clusterName
See code: src/commands/cluster.ts
meta configure
describe the command here
USAGE
$ meta configure
DESCRIPTION
describe the command here
EXAMPLES
$ meta configure
See code: src/commands/configure.ts
meta exec CLIENT ENV
describe the command here
USAGE
$ meta exec CLIENT ENV
ARGUMENTS
CLIENT client name to connect
ENV environment you want to use
DESCRIPTION
describe the command here
EXAMPLES
$ meta exec
See code: src/commands/exec.ts
meta help [COMMANDS]
Display help for meta.
USAGE
$ meta help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for meta.
See code: @oclif/plugin-help
meta init
generates metacloud.yaml and _metacloud.tf files and openes new shell with generated environment variables
USAGE
$ meta init [-f]
FLAGS
-f, --force Force (regenerates config)
DESCRIPTION
generates metacloud.yaml and _metacloud.tf files and openes new shell with generated environment variables
EXAMPLES
$ meta init
$ meta init --force
See code: src/commands/init.ts
meta open CLIENT ENV
describe the command here
USAGE
$ meta open CLIENT ENV
ARGUMENTS
CLIENT client name to connect
ENV environment you want to use
DESCRIPTION
describe the command here
EXAMPLES
$ meta open
See code: src/commands/open.ts
meta plugins
List installed plugins.
USAGE
$ meta plugins [--json] [--core]
FLAGS
--core Show core plugins.
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
List installed plugins.
EXAMPLES
$ meta plugins
See code: @oclif/plugin-plugins
meta plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ meta plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ meta plugins add
EXAMPLES
$ meta plugins:install myplugin
$ meta plugins:install https://github.com/someuser/someplugin
$ meta plugins:install someuser/someplugin
meta plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ meta plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ meta plugins:inspect myplugin
See code: @oclif/plugin-plugins
meta plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ meta plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ meta plugins add
EXAMPLES
$ meta plugins:install myplugin
$ meta plugins:install https://github.com/someuser/someplugin
$ meta plugins:install someuser/someplugin
See code: @oclif/plugin-plugins
meta plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ meta plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help Show CLI help.
-v, --verbose
--[no-]install Install dependencies after linking the plugin.
DESCRIPTION
Links a plugin into the CLI for development.
Installation of a linked plugin will override a user-installed or core plugin.
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
command will override the user-installed or core plugin implementation. This is useful for development work.
EXAMPLES
$ meta plugins:link myplugin
See code: @oclif/plugin-plugins
meta plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ meta plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ meta plugins unlink
$ meta plugins remove
meta plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ meta plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ meta plugins unlink
$ meta plugins remove
See code: @oclif/plugin-plugins
meta plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ meta plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ meta plugins unlink
$ meta plugins remove
meta plugins update
Update installed plugins.
USAGE
$ meta plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.
See code: @oclif/plugin-plugins
meta scan
generates metacloud.yaml and _metacloud.tf files and openes new shell with generated environment variables
USAGE
$ meta scan
DESCRIPTION
generates metacloud.yaml and _metacloud.tf files and openes new shell with generated environment variables
EXAMPLES
$ meta scan
$ meta scan --force
See code: src/commands/scan.ts
FAQs
cli tool for managing dasmeta resources
We found that @dasmeta/meta-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.