quick-notebook-60799
02/28/2023, 6:43 PMmetaflow configure aws, I get
Usage: metaflow [OPTIONS] COMMAND [ARGS]...
Try 'metaflow --help' for help.
Error: No such command 'configure'.
What am I doing wrong? Metaflow is installed and one of my coworkers set up our metaflow environment on AWS using https://github.com/outerbounds/terraform-aws-metaflow. So, I'm just trying to get everything configured on my end; so that, I can deploy a flow as a step functionancient-application-36103
02/28/2023, 6:45 PMquick-notebook-60799
02/28/2023, 6:46 PMmetaflow --help
Usage: metaflow [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
help Show all available commands.
status Show flows accessible from the current working tree.ancient-application-36103
02/28/2023, 6:50 PMpip freeze | grep metaflow ?quick-notebook-60799
02/28/2023, 6:51 PMmamba list | grep metaflow
metaflow 2.7.23 pyhd8ed1ab_0 conda-forgequick-notebook-60799
02/28/2023, 6:51 PMquick-notebook-60799
02/28/2023, 6:56 PMquick-notebook-60799
02/28/2023, 6:56 PMmetaflow --help
Usage: metaflow [OPTIONS] COMMAND [ARGS]...
Options:
--help Show this message and exit.
Commands:
configure Configure Metaflow to access the cloud.
help Show all available commands.
status Show flows accessible from the current working tree.
tutorials Browse and access the metaflow tutorial episodes.ancient-application-36103
02/28/2023, 7:27 PMancient-application-36103
02/28/2023, 7:47 PMancient-application-36103
02/28/2023, 7:48 PMquick-notebook-60799
03/02/2023, 3:07 PM