export duplicate removed #212
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The cli command currently displays
exporttwice.If this is intentional to allude to the "Deprecated" state of the
exportcommand - sorry, just close the PR. Otherwise, might make sense to merge so that it does not confuse the user (as it did with me). Thanks======================
Tenderly CLI is a suite of development tools for smart contracts which allows your to monitor and debug them on any network.
To report a bug or give feedback send us an email at support@tenderly.co
Usage:
tenderly [command]
Available Commands:
actions Create, build and deploy Web3 Actions.
completion Generate the autocompletion script for the specified shell
contracts Verify, push and remove contracts from project.
devnet Tenderly DevNets.
export The export feature has been deprecated in favor of the DevNets
export The export feature has been deprecated in favor of the DevNets
help Help about any command
init Initialize Tenderly CLI
login User authentication
logout Use this command to logout of the currently logged in Tenderly account
node-extensions Create, build and deploy Node Extensions.
update-check Checks whether there is an update for the CLI
version Shows the version of the CLI
whoami Who am I?
Flags:
--debug Turn on debug level logging.
--global-config string Global configuration file name (without the extension) (default "config")
-h, --help help for tenderly
--output string Which output mode to use: text or json. If not provided, text output will be used. (default "text")
--project-config string Project configuration file name (without the extension) (default "tenderly")
--project-dir string The directory in which your Truffle project resides. If not provided assumes the current working directory. (default ".")
--reset-provider Clear set deployment provider. If not provided, will use provider from tenderly.yaml
Use "tenderly [command] --help" for more information about a command.
THat's how the fixed version looks now:
